This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-defconfig 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 [...] new 5f074f3e192f lib/string.c: implement a basic bcmp new 298a32b13208 kmemleak: powerpc: skip scanning holes in the .bss section new 6147e136ff50 include/linux/bitrev.h: fix constant bitrev new b11ed18efa8f lib/lzo: fix bugs for very short or empty input new fcae96ff9653 mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX() new 58b6e5e8f1ad hugetlbfs: fix memory leak for resv_map new c6f3c5ee40c1 mm/huge_memory.c: fix modifying of page protection by inse [...] new be87ab0afd68 psi: clarify the units used in pressure files new 0b3d6e6f2dd0 mm: writeback: use exact memcg dirty counts new 166dbd930c99 MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM new 803cfadcb6c5 MAINTAINERS: add maintainer and replacing reviewer ARM/NUV [...] new acaf892ecbf5 sh: fix multiple function definition build errors new e91455217d8c mm/util.c: fix strndup_user() comment new 9002b21465fa kernel/sysctl.c: fix out-of-bounds access when setting file-max new f654f0fc0bd3 Merge branch 'akpm' (patches from Andrew)
The 15 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/accounting/psi.txt | 12 +-- Documentation/lzo.txt | 8 +- MAINTAINERS | 5 +- 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/powerpc/kernel/kvm.c | 7 ++ arch/riscv/include/asm/syscall.h | 24 ++---- arch/s390/include/asm/syscall.h | 28 +++---- arch/sh/boards/of-generic.c | 4 +- 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/hugetlbfs/inode.c | 20 +++-- fs/proc/base.c | 17 ++-- include/asm-generic/syscall.h | 21 ++--- include/linux/bitrev.h | 46 +++++------ include/linux/memcontrol.h | 5 +- include/linux/mm_types.h | 2 +- include/linux/ptrace.h | 11 ++- include/linux/string.h | 3 + include/trace/events/syscalls.h | 2 +- kernel/seccomp.c | 2 +- kernel/sysctl.c | 3 +- kernel/trace/trace_syscalls.c | 9 ++- lib/lzo/lzo1x_compress.c | 9 ++- lib/lzo/lzo1x_decompress_safe.c | 4 +- lib/string.c | 20 +++++ lib/syscall.c | 57 ++++++-------- mm/compaction.c | 29 ++++--- mm/huge_memory.c | 36 +++++++++ mm/kmemleak.c | 16 ++-- mm/memcontrol.c | 20 ++++- mm/util.c | 2 +- 64 files changed, 583 insertions(+), 860 deletions(-)