Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "This update provides: - prevent KASLR from randomizing EFI regions - restrict the usage of -maccumulate-outgoing-args and document when and why it is required. - make the Global Physical Address calculation for UV4 systems work correctly. - address a copy->paste->forgot-edit problem in the MCE exception table entries. - assign a name to AMD MCA bank 3, so the sysfs file registration works. - add a missing include in the boot code" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot: Include missing header file x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs x86/build: Mostly disable '-maccumulate-outgoing-args' x86/mm/KASLR: Exclude EFI region from KASLR VA space randomization x86/mce: Fix copy/paste error in exception table entries x86/platform/uv: Fix calculation of Global Physical Address
Showing
- arch/x86/Makefile 31 additions, 4 deletionsarch/x86/Makefile
- arch/x86/Makefile_32.cpu 0 additions, 18 deletionsarch/x86/Makefile_32.cpu
- arch/x86/boot/compressed/error.c 1 addition, 0 deletionsarch/x86/boot/compressed/error.c
- arch/x86/include/asm/uv/uv_hub.h 5 additions, 3 deletionsarch/x86/include/asm/uv/uv_hub.h
- arch/x86/kernel/apic/x2apic_uv_x.c 2 additions, 1 deletionarch/x86/kernel/apic/x2apic_uv_x.c
- arch/x86/kernel/cpu/mcheck/mce_amd.c 1 addition, 1 deletionarch/x86/kernel/cpu/mcheck/mce_amd.c
- arch/x86/kernel/ftrace.c 6 additions, 0 deletionsarch/x86/kernel/ftrace.c
- arch/x86/lib/memcpy_64.S 1 addition, 1 deletionarch/x86/lib/memcpy_64.S
- arch/x86/mm/kaslr.c 2 additions, 2 deletionsarch/x86/mm/kaslr.c
- scripts/Kbuild.include 4 additions, 0 deletionsscripts/Kbuild.include
Loading
Please register or sign in to comment