[GIT PULL] x86 fixes

From: Ingo Molnar
Date: Sat Jun 15 2024 - 04:13:33 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-2024-06-15

# HEAD: b2747f108b8034271fd5289bd8f3a7003e0775a3 x86/boot: Don't add the EFI stub to targets, again

Misc fixes:

- Fix the 8 bytes get_user() logic on x86-32

- Fix build bug that creates weird & mistaken target directory under arch/x86/

Thanks,

Ingo

------------------>
Benjamin Segall (1):
x86/boot: Don't add the EFI stub to targets, again

Kees Cook (1):
x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking


arch/x86/boot/compressed/Makefile | 4 ++--
arch/x86/include/asm/uaccess.h | 4 ++--
arch/x86/lib/getuser.S | 6 +++++-
3 files changed, 9 insertions(+), 5 deletions(-)