This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4d7620341eda Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub [...] new e2f5efd0f0e2 powerpc: Fix early setup to make early_ioremap() work new 5665bc35c1ed powerpc/64s/syscall: Use pt_regs.trap to distinguish sysca [...] new d72500f99284 powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls new 28ceac6959e1 Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm [...] new fea63d54f7a3 x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch new a50c5bebc99c x86/sev-es: Invalidate the GHCB after completing VMGEXIT new 0024430e920f x86/build: Fix location of '-plugin-opt=' flags new b250f2f7792d x86/sev-es: Don't return NULL from sev_es_get_ghcb() new c25bbdb56406 x86/sev-es: Forward page-faults which happen during emulation new 4954f5b8ef0b x86/sev-es: Use __put_user()/__get_user() for data accesses new 7de7ac8d6069 Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.o [...]
The 11 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: Documentation/powerpc/syscall64-abi.rst | 10 ++ arch/powerpc/include/asm/ptrace.h | 45 +++++---- arch/powerpc/include/asm/syscall.h | 42 +++++--- arch/powerpc/kernel/setup_64.c | 4 +- arch/x86/Makefile | 12 +-- arch/x86/kernel/sev-shared.c | 1 + arch/x86/kernel/sev.c | 136 ++++++++++++++++---------- tools/testing/selftests/seccomp/seccomp_bpf.c | 27 +++-- 8 files changed, 174 insertions(+), 103 deletions(-)