This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5e857ce6eae7 Merge branch 'hch' (maccess patches from Christoph Hellwig) new 6c3c184fc420 tools headers API: Update faccessat2 affected files new 7e579f3a074c tools arch x86 uapi: Synch asm/unistd.h with the kernel sources new 93dc627f4801 tools headers uapi: Sync linux/stat.h with the kernel sources new 5d33cbfedb51 perf beauty: Add support to STATX_MNT_ID in the 'statx' sy [...] new d8e1ef67722b tools headers UAPI: Sync linux/fscrypt.h with the kernel sources new 377cb673cf35 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources new dd76c302955d tools headers UAPI: Sync kvm.h headers with the kernel sources new 11b6e5482e17 perf report: Fix NULL pointer dereference in hists__fprint [...] new c0c652fc705d perf stat: Fix NULL pointer dereference new 9256c3031eb9 perf probe: Fix user attribute access in kprobes new d38c692f160e perf bpf: Fix bpf prologue generation new c2412fae3f01 perf parse-events: Fix an incompatible pointer new ffaecd7d1f88 perf parse-events: Fix an old style declaration new 85d0f9ad8212 perf pmu: Remove unused declaration new b13b04d93821 perf script: Initialize zstd_data new 08a7c7772b4d Merge remote-tracking branch 'torvalds/master' into perf/urgent new 25ca7e5c0b03 tools arch x86: Sync the msr-index.h copy with the kernel sources new f64925c1ebac tools include UAPI: Sync linux/vhost.h with the kernel sources new 0e093c77c5b0 tools headers UAPI: Sync linux/fs.h with the kernel sources new 27d4d336f287 tools lib traceevent: Add append() function helper for app [...] new 74621d929d94 tools lib traceevent: Handle __attribute__((user)) in field names new 1b20d9491cf9 tools lib traceevent: Add handler for __builtin_expect() new 6a1515c962b1 perf build: Fix error message when asking for -fsanitize=a [...] new 98d7e741a0a3 Merge tag 'perf-tools-fixes-2020-06-02' of git://git.kerne [...] new b19d57d0f3cc overflow.h: Add flex_array_size() helper new 98b769942c69 Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/ [...] new 751c263bb74f arm64: remove TEXT_OFFSET randomization new 9ba6a9efa4a4 docs/arm64: Fix typo'd #define in sve.rst new 1e570f512cbd arm64/sve: Eliminate data races on sve_default_vl new 413d3ea6b775 arm64: traps: Dump registers prior to panic() in bad_mode() new 8dd4daa04278 arm64: mm: reset address tag set by kasan sw tagging new 034aa9cd698e arm64: pgtable: Clear the GP bit for non-executable kernel pages new e575fb9e76c8 arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n new b9249cba25a5 arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support new 618e07865b74 arm64: mm: reserve hugetlb CMA after numa_init new bf508ec95ca3 arm64: kexec_file: Use struct_size() in kmalloc() new 24ebec25fb27 arm64: hw_breakpoint: Don't invoke overflow handler on uac [...] new 84bc1993e28b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 22d2cfdffa5b libceph: move away from global osd_req_flags new 2f3fead62144 libceph: don't omit recovery_deletes in target_copy() new 7ed286f3e061 libceph: don't omit used_replica in target_copy() new 672f9255a727 Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client
The 42 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/arm64/sve.rst | 6 +- arch/arm64/Kconfig | 2 + arch/arm64/Kconfig.debug | 15 -- arch/arm64/Makefile | 6 - arch/arm64/include/asm/pgtable.h | 2 +- arch/arm64/kernel/fpsimd.c | 31 ++-- arch/arm64/kernel/hw_breakpoint.c | 44 +++--- arch/arm64/kernel/machine_kexec_file.c | 3 +- arch/arm64/kernel/traps.c | 1 + arch/arm64/mm/init.c | 15 +- arch/arm64/mm/mmu.c | 1 + drivers/block/rbd.c | 4 +- include/linux/ceph/libceph.h | 4 +- include/linux/overflow.h | 25 +++- net/ceph/ceph_common.c | 14 +- net/ceph/osd_client.c | 9 +- tools/arch/x86/include/asm/cpufeatures.h | 2 + tools/arch/x86/include/asm/msr-index.h | 4 + tools/arch/x86/include/uapi/asm/kvm.h | 21 ++- tools/arch/x86/include/uapi/asm/unistd.h | 9 +- tools/arch/x86/include/uapi/asm/vmx.h | 3 + tools/include/uapi/asm-generic/unistd.h | 4 +- tools/include/uapi/drm/i915_drm.h | 24 ++++ tools/include/uapi/linux/fcntl.h | 10 ++ tools/include/uapi/linux/fs.h | 1 + tools/include/uapi/linux/fscrypt.h | 3 +- tools/include/uapi/linux/kvm.h | 14 ++ tools/include/uapi/linux/stat.h | 8 +- tools/include/uapi/linux/vhost.h | 4 + tools/lib/traceevent/event-parse.c | 168 ++++++++++++++-------- tools/perf/Makefile.config | 12 ++ tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 + tools/perf/builtin-report.c | 3 +- tools/perf/builtin-script.c | 3 + tools/perf/trace/beauty/statx.c | 1 + tools/perf/util/bpf-prologue.c | 14 +- tools/perf/util/parse-events.y | 4 +- tools/perf/util/pmu.h | 1 - tools/perf/util/probe-event.c | 7 +- tools/perf/util/probe-file.c | 2 +- tools/perf/util/stat-display.c | 4 +- 41 files changed, 352 insertions(+), 157 deletions(-)