This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6c3f5bec9b40 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 525f447f88b1 scsi: target: Fix incorrect use of cpumask_t new d5d92b644084 scsi: ufs: core: Fix referencing invalid rsp field new 36ed2da76b18 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 70509676739f dt-bindings: input: mediatek,mt6779-keypad: update maintainer new e4920d42ce0e Input: ili210x - fix reset timing new b26ff9137183 Input: ili210x - use one common reset implementation new 4c493b1a4127 Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pu [...] new 0ae065a5d265 perf build: Fix check for btf__load_from_kernel_by_id() in libbpf new 92d579ea3279 perf stat: Fix and validate CPU map inputs in synthetic PE [...] new 451ed8058c69 perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci test [...] new 01b28e4a5815 perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform new caaaa55477e2 perf test: Avoid shell test description infinite loop new f8ac1c478424 perf bench numa: Address compiler error on s390 new cfd7092c31ae perf test session topology: Fix test to skip the test in g [...] new 8994e97be3eb perf test bpf: Skip test if clang is not present new 51d0bf99b834 perf session: Fix Intel LBR callstack entries and nr print [...] new eaea45fc0e7b Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git:/ [...]
The 17 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: .../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 [...]