This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/linux.
from 6c3f5bec9b40 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 525f447f88b1 scsi: target: Fix incorrect use of cpumask_t adds d5d92b644084 scsi: ufs: core: Fix referencing invalid rsp field adds 36ed2da76b18 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 70509676739f dt-bindings: input: mediatek,mt6779-keypad: update maintainer adds e4920d42ce0e Input: ili210x - fix reset timing adds b26ff9137183 Input: ili210x - use one common reset implementation adds 4c493b1a4127 Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pu [...] adds 0ae065a5d265 perf build: Fix check for btf__load_from_kernel_by_id() in libbpf adds 92d579ea3279 perf stat: Fix and validate CPU map inputs in synthetic PE [...] adds 451ed8058c69 perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci test [...] adds 01b28e4a5815 perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform adds caaaa55477e2 perf test: Avoid shell test description infinite loop adds f8ac1c478424 perf bench numa: Address compiler error on s390 adds cfd7092c31ae perf test session topology: Fix test to skip the test in g [...] adds 8994e97be3eb perf test bpf: Skip test if clang is not present adds 51d0bf99b834 perf session: Fix Intel LBR callstack entries and nr print [...] adds eaea45fc0e7b Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git:/ [...]
No new revisions were added by this update.
Summary of changes: .../bindings/input/mediatek,mt6779-keypad.yaml | 2 +- drivers/input/touchscreen/ili210x.c | 20 ++++++-------- drivers/scsi/ufs/ufshpb.c | 19 +++++-------- drivers/target/iscsi/iscsi_target.c | 32 +++++++++++++++------- drivers/target/iscsi/iscsi_target_configfs.c | 24 +++++++++------- tools/build/Makefile.feature | 1 + tools/build/feature/Makefile | 4 +++ ...c => test-libbpf-btf__load_from_kernel_by_id.c} | 2 +- tools/perf/Makefile.config | 7 +++++ tools/perf/arch/x86/util/perf_regs.c | 12 ++++++++ tools/perf/bench/numa.c | 2 +- tools/perf/tests/bpf.c | 10 ++++--- tools/perf/tests/builtin-test.c | 8 ++++-- tools/perf/tests/shell/stat_all_pmu.sh | 10 +++++++ tools/perf/tests/topology.c | 11 ++++++++ tools/perf/util/bpf-event.c | 4 ++- tools/perf/util/session.c | 26 ++++++++++++++---- tools/perf/util/stat.c | 17 ++++++++++-- 18 files changed, 149 insertions(+), 62 deletions(-) copy tools/build/feature/{test-libbpf.c => test-libbpf-btf__load_from_kernel_by_id [...]