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-aarch64-mainline-defconfig 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 adds 3d840e0636be virtio: add unlikely() to WARN_ON_ONCE() adds 6166e5330c38 virtio: Fix indentation of VIRTIO_MMIO adds e82b9b0727ff vhost: introduce vhost_exceeds_weight() adds e2412c07f8f3 vhost_net: fix possible infinite loop adds e79b431fb901 vhost: vsock: add weight support adds c1ea02f15ab5 vhost: scsi: add weight support new f340208fe273 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new d3c976c14ad8 sparc64: Fix regression in non-hypervisor TLB flush xcall new 80caf43549e7 mdesc: fix a missing-check bug in get_vdev_port_node_info() new 56cd0aefa475 sparc: perf: fix updated event period in response to PERF_ [...] new 01e7a841b434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc adds 8183db10db63 math-emu: Use statement expressions to fix Wshift-count-ov [...] adds ed32949e0acb nds32: Avoid IEX status being incorrectly modified adds 932296120543 nds32: add new emulations for floating point instruction new 30d1d92a888d Merge tag 'nds32-for-linux-5.2-rc3' of git://git.kernel.or [...]
The 6 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: Makefile | 2 +- arch/nds32/include/asm/bitfield.h | 2 +- arch/nds32/include/asm/fpu.h | 2 +- arch/nds32/include/asm/fpuemu.h | 12 + arch/nds32/include/asm/syscalls.h | 2 +- arch/nds32/include/uapi/asm/fp_udfiex_crtl.h | 16 ++ arch/nds32/include/uapi/asm/sigcontext.h | 24 +- arch/nds32/include/uapi/asm/udftrap.h | 13 -- arch/nds32/include/uapi/asm/unistd.h | 4 +- arch/nds32/kernel/fpu.c | 15 +- arch/nds32/kernel/sys_nds32.c | 26 ++- arch/nds32/math-emu/Makefile | 4 +- arch/nds32/math-emu/fd2si.c | 30 +++ arch/nds32/math-emu/fd2siz.c | 30 +++ arch/nds32/math-emu/fd2ui.c | 30 +++ arch/nds32/math-emu/fd2uiz.c | 30 +++ arch/nds32/math-emu/fpuemu.c | 57 ++++- arch/nds32/math-emu/fs2si.c | 29 +++ arch/nds32/math-emu/fs2siz.c | 29 +++ arch/nds32/math-emu/fs2ui.c | 29 +++ arch/nds32/math-emu/fs2uiz.c | 30 +++ arch/nds32/math-emu/fsi2d.c | 22 ++ arch/nds32/math-emu/fsi2s.c | 22 ++ arch/nds32/math-emu/fui2d.c | 22 ++ arch/nds32/math-emu/fui2s.c | 22 ++ arch/sparc/kernel/mdesc.c | 2 + arch/sparc/kernel/perf_event.c | 4 + arch/sparc/mm/ultra.S | 4 +- 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 + drivers/vhost/net.c | 41 ++-- drivers/vhost/scsi.c | 21 +- drivers/vhost/vhost.c | 20 +- drivers/vhost/vhost.h | 5 +- drivers/vhost/vsock.c | 28 ++- drivers/virtio/Kconfig | 8 +- include/math-emu/op-2.h | 17 +- include/math-emu/op-common.h | 11 +- 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 +- tools/virtio/linux/kernel.h | 2 +- 67 files changed, 1127 insertions(+), 251 deletions(-) create mode 100644 arch/nds32/include/uapi/asm/fp_udfiex_crtl.h delete mode 100644 arch/nds32/include/uapi/asm/udftrap.h create mode 100644 arch/nds32/math-emu/fd2si.c create mode 100644 arch/nds32/math-emu/fd2siz.c create mode 100644 arch/nds32/math-emu/fd2ui.c create mode 100644 arch/nds32/math-emu/fd2uiz.c create mode 100644 arch/nds32/math-emu/fs2si.c create mode 100644 arch/nds32/math-emu/fs2siz.c create mode 100644 arch/nds32/math-emu/fs2ui.c create mode 100644 arch/nds32/math-emu/fs2uiz.c create mode 100644 arch/nds32/math-emu/fsi2d.c create mode 100644 arch/nds32/math-emu/fsi2s.c create mode 100644 arch/nds32/math-emu/fui2d.c create mode 100644 arch/nds32/math-emu/fui2s.c