Re: [PATCH v3] mm/slub: Avoid list corruption when removing a slab from the full list

From: Christoph Lameter (Ampere)
Date: Mon Oct 14 2024 - 13:11:02 EST


On Mon, 14 Oct 2024, Vlastimil Babka wrote:

> What about:
>
> "Slab disabled due to previous consistency check failure" ?

I think this implies more than we can actually check. We can only check
the metadata generated by SLUB. The consistency check for the object
itself does not exist and would have to be done by the subsystem.