Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: - more generic entry code ABI fallout - debug register handling bugfixes - fix vmalloc mappings on 32-bit kernels - kprobes instrumentation output fix on 32-bit kernels - fix over-eager WARN_ON_ONCE() on !SMAP hardware - NUMA debugging fix - fix Clang related crash on !RETPOLINE kernels * tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/entry: Unbreak 32bit fast syscall x86/debug: Allow a single level of #DB recursion x86/entry: Fix AC assertion tracing/kprobes, x86/ptrace: Fix regs argument order for i386 x86, fakenuma: Fix invalid starting node ID x86/mm/32: Bring back vmalloc faulting on x86_32 x86/cmdline: Disable jump tables for cmdline.c
Showing
- arch/x86/entry/common.c 20 additions, 9 deletionsarch/x86/entry/common.c
- arch/x86/include/asm/entry-common.h 10 additions, 2 deletionsarch/x86/include/asm/entry-common.h
- arch/x86/include/asm/ptrace.h 1 addition, 1 deletionarch/x86/include/asm/ptrace.h
- arch/x86/kernel/traps.c 31 additions, 34 deletionsarch/x86/kernel/traps.c
- arch/x86/lib/Makefile 1 addition, 1 deletionarch/x86/lib/Makefile
- arch/x86/mm/fault.c 78 additions, 0 deletionsarch/x86/mm/fault.c
- arch/x86/mm/numa_emulation.c 1 addition, 1 deletionarch/x86/mm/numa_emulation.c
- include/linux/entry-common.h 42 additions, 9 deletionsinclude/linux/entry-common.h
- kernel/entry/common.c 29 additions, 6 deletionskernel/entry/common.c
Loading
Please register or sign in to comment