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 small fixes for x86: - fix locking in RDT to prevent memory leaks and freeing in use memory - prevent setting invalid values for vdso32_enabled which cause inconsistencies for user space resulting in application crashes. - plug a race in the vdso32 code between fork and sysctl which causes inconsistencies for user space resulting in application crashes. - make MPX signal delivery work in compat mode - make the dmesg output of traps and faults readable again" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/intel_rdt: Fix locking in rdtgroup_schemata_write() x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_general_protection() x86/vdso: Plug race between mapping and ELF header setup x86/vdso: Ensure vdso32_enabled gets set to valid values only x86/signals: Fix lower/upper bound reporting in compat siginfo
Showing
- arch/x86/entry/vdso/vdso32-setup.c 9 additions, 2 deletionsarch/x86/entry/vdso/vdso32-setup.c
- arch/x86/include/asm/elf.h 1 addition, 1 deletionarch/x86/include/asm/elf.h
- arch/x86/kernel/cpu/intel_rdt_schemata.c 1 addition, 1 deletionarch/x86/kernel/cpu/intel_rdt_schemata.c
- arch/x86/kernel/signal.c 1 addition, 1 deletionarch/x86/kernel/signal.c
- arch/x86/kernel/signal_compat.c 2 additions, 2 deletionsarch/x86/kernel/signal_compat.c
- arch/x86/kernel/traps.c 2 additions, 2 deletionsarch/x86/kernel/traps.c
Loading
Please register or sign in to comment