This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c12a29ed9094 Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.or [...] new a78339698ab1 powerpc/interrupts: Fix kuep_unlock() call new 5d510ed78bcf powerpc/syscall: Calling kuap_save_and_lock() is wrong new 2c8c89b95831 powerpc/pseries: Fix hcall tracing recursion in pv queued [...] new a3f1a39a5643 powerpc/pseries: Don't trace hcall tracing wrapper new 7058f4b13edd powerpc/pseries: use notrace hcall variant for H_CEDE idle new 4f242fc5f2e2 powerpc/pseries: warn if recursing into the hcall tracing code new 7315e457d6bc powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_G [...] new bc581dbab26e powerpc/signal: Fix possible build failure with unsafe_cop [...] new 63970f3c37e7 powerpc/legacy_serial: Fix UBSAN: array-index-out-of-bounds new da3bb206c9ce KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU new 8ec7791bae13 powerpc/64s: Fix crashes when toggling stf barrier new aec86b052df6 powerpc/64s: Fix crashes when toggling entry flush barrier new 49b39ec248af powerpc/64s: Fix entry flush patching w/strict RWX & hash new 5b48ba2fbd77 powerpc/64s: Fix stf mitigation patching w/strict RWX & hash new 4ec5feec1ad0 powerpc/64s: Make NMI record implicitly soft-masked code a [...] new c6ac667b0799 powerpc/64e/interrupt: Fix nvgprs being clobbered new 63d1cb53e26a Merge tag 'powerpc-5.13-3' of git://git.kernel.org/pub/scm [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/powerpc/include/asm/hvcall.h | 3 + arch/powerpc/include/asm/interrupt.h | 9 ++- arch/powerpc/include/asm/paravirt.h | 22 +++++- arch/powerpc/include/asm/plpar_wrappers.h | 6 +- arch/powerpc/include/asm/uaccess.h | 2 +- arch/powerpc/kernel/exceptions-64e.S | 38 ++++++---- arch/powerpc/kernel/interrupt.c | 4 +- arch/powerpc/kernel/legacy_serial.c | 7 +- arch/powerpc/kernel/signal.h | 4 +- arch/powerpc/kvm/book3s_64_mmu_hv.c | 2 +- arch/powerpc/lib/feature-fixups.c | 114 ++++++++++++++++++++++-------- arch/powerpc/platforms/pseries/hvCall.S | 10 +++ arch/powerpc/platforms/pseries/lpar.c | 29 ++++---- 13 files changed, 175 insertions(+), 75 deletions(-)