This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig in repository toolchain/ci/linux.
from ea2cec24c8d4 Merge tag 'drm-fixes-2019-04-05' of git://anongit.freedesk [...] adds c7084edc3f6d tty: mark Siemens R3964 line discipline as BROKEN adds 6b0868c820ff mm/compaction.c: correct zone boundary handling when reset [...] adds 5b56d996dd50 mm/compaction.c: abort search if isolation fails adds 7f46774c6480 Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/ [...] adds 631b7abacd02 ptrace: Remove maxargs from task_current_syscall() adds d08e411397cb tracing/syscalls: Pass in hardcoded 6 into syscall_get_arg [...] adds 10a16997db3d riscv: Fix syscall_get_arguments() and syscall_set_arguments() adds ed3bb007021b csky: Fix syscall_get_arguments() and syscall_set_arguments() adds b35f549df1d7 syscalls: Remove start and number from syscall_get_argumen [...] adds 32d92586629a syscalls: Remove start and number from syscall_set_argumen [...] adds 970b766cfd3f Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/ [...] adds 1c41860864c8 arm64: fix wrong check of on_sdei_stack in nmi context adds 2f9e10acfa12 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds ede885ecb2cd kvm: svm: fix potential get_num_contig_pages overflow adds b86bc2858b38 KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow adds acff78477b9b KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887) adds c73f4c998e1f KVM: x86: nVMX: fix x2APIC VTPR read intercept adds bc5725f97408 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 426b046b748d vfio/pci: use correct format characters adds e39dd513d5f2 vfio/spapr_tce: Make symbol 'tce_iommu_driver_ops' static adds 492855939bdb vfio/type1: Limit DMA mappings per container adds 3e28fb0fcb69 Merge tag 'vfio-v5.1-rc4' of git://github.com/awilliam/linux-vfio adds 0d74e6a3b642 dm integrity: change memcmp to strncmp in dm_integrity_ctr adds 5efedc9b62b5 dm integrity: make dm_integrity_init and dm_integrity_exit static adds 93fc91675a6c dm init: fix const confusion for dm_allowed_targets array adds 75ae193626de dm: revert 8f50e358153d ("dm: limit the max bio size as BI [...] adds eb40c0acdc34 dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic [...] adds bcb44433bba5 dm: disable DISCARD if the underlying storage no longer su [...] adds 4ed319c6ac08 dm integrity: fix deadlock with overlapping I/O adds 4f1cbe078546 Merge tag 'for-5.1/dm-fixes' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
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 ++------ drivers/char/Kconfig | 2 +- drivers/md/dm-core.h | 1 + drivers/md/dm-init.c | 2 +- drivers/md/dm-integrity.c | 16 ++-- drivers/md/dm-rq.c | 11 ++- drivers/md/dm-table.c | 39 ++++++++++ drivers/md/dm.c | 30 +++---- drivers/vfio/pci/vfio_pci.c | 4 +- drivers/vfio/vfio_iommu_spapr_tce.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 14 ++++ 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 ++++++-------- mm/compaction.c | 29 ++++--- 46 files changed, 420 insertions(+), 801 deletions(-)