[GIT PULL] core/urgent fix

From: Ingo Molnar

Date: Sun May 24 2026 - 02:47:10 EST


Linus,

Please pull the latest core/urgent Git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-2026-05-24

for you to fetch changes up to 5f41161059fd0f1bbf18c90f3180e38cc45a14eb:

Debugobjects fix:

- Fix debugobjects regression on -rt kernels: don't fill the
pool (which uses a coarse lock) if ->pi_blocked_on, because
that messes up the priority inheritance of callers.

Thanks,

Ingo

------------------>
Helen Koike (1):
debugobjects: Do not fill_pool() if pi_blocked_on


lib/debugobjects.c | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)