Re: [PATCH] 9p: Avoid creating multiple slab caches with the same name
From: Pedro Falcato
Date: Fri Oct 18 2024 - 14:37:00 EST
On Fri, Oct 18, 2024 at 6:28 PM Jason Gunthorpe <jgg@xxxxxxxxxx> wrote:
>
> On Wed, Aug 07, 2024 at 10:47:25AM +0100, Pedro Falcato wrote:
> > 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@xxxxxxxxx/
> >
> > Signed-off-by: Pedro Falcato <pedro.falcato@xxxxxxxxx>
> > ---
> > net/9p/client.c | 10 +++++++++-
> > 1 file changed, 9 insertions(+), 1 deletion(-)
>
> Can this get picked up to rc4 please?
FWIW, seems to have been picked up into 9pfs-next
(https://github.com/martinetd/linux/commit/79efebae4afc2221fa814c3cae001bede66ab259).
Seems like we're just missing a PR to Linus?
--
Pedro