[GIT PULL] debugobjects changes for v6.8

From: Ingo Molnar
Date: Mon Jan 08 2024 - 04:43:14 EST


Linus,

Please pull the latest core/debugobjects git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-debugobjects-2024-01-08

# HEAD: 9bb6362652f3f4d74a87d572a91ee1b38e673ef6 debugobjects: Stop accessing objects after releasing hash bucket lock

Debugobject changes for v6.8:

- Make tracking object use more robust: it's not safe to access a
tracking object after releasing the hashbucket lock. Create a
persistent copy for debug printouts instead.

Thanks,

Ingo

------------------>
Andrzej Hajda (1):
debugobjects: Stop accessing objects after releasing hash bucket lock


lib/debugobjects.c | 204 +++++++++++++++++++++--------------------------------
1 file changed, 80 insertions(+), 124 deletions(-)