This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b9158815de52 Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/ [...] new 1dd1eff161bd softirq: Fix suspicious RCU usage in __do_softirq() new 80f8b450bfc1 Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/ [...] new d6d85ac15cce x86/e820: Add a new e820 table update helper new 400fea4b9651 x86/sev: Add callback to apply RMP table fixups for kexec new 720a22fd6c1c x86/apic: Don't access the APIC when disabling x2APIC new 02b670c1f88e x86/mm: Remove broken vsyscall emulation code from the pag [...] new d099637d074b Merge tag 'x86-urgent-2024-05-05' of git://git.kernel.org/ [...] new 784354349d2c powerpc/pseries: make max polling consistent for longer H_CALLs new 49a940dbdc31 powerpc/pseries/iommu: LPAR panics during boot up with a f [...] new ef095257750b Merge tag 'powerpc-6.9-4' of git://git.kernel.org/pub/scm/ [...] new edbe59428eb0 EDAC/versal: Do not register for NOC errors new de87ba848d5e EDAC/versal: Check user-supplied data before injecting an error new 1a24733e8077 EDAC/versal: Do not log total error counts new f462ae0edd37 Merge tag 'edac_urgent_for_v6.9_rc7' of git://git.kernel.o [...]
The 14 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/plpks.h | 5 ++--- arch/powerpc/platforms/pseries/iommu.c | 8 ++++++++ arch/powerpc/platforms/pseries/plpks.c | 10 +++++----- arch/x86/entry/vsyscall/vsyscall_64.c | 28 ++------------------------ arch/x86/include/asm/e820/api.h | 1 + arch/x86/include/asm/processor.h | 1 - arch/x86/include/asm/sev.h | 2 ++ arch/x86/kernel/apic/apic.c | 16 ++++++++++----- arch/x86/kernel/e820.c | 7 ++++--- arch/x86/mm/fault.c | 33 +------------------------------ arch/x86/mm/mem_encrypt.c | 7 +++++++ arch/x86/virt/svm/sev.c | 36 ++++++++++++++++++++++++++++++++++ drivers/edac/versal_edac.c | 12 ++++++------ kernel/softirq.c | 12 ++++++++---- 14 files changed, 93 insertions(+), 85 deletions(-)