This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a68dc6188242 Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm [...] new 7eaf51a2e094 stacktrace: Unbreak stack_trace_save_tsk_reliable() new 4fb5741c7c5d Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new 4e78921ba4dd efi/x86/Add missing error handling to old_memmap 1:1 mapping code new 88447c5b93d9 efi: Allow the number of EFI configuration tables entries [...] new af0424522dbb Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] new 23e3983a466c perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints new 1b038c6e05ff perf/ring_buffer: Fix exposing a temporarily decreased data_head new 3f9fbe9bd86c perf/ring_buffer: Add ordering to rb->nest increment new 4d839dd9e435 perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->u [...] new 5322ea58a06d perf/ring-buffer: Use regular variables for nesting new 97acec7df172 perf data: Fix 'strncat may truncate' build failure with r [...] new f95d050cdc5d perf arm64: Fix mksyscalltbl when system kernel headers ar [...] new fba29f1820dd tools include UAPI: Update copy of files related to new fs [...] new b979540a7522 tools arch x86: Sync asm/cpufeatures.h with the with the kernel new c27de2b8911d tools headers UAPI: Sync linux/sched.h with the kernel new b5b999dca673 tools headers UAPI: Sync linux/fs.h with the kernel new e6aff9f8bfbe tools headers UAPI: Sync drm/i915_drm.h with the kernel new 9903c64f0fe7 tools headers UAPI: Sync drm/drm.h with the kernel new 6584140ba9e6 perf namespace: Protect reading thread's namespace new acd244b84b80 perf session: Add missing swap ops for namespace events new 93f678b9ae8f perf test vmlinux-kallsyms: Ignore aliases to _etext when [...] new ed9adb2035b5 perf machine: Read also the end of the kernel new 6738028dd57d perf record: Fix s390 missing module symbol and warning fo [...] new a7350998a25a tools headers UAPI: Sync kvm.h headers with the kernel sources new 849e96f30068 Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://gi [...] new 6751b8d91af5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new c3ee82ce47af x86/boot: Provide KASAN compatible aliases for string routines new 2ac44ab60870 x86/CPU/AMD: Don't force the CPB cap when running under a [...] new 7bd1d5edd016 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 29 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/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 +- 30 files changed, 577 insertions(+), 134 deletions(-)