Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Fixes all around the map: W+X kernel mapping fix, WCHAN fixes, two build failure fixes for corner case configs, x32 header fix and a speling fix" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds x86/mm: Set NX on gap between __ex_table and rodata x86/kexec: Fix kexec crash in syscall kexec_file_load() x86/process: Unify 32bit and 64bit implementations of get_wchan() x86/process: Add proper bound checks in 64bit get_wchan() x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernels x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case x86/cpufeatures: Correct spelling of the HWP_NOTIFY flag
Showing
- arch/x86/include/asm/cpufeature.h 1 addition, 1 deletionarch/x86/include/asm/cpufeature.h
- arch/x86/include/uapi/asm/bitsperlong.h 1 addition, 1 deletionarch/x86/include/uapi/asm/bitsperlong.h
- arch/x86/kernel/cpu/mshyperv.c 7 additions, 5 deletionsarch/x86/kernel/cpu/mshyperv.c
- arch/x86/kernel/cpu/scattered.c 1 addition, 1 deletionarch/x86/kernel/cpu/scattered.c
- arch/x86/kernel/crash.c 3 additions, 4 deletionsarch/x86/kernel/crash.c
- arch/x86/kernel/process.c 55 additions, 0 deletionsarch/x86/kernel/process.c
- arch/x86/kernel/process_32.c 0 additions, 28 deletionsarch/x86/kernel/process_32.c
- arch/x86/kernel/process_64.c 0 additions, 24 deletionsarch/x86/kernel/process_64.c
- arch/x86/mm/init_64.c 1 addition, 1 deletionarch/x86/mm/init_64.c
Loading
Please register or sign in to comment