This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7f46774c6480 Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/ [...] new 631b7abacd02 ptrace: Remove maxargs from task_current_syscall() new d08e411397cb tracing/syscalls: Pass in hardcoded 6 into syscall_get_arg [...] new 10a16997db3d riscv: Fix syscall_get_arguments() and syscall_set_arguments() new ed3bb007021b csky: Fix syscall_get_arguments() and syscall_set_arguments() new b35f549df1d7 syscalls: Remove start and number from syscall_get_argumen [...] new 32d92586629a syscalls: Remove start and number from syscall_set_argumen [...] new 970b766cfd3f Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/ [...] new 1c41860864c8 arm64: fix wrong check of on_sdei_stack in nmi context new 2f9e10acfa12 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new ede885ecb2cd kvm: svm: fix potential get_num_contig_pages overflow new b86bc2858b38 KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow new acff78477b9b KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887) new c73f4c998e1f KVM: x86: nVMX: fix x2APIC VTPR read intercept new bc5725f97408 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
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/arc/include/asm/syscall.h | 7 +- arch/arm/include/asm/syscall.h | 47 ++--------- arch/arm64/include/asm/syscall.h | 46 ++--------- arch/arm64/kernel/sdei.c | 6 ++ arch/c6x/include/asm/syscall.h | 79 ++++--------------- arch/csky/include/asm/syscall.h | 26 ++----- arch/h8300/include/asm/syscall.h | 34 ++------ arch/hexagon/include/asm/syscall.h | 4 +- arch/ia64/include/asm/syscall.h | 13 +--- arch/ia64/kernel/ptrace.c | 7 +- arch/microblaze/include/asm/syscall.h | 8 +- arch/mips/include/asm/syscall.h | 3 +- arch/mips/kernel/ptrace.c | 2 +- arch/nds32/include/asm/syscall.h | 62 +++------------ arch/nios2/include/asm/syscall.h | 84 ++++---------------- arch/openrisc/include/asm/syscall.h | 12 +-- arch/parisc/include/asm/syscall.h | 30 ++----- arch/powerpc/include/asm/syscall.h | 15 ++-- arch/riscv/include/asm/syscall.h | 24 ++---- arch/s390/include/asm/syscall.h | 28 +++---- arch/sh/include/asm/syscall_32.h | 47 +++-------- arch/sh/include/asm/syscall_64.h | 8 +- arch/sparc/include/asm/syscall.h | 11 ++- arch/um/include/asm/syscall-generic.h | 78 +++---------------- arch/x86/include/asm/syscall.h | 142 ++++++++-------------------------- arch/x86/kvm/svm.c | 22 ++++-- arch/x86/kvm/vmx/nested.c | 74 +++++++++++------- arch/xtensa/include/asm/syscall.h | 33 ++------ fs/proc/base.c | 17 ++-- include/asm-generic/syscall.h | 21 ++--- include/linux/ptrace.h | 11 ++- include/trace/events/syscalls.h | 2 +- kernel/seccomp.c | 2 +- kernel/trace/trace_syscalls.c | 9 ++- lib/syscall.c | 57 ++++++-------- 35 files changed, 312 insertions(+), 759 deletions(-)