This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 98555239e4c3 Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/ [...] new 8777dd9dff40 spi: tegra210-quad: Fix combined sequence new 033d2d13a251 spi: spi-gxp: fix typo in SPDX identifier line new b994d8f0773c spi: spi-mem: Fix typo (of -> or) new b25fe93ff705 spi: mpc52xx: Replace NO_IRQ by 0 new 5302e1ff315b spi: aspeed: Fix typo in mode_bits field for AST2600 platform new 6a43cd02ddbc spi: intel: Fix the offset to get the 64K erase opcode new b40af6183b68 spi: qup: support using GPIO as chip select line new f8aa6c895d48 spi: aspeed: Fix window offset of CE1 new a2718383ef9d Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/s [...] new 88864611940a tools headers UAPI: Sync powerpc syscall tables with the k [...] new 231e61bc2e87 perf docs: Fix man page build wrt perf-arm-coresight.txt new b92dd11725a7 perf vendor events power10: Fix hv-24x7 metric events new 409fb6bdd6ea perf bpf: Fix build with libbpf 0.7.0 by adding prototype [...] new f1bdebbb67bd perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_p [...] new 304f0a2f6a6d perf record: Fix event fd races new 5a6c184a72a3 perf list: Fix PMU name pai_crypto in perf list on s390 new 246122a856fa perf test: Do not fail Intel-PT misc test w/o libpython new ffc1df3dc97e tools headers arm64: Sync arm64's cputype.h with the kerne [...] new 4402e360d0f8 tools headers: Update the copy of x86's memcpy_64.S used i [...] new 036b8f5b8970 tools headers uapi: Update linux/in.h copy new 82c50d8937f3 tools include UAPI: Sync sound/asound.h copy with the kern [...] new 49c75d30b007 tools headers uapi: Sync linux/stat.h with the kernel sources new 74455fd7e459 tools headers cpufeatures: Sync with the kernel sources new 831c05a7621b tools headers UAPI: Sync linux/perf_event.h with the kerne [...] new cba04f3136b6 perf auxtrace: Fix address filter symbol name match for modules new e9229d5b6254 perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics new b229b6ca5abb Merge tag 'perf-tools-fixes-for-v6.1-2022-10-26' of git:// [...]
The 27 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: drivers/spi/spi-aspeed-smc.c | 6 +- drivers/spi/spi-gxp.c | 2 +- drivers/spi/spi-intel.c | 2 +- drivers/spi/spi-mpc52xx.c | 2 +- drivers/spi/spi-qup.c | 2 + drivers/spi/spi-tegra210-quad.c | 5 ++ include/linux/spi/spi-mem.h | 2 +- tools/arch/arm64/include/asm/cputype.h | 4 ++ tools/arch/x86/include/asm/cpufeatures.h | 2 +- tools/arch/x86/lib/memcpy_64.S | 2 +- tools/build/Makefile.feature | 1 + tools/build/feature/Makefile | 4 ++ ...gram.c => test-libbpf-bpf_program__set_insns.c} | 2 +- tools/include/uapi/linux/in.h | 22 +++---- tools/include/uapi/linux/perf_event.h | 27 +++++--- tools/include/uapi/linux/stat.h | 4 +- tools/include/uapi/sound/asound.h | 16 ----- .../{perf-arm-coresight.txt => arm-coresight.txt} | 0 tools/perf/Makefile.config | 5 ++ tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 16 +++-- tools/perf/builtin-record.c | 41 +++++++----- tools/perf/check-headers.sh | 2 +- .../arch/arm64/hisilicon/hip08/metrics.json | 6 +- .../arch/powerpc/power10/nest_metrics.json | 72 +++++++++++----------- .../arch/s390/cf_z16/{pai.json => pai_crypto.json} | 0 tools/perf/tests/shell/test_intel_pt.sh | 6 ++ tools/perf/trace/beauty/statx.c | 1 + tools/perf/util/auxtrace.c | 10 ++- tools/perf/util/bpf-event.c | 5 ++ tools/perf/util/bpf-loader.c | 18 ++++++ tools/perf/util/include/linux/linkage.h | 13 ++++ 31 files changed, 188 insertions(+), 112 deletions(-) copy tools/build/feature/{test-libbpf-bpf_object__next_program.c => test-libbpf-bp [...] rename tools/perf/Documentation/{perf-arm-coresight.txt => arm-coresight.txt} (100%) rename tools/perf/pmu-events/arch/s390/cf_z16/{pai.json => pai_crypto.json} (100%)