Re: [PATCH v3 10/13] mm/slab: reduce slabobj_ext memory with allocation profiling disabled
From: Vlastimil Babka (SUSE)
Date: Mon Jul 27 2026 - 10:23:47 EST
Per sashiko [1], a fixed up version below. Couldn't trigger the issue
although seems to me it's real. Perhaps can happen only with SLUB_TINY
otherwise the sheaf can't have obj_exts allocated from objcg charge path.
[1] https://sashiko.dev/#/patchset/20260727-b4-objext_split-v3-0-c29ef0f1f257%40kernel.org?part=10
----8<----