[GIT PULL] core/urgent fixes
From: Ingo Molnar
Date: Tue Jun 23 2026 - 12:46:32 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-06-23
for you to fetch changes up to b81dde13cc163450dcb402dcc915ef13ba241e01:
Misc fixes:
- Fix an MM-CID race that can cause an OOB write
(Rik van Riel)
- Fix a debugobjects OOM handling race (Thomas Gleixner)
Thanks,
Ingo
------------------>
Rik van Riel (1):
sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup path
Thomas Gleixner (1):
debugobjects: Plug race against a concurrent OOM disable
kernel/sched/core.c | 15 +++++++++++++--
lib/debugobjects.c | 17 +++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)