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-release-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from a68dc6188242 Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm [...] adds 7eaf51a2e094 stacktrace: Unbreak stack_trace_save_tsk_reliable() adds 4fb5741c7c5d Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] adds 4e78921ba4dd efi/x86/Add missing error handling to old_memmap 1:1 mapping code adds 88447c5b93d9 efi: Allow the number of EFI configuration tables entries [...] adds af0424522dbb Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] adds 23e3983a466c perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints adds 1b038c6e05ff perf/ring_buffer: Fix exposing a temporarily decreased data_head adds 3f9fbe9bd86c perf/ring_buffer: Add ordering to rb->nest increment adds 4d839dd9e435 perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->u [...] adds 5322ea58a06d perf/ring-buffer: Use regular variables for nesting adds 97acec7df172 perf data: Fix 'strncat may truncate' build failure with r [...] adds f95d050cdc5d perf arm64: Fix mksyscalltbl when system kernel headers ar [...] adds fba29f1820dd tools include UAPI: Update copy of files related to new fs [...] adds b979540a7522 tools arch x86: Sync asm/cpufeatures.h with the with the kernel adds c27de2b8911d tools headers UAPI: Sync linux/sched.h with the kernel adds b5b999dca673 tools headers UAPI: Sync linux/fs.h with the kernel adds e6aff9f8bfbe tools headers UAPI: Sync drm/i915_drm.h with the kernel adds 9903c64f0fe7 tools headers UAPI: Sync drm/drm.h with the kernel adds 6584140ba9e6 perf namespace: Protect reading thread's namespace adds acd244b84b80 perf session: Add missing swap ops for namespace events adds 93f678b9ae8f perf test vmlinux-kallsyms: Ignore aliases to _etext when [...] adds ed9adb2035b5 perf machine: Read also the end of the kernel adds 6738028dd57d perf record: Fix s390 missing module symbol and warning fo [...] adds a7350998a25a tools headers UAPI: Sync kvm.h headers with the kernel sources adds 849e96f30068 Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://gi [...] adds 6751b8d91af5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds c3ee82ce47af x86/boot: Provide KASAN compatible aliases for string routines adds 2ac44ab60870 x86/CPU/AMD: Don't force the CPB cap when running under a [...] adds 7bd1d5edd016 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds f2c7c76c5d0a Linux 5.2-rc3
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- arch/x86/boot/compressed/string.c | 14 +- arch/x86/events/intel/ds.c | 28 +-- arch/x86/kernel/cpu/amd.c | 7 +- arch/x86/platform/efi/efi.c | 2 + arch/x86/platform/efi/efi_64.c | 9 +- arch/x86/platform/efi/quirks.c | 3 + drivers/firmware/efi/efi.c | 3 + kernel/events/internal.h | 4 +- kernel/events/ring_buffer.c | 64 ++++-- kernel/stacktrace.c | 2 +- tools/arch/arm64/include/uapi/asm/kvm.h | 43 ++++ tools/arch/powerpc/include/uapi/asm/kvm.h | 46 ++++ tools/arch/s390/include/uapi/asm/kvm.h | 4 +- tools/arch/x86/include/asm/cpufeatures.h | 3 + tools/include/uapi/asm-generic/unistd.h | 14 +- tools/include/uapi/drm/drm.h | 37 ++++ tools/include/uapi/drm/i915_drm.h | 254 +++++++++++++++------- tools/include/uapi/linux/fcntl.h | 2 + tools/include/uapi/linux/fs.h | 3 + tools/include/uapi/linux/kvm.h | 15 +- tools/include/uapi/linux/mount.h | 62 ++++++ tools/include/uapi/linux/sched.h | 1 + tools/perf/arch/arm64/entry/syscalls/mksyscalltbl | 2 +- tools/perf/arch/s390/util/machine.c | 9 +- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 6 + tools/perf/tests/vmlinux-kallsyms.c | 9 +- tools/perf/util/data-convert-bt.c | 2 +- tools/perf/util/machine.c | 27 ++- tools/perf/util/session.c | 21 ++ tools/perf/util/thread.c | 15 +- 31 files changed, 578 insertions(+), 135 deletions(-)