On Oct 04, 2024 / 10:37, Bart Van Assche wrote: > Since commit 4c39529663b9 ("slab: Warn on duplicate cache names when > DEBUG_VM=y"), slab complains about duplicate cache names. Hence this > patch that makes cache names unique. > > Reported-by: Shinichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > Closes: https://lore.kernel.org/linux-block/xpe6bea7rakpyoyfvspvin2dsozjmjtjktpph7rep3h25tv7fb@ooz4cu5z6bq6/ > Fixes: 5dabcd0456d7 ("RDMA/srpt: Add support for immediate data") > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Thank you Bart. I confirmed that this patch avoids the failures that I reported at the link of the Closes tag. I also ran whole blktests and observed no regression. Looks good from testing point of view :) Tested-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx>