Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "On the kernel side there's a bunch of ring-buffer ordering fixes for a reproducible bug, plus a PEBS constraints regression fix. Plus tooling fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tools headers UAPI: Sync kvm.h headers with the kernel sources perf record: Fix s390 missing module symbol and warning for non-root users perf machine: Read also the end of the kernel perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms perf session: Add missing swap ops for namespace events perf namespace: Protect reading thread's namespace tools headers UAPI: Sync drm/drm.h with the kernel tools headers UAPI: Sync drm/i915_drm.h with the kernel tools headers UAPI: Sync linux/fs.h with the kernel tools headers UAPI: Sync linux/sched.h with the kernel tools arch x86: Sync asm/cpufeatures.h with the with the kernel tools include UAPI: Update copy of files related to new fspick, fsmount, fsconfig, fsopen, move_mount and open_tree syscalls perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel perf data: Fix 'strncat may truncate' build failure with recent gcc perf/ring-buffer: Use regular variables for nesting perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data perf/ring_buffer: Add ordering to rb->nest increment perf/ring_buffer: Fix exposing a temporarily decreased data_head perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints
No related branches found
No related tags found
Showing
- arch/x86/events/intel/ds.c 14 additions, 14 deletionsarch/x86/events/intel/ds.c
- kernel/events/internal.h 2 additions, 2 deletionskernel/events/internal.h
- kernel/events/ring_buffer.c 50 additions, 14 deletionskernel/events/ring_buffer.c
- tools/arch/arm64/include/uapi/asm/kvm.h 43 additions, 0 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/arch/powerpc/include/uapi/asm/kvm.h 46 additions, 0 deletionstools/arch/powerpc/include/uapi/asm/kvm.h
- tools/arch/s390/include/uapi/asm/kvm.h 3 additions, 1 deletiontools/arch/s390/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 3 additions, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/include/uapi/asm-generic/unistd.h 13 additions, 1 deletiontools/include/uapi/asm-generic/unistd.h
- tools/include/uapi/drm/drm.h 37 additions, 0 deletionstools/include/uapi/drm/drm.h
- tools/include/uapi/drm/i915_drm.h 181 additions, 73 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/fcntl.h 2 additions, 0 deletionstools/include/uapi/linux/fcntl.h
- tools/include/uapi/linux/fs.h 3 additions, 0 deletionstools/include/uapi/linux/fs.h
- tools/include/uapi/linux/kvm.h 13 additions, 2 deletionstools/include/uapi/linux/kvm.h
- tools/include/uapi/linux/mount.h 62 additions, 0 deletionstools/include/uapi/linux/mount.h
- tools/include/uapi/linux/sched.h 1 addition, 0 deletionstools/include/uapi/linux/sched.h
- tools/perf/arch/arm64/entry/syscalls/mksyscalltbl 1 addition, 1 deletiontools/perf/arch/arm64/entry/syscalls/mksyscalltbl
- tools/perf/arch/s390/util/machine.c 6 additions, 3 deletionstools/perf/arch/s390/util/machine.c
- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl 6 additions, 0 deletionstools/perf/arch/x86/entry/syscalls/syscall_64.tbl
- tools/perf/tests/vmlinux-kallsyms.c 8 additions, 1 deletiontools/perf/tests/vmlinux-kallsyms.c
- tools/perf/util/data-convert-bt.c 1 addition, 1 deletiontools/perf/util/data-convert-bt.c
Loading
Please register or sign in to comment