Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull straggler x86 fixes from Peter Anvin: "Three groups of patches: - EFI boot stub documentation and the ability to print error messages; - Removal for PTRACE_ARCH_PRCTL for x32 (obsolete interface which should never have been ported, and the port is broken and potentially dangerous.) - ftrace stack corruption fixes. I'm not super-happy about the technical implementation, but it is probably the least invasive in the short term. In the future I would like a single method for nesting the debug stack, however." * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32 x86, efi: Add EFI boot stub documentation x86, efi; Add EFI boot stub console support x86, efi: Only close open files in error path ftrace/x86: Do not change stacks in DEBUG when calling lockdep x86: Allow nesting of the debug stack IDT setting x86: Reset the debug_stack update counter ftrace: Use breakpoint method to update ftrace caller ftrace: Synchronize variable setting with breakpoints
No related branches found
No related tags found
Showing
- Documentation/x86/efi-stub.txt 65 additions, 0 deletionsDocumentation/x86/efi-stub.txt
- arch/x86/Kconfig 2 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/boot/compressed/eboot.c 70 additions, 17 deletionsarch/x86/boot/compressed/eboot.c
- arch/x86/boot/compressed/eboot.h 6 additions, 0 deletionsarch/x86/boot/compressed/eboot.h
- arch/x86/include/asm/ftrace.h 1 addition, 1 deletionarch/x86/include/asm/ftrace.h
- arch/x86/kernel/cpu/common.c 7 additions, 1 deletionarch/x86/kernel/cpu/common.c
- arch/x86/kernel/entry_64.S 41 additions, 3 deletionsarch/x86/kernel/entry_64.S
- arch/x86/kernel/ftrace.c 95 additions, 7 deletionsarch/x86/kernel/ftrace.c
- arch/x86/kernel/nmi.c 4 additions, 2 deletionsarch/x86/kernel/nmi.c
- arch/x86/kernel/ptrace.c 0 additions, 6 deletionsarch/x86/kernel/ptrace.c
- arch/x86/kernel/traps.c 6 additions, 2 deletionsarch/x86/kernel/traps.c
Loading
Please register or sign in to comment