Re: [PATCH] 9p: Avoid creating multiple slab caches with the same name

From: Jason Gunthorpe
Date: Fri Oct 18 2024 - 13:28:20 EST


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?

It is causing regressions in my environment

#regzbot introduced: 4c39529663b9

Thanks,
Jason