This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 38d741cb70b3 Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesk [...] adds c35fe2a68f29 elf: Fix the arm64 MTE ELF segment name and value adds 66c2112b74c2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 8ec1442953c6 riscv: patch_text: Fixup last cpu should be master adds ac0280a9ca10 RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL adds 2d0de93ca251 Merge tag 'riscv-for-linus-5.18-rc5' of git://git.kernel.o [...] adds de8fd138430c perf intel-pt: Fix timeless decoding with perf.data directory adds 4e13f6706d5a perf arm-spe: Fix addresses of synthesized SPE events adds 7599b70a3c85 perf arm-spe: Fix SPE events with phys addresses adds 3b9a8c8b9ac2 perf test: Add perf_event_attr test for Arm SPE adds 838425f2defe perf symbol: Pass is_kallsyms to symbols__fixup_end() adds 8799ebce84d6 perf symbol: Update symbols__fixup_end() adds a5d20d42a2f2 perf symbol: Remove arch__symbols__fixup_end() adds 3e71713c9e75 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git:/ [...]
No new revisions were added by this update.
Summary of changes: Documentation/arm64/memory-tagging-extension.rst | 4 +-- arch/arm64/kernel/elfcore.c | 2 +- arch/riscv/configs/defconfig | 1 + arch/riscv/configs/rv32_defconfig | 1 + arch/riscv/kernel/patch.c | 2 +- include/uapi/linux/elf.h | 2 +- tools/perf/arch/arm64/util/arm-spe.c | 10 ++++++ tools/perf/arch/arm64/util/machine.c | 21 ------------ tools/perf/arch/powerpc/util/Build | 1 - tools/perf/arch/powerpc/util/machine.c | 25 --------------- tools/perf/arch/s390/util/machine.c | 16 ---------- tools/perf/tests/attr/README | 1 + .../tests/attr/test-record-spe-physical-address | 12 +++++++ tools/perf/util/arm-spe.c | 5 +-- tools/perf/util/session.c | 2 +- tools/perf/util/symbol-elf.c | 2 +- tools/perf/util/symbol.c | 37 ++++++++++++++++------ tools/perf/util/symbol.h | 3 +- 18 files changed, 63 insertions(+), 84 deletions(-) delete mode 100644 tools/perf/arch/powerpc/util/machine.c create mode 100644 tools/perf/tests/attr/test-record-spe-physical-address