]> www.infradead.org Git - users/hch/misc.git/commit
9p: Avoid creating multiple slab caches with the same name
authorPedro Falcato <pedro.falcato@gmail.com>
Wed, 7 Aug 2024 09:47:25 +0000 (10:47 +0100)
committerDominique Martinet <asmadeus@codewreck.org>
Sun, 22 Sep 2024 20:51:27 +0000 (05:51 +0900)
commit79efebae4afc2221fa814c3cae001bede66ab259
tree5a2c347354f286ad27b433ba0c7a9a10c55ae38e
parent1325e4a91a405f88f1b18626904d37860a4f9069
9p: Avoid creating multiple slab caches with the same name

In the spirit of [1], avoid creating multiple slab caches with the same
name. Instead, add the dev_name into the mix.

[1]: https://lore.kernel.org/all/20240807090746.2146479-1-pedro.falcato@gmail.com/

Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
Reported-by: syzbot+3c5d43e97993e1fa612b@syzkaller.appspotmail.com
Message-ID: <20240807094725.2193423-1-pedro.falcato@gmail.com>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
net/9p/client.c