Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - A fix for unrecoverable SLB faults in the interrupt exit path, introduced by the recent rewrite of interrupt exit in C. - Four fixes for our KUAP (Kernel Userspace Access Prevention) support on 64-bit. These are all fairly minor with the exception of the change to evaluate the get/put_user() arguments before we enable user access, which reduces the amount of code we run with user access enabled. - A fix for our secure boot IMA rules, if enforcement of module signatures is enabled at runtime rather than build time. - A fix to our 32-bit VDSO clock_getres() which wasn't falling back to the syscall for unknown clocks. - A build fix for CONFIG_PPC_KUAP_DEBUG on 32-bit BookS, and another for 40x. Thanks to: Christophe Leroy, Hugh Dickins, Nicholas Piggin, Aurelien Jarno, Mimi Zohar, Nayna Jain. * tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/40x: Make more space for system call exception powerpc/vdso32: Fallback on getres syscall when clock is unknown powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG powerpc/ima: Fix secure boot rules in ima arch policy powerpc/64s/kuap: Restore AMR in fast_interrupt_return powerpc/64s/kuap: Restore AMR in system reset exception powerpc/64/kuap: Move kuap checks out of MSR[RI]=0 regions of exit code powerpc/64s: Fix unrecoverable SLB crashes due to preemption check powerpc/uaccess: Evaluate macro arguments once, before user access is allowed
Showing
- arch/powerpc/include/asm/book3s/32/kup.h 1 addition, 1 deletionarch/powerpc/include/asm/book3s/32/kup.h
- arch/powerpc/include/asm/hw_irq.h 19 additions, 1 deletionarch/powerpc/include/asm/hw_irq.h
- arch/powerpc/include/asm/uaccess.h 35 additions, 14 deletionsarch/powerpc/include/asm/uaccess.h
- arch/powerpc/kernel/entry_64.S 3 additions, 1 deletionarch/powerpc/kernel/entry_64.S
- arch/powerpc/kernel/exceptions-64s.S 1 addition, 0 deletionsarch/powerpc/kernel/exceptions-64s.S
- arch/powerpc/kernel/head_40x.S 2 additions, 1 deletionarch/powerpc/kernel/head_40x.S
- arch/powerpc/kernel/ima_arch.c 3 additions, 3 deletionsarch/powerpc/kernel/ima_arch.c
- arch/powerpc/kernel/syscall_64.c 11 additions, 9 deletionsarch/powerpc/kernel/syscall_64.c
- arch/powerpc/kernel/vdso32/gettimeofday.S 3 additions, 3 deletionsarch/powerpc/kernel/vdso32/gettimeofday.S
Please register or sign in to comment