On Fri, 28 Feb 2025 21:26:56 +0800, Ming Lei wrote: > Device mapper bioset often has big bio_slab size, which can be more than > 1000, then 8byte can't hold the slab name any more, cause the kmem_cache > allocation warning of 'kmem_cache of name 'bio-108' already exists'. > > Fix the warning by extending bio_slab->name to 12 bytes, but fix output > of /proc/slabinfo > > [...] Applied, thanks! [1/1] block: fix 'kmem_cache of name 'bio-108' already exists' (no commit info) Best regards, -- Jens Axboe