This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 70575e77839f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 0f816e024f2f KVM: selftests: Skip tests that require EPT when it is not [...] new 6336a810db5c KVM: selftests: replace assertion with warning in access_t [...] new 09636efd1bd1 KVM: selftests: Gracefully handle empty stack traces new aae2e72229cd KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guest new 6b6f71484bf4 KVM: selftests: Implement memcmp(), memcpy(), and memset() [...] new 394265079b6c KVM: selftests: Compare insn opcodes directly in fix_hyper [...] new 920541bb0b9b Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/ [...] new e42c9c54f2e7 perf tools: Get a perf cgroup more portably in BPF new e28c07871c3f perf print-events: Fix "perf list" can not display the PMU [...] new 71c86cda750b perf parse-events: Remove "not supported" hybrid cache events new f4a2aade6809 perf tests powerpc: Fix branch stack sampling test to incl [...] new 506442439317 perf tests vmlinux-kallsyms: Update is_ignored_symbol func [...] new 74a61d53a6d1 perf arm-spe: augment the data source type with neoverse_spe list new 457c8b602670 perf test: Fix test case 87 ("perf record tests") for hybr [...] new 25c5e67cdf74 perf tests record: Fail the test if the 'errs' counter is [...] new 5149a427d277 perf parse-events: Ignore clang 15 warning about variable [...] new 5551717bddb0 perf tests mmap-basic: Remove unused variable to address c [...] new 8e8bf60a6754 perf build: Fixup disabling of -Wdeprecated-declarations f [...] new c816f2e9813d Merge tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git:// [...]
The 19 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: arch/x86/kvm/cpuid.c | 2 -- tools/perf/tests/mmap-basic.c | 3 +- tools/perf/tests/perf-record.c | 2 +- tools/perf/tests/shell/record.sh | 2 +- tools/perf/tests/shell/test_brstack.sh | 3 +- tools/perf/tests/vmlinux-kallsyms.c | 5 +-- tools/perf/util/Build | 2 +- tools/perf/util/arm-spe.c | 2 +- tools/perf/util/bpf_skel/bperf_cgroup.bpf.c | 11 +++++- tools/perf/util/bpf_skel/off_cpu.bpf.c | 18 +++++++--- tools/perf/util/parse-events-hybrid.c | 21 +++++++++--- tools/perf/util/parse-events.c | 39 ++++++++++++++++++++++ tools/perf/util/parse-events.h | 1 + tools/perf/util/print-events.c | 39 ---------------------- tools/perf/util/scripting-engines/Build | 2 +- tools/testing/selftests/kvm/Makefile | 11 +++++- .../selftests/kvm/access_tracking_perf_test.c | 25 +++++++++----- tools/testing/selftests/kvm/include/x86_64/vmx.h | 1 + tools/testing/selftests/kvm/lib/assert.c | 20 +++++++---- tools/testing/selftests/kvm/lib/string_override.c | 39 ++++++++++++++++++++++ tools/testing/selftests/kvm/lib/x86_64/vmx.c | 20 +++++++++++ .../selftests/kvm/x86_64/fix_hypercall_test.c | 34 +++++++++---------- 22 files changed, 207 insertions(+), 95 deletions(-) create mode 100644 tools/testing/selftests/kvm/lib/string_override.c