]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugobjects: Use separate list head for boot pool
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Oct 2024 16:50:05 +0000 (18:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 15:30:31 +0000 (17:30 +0200)
commitcb58d190843059d5dc50d6ac483647ba61001e8f
tree0c276fa4e0bfc92725754083d3038f192c4c9b0e
parente18328ff705270d1e53889ea9d79dce86d1b8786
debugobjects: Use separate list head for boot pool

There is no point to handle the statically allocated objects during early
boot in the actual pool list. This phase does not require accounting, so
all of the related complexity can be avoided.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/all/20241007164913.708939081@linutronix.de
lib/debugobjects.c