[GIT PULL] x86 fixes
From: Ingo Molnar
Date: Fri May 08 2026 - 22:06:01 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-05-09
for you to fetch changes up to 5772f6535227ebd104065d80afa8ed3478d34c5c:
Miscellaneous x86 fixes:
- Fix memory map enumeration bug in the Xen e820 parsing code
(Juergen Gross)
- Re-enable e820 BIOS fallback if e820 table is empty
(David Gow)
Thanks,
Ingo
------------------>
David Gow (1):
x86/boot/e820: Re-enable BIOS fallback if e820 table is empty
Juergen Gross (1):
x86/xen: Fix a potential problem in xen_e820_resolve_conflicts()
arch/x86/kernel/e820.c | 6 +++++-
arch/x86/xen/setup.c | 13 +++++++++----
2 files changed, 14 insertions(+), 5 deletions(-)