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_build/master-arm in repository toolchain/ci/linux.
from 38d741cb70b3 Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesk [...] new c35fe2a68f29 elf: Fix the arm64 MTE ELF segment name and value new 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 new 2d0de93ca251 Merge tag 'riscv-for-linus-5.18-rc5' of git://git.kernel.o [...] new de8fd138430c perf intel-pt: Fix timeless decoding with perf.data directory new 4e13f6706d5a perf arm-spe: Fix addresses of synthesized SPE events new 7599b70a3c85 perf arm-spe: Fix SPE events with phys addresses new 3b9a8c8b9ac2 perf test: Add perf_event_attr test for Arm SPE new 838425f2defe perf symbol: Pass is_kallsyms to symbols__fixup_end() new 8799ebce84d6 perf symbol: Update symbols__fixup_end() new a5d20d42a2f2 perf symbol: Remove arch__symbols__fixup_end() new 3e71713c9e75 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git:/ [...]
The 11 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/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