[GIT PULL] x86 fixes
From: Ingo Molnar
Date: Sun Apr 05 2026 - 05:53:35 EST
Linus,
Please pull the latest x86/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2026-04-05
for you to fetch changes up to b981e9e94c687b7b19ae8820963f005b842cb2f2:
Miscellaneous x86 fixes:
- Fix kexec crash on KCOV-instrumented kernels (Aleksandr Nogikh)
- Fix Geode platform driver on-stack property data
use-after-return bug (Dmitry Torokhov)
Thanks,
Ingo
------------------>
Aleksandr Nogikh (1):
x86/kexec: Disable KCOV instrumentation after load_segments()
Dmitry Torokhov (1):
x86/platform/geode: Fix on-stack property data use-after-return bug
arch/x86/kernel/Makefile | 14 ++++++++++++++
arch/x86/mm/Makefile | 2 ++
arch/x86/platform/geode/geode-common.c | 24 ++++++++++++++++++------
3 files changed, 34 insertions(+), 6 deletions(-)