Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "A set of fixes for x86: - Fix the swapped outb() parameters in the KASLR code - Fix the PKEY handling at fork which missed to preserve the pkey state for the child. Comes with a test case to validate that. - Fix the entry stack handling for XEN PV to respect that XEN PV systems enter the function already on the current thread stack and not on the trampoline. - Fix kexec load failure caused by using a stale value when the kexec_buf structure is reused for subsequent allocations. - Fix a bogus sizeof() in the memory encryption code - Enforce PCI dependency for the Intel Low Power Subsystem - Enforce PCI_LOCKLESS_CONFIG when PCI is enabled" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled x86/entry/64/compat: Fix stack switching for XEN PV x86/kexec: Fix a kexec_file_load() failure x86/mm/mem_encrypt: Fix erroneous sizeof() x86/selftests/pkeys: Fork() to check for state being preserved x86/pkeys: Properly copy pkey state at fork() x86/kaslr: Fix incorrect i8254 outb() parameters x86/intel/lpss: Make PCI dependency explicit
No related branches found
No related tags found
Showing
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/entry/entry_64_compat.S 4 additions, 2 deletionsarch/x86/entry/entry_64_compat.S
- arch/x86/include/asm/mmu_context.h 18 additions, 0 deletionsarch/x86/include/asm/mmu_context.h
- arch/x86/kernel/crash.c 1 addition, 0 deletionsarch/x86/kernel/crash.c
- arch/x86/kernel/kexec-bzimage64.c 2 additions, 0 deletionsarch/x86/kernel/kexec-bzimage64.c
- arch/x86/lib/kaslr.c 2 additions, 2 deletionsarch/x86/lib/kaslr.c
- arch/x86/mm/mem_encrypt_identity.c 2 additions, 2 deletionsarch/x86/mm/mem_encrypt_identity.c
- tools/testing/selftests/x86/protection_keys.c 31 additions, 10 deletionstools/testing/selftests/x86/protection_keys.c
Loading
Please register or sign in to comment