Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "A pile of x86 fixes: - Prevent a memory leak in ioperm which was caused by the stupid assumption that the exit cleanup is always called for current, which is not the case when fork fails after taking a reference on the ioperm bitmap. - Fix an arithmething overflow in the DMA code on 32bit systems - Fill gaps in the xstate copy with defaults instead of leaving them uninitialized - Revert: "Make __X32_SYSCALL_BIT be unsigned long" as it turned out that existing user space fails to build" * tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/ioperm: Prevent a memory leak when fork fails x86/dma: Fix max PFN arithmetic overflow on 32 bit systems copy_xstate_to_kernel(): don't leave parts of destination uninitialized x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"
No related branches found
No related tags found
Showing
- arch/x86/include/asm/dma.h 1 addition, 1 deletionarch/x86/include/asm/dma.h
- arch/x86/include/asm/io_bitmap.h 2 additions, 2 deletionsarch/x86/include/asm/io_bitmap.h
- arch/x86/include/uapi/asm/unistd.h 9 additions, 2 deletionsarch/x86/include/uapi/asm/unistd.h
- arch/x86/kernel/fpu/xstate.c 48 additions, 38 deletionsarch/x86/kernel/fpu/xstate.c
- arch/x86/kernel/ioport.c 11 additions, 11 deletionsarch/x86/kernel/ioport.c
- arch/x86/kernel/process.c 2 additions, 2 deletionsarch/x86/kernel/process.c
- tools/arch/x86/include/uapi/asm/unistd.h 1 addition, 1 deletiontools/arch/x86/include/uapi/asm/unistd.h
Loading
Please register or sign in to comment