This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bc1abb9e55ce dmascc: use proper 'virt_to_bus()' rather than casting to 'int' new 7efbcc8c075c perf annotate: Fix fused instr logic for assembly functions new ff6f41fbcee9 perf script: Fix ip display when type != attr->type new 57f0ff059e3d perf machine: Initialize srcline string member in add_loca [...] new aba5daeb6451 libperf evsel: Make use of FD robust. new 219d720e6df7 perf bpf: Ignore deprecation warning when using libbpf's b [...] new d94f395772ae Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git:/ [...] new d62d5aed3354 checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit new aa0f5ea12e47 checkkconfigsymbols.py: Remove skipping of help lines in p [...] new ec783c7cb249 gen_compile_commands: fix missing 'sys' package new 4e70b646bae5 sh: Add missing FORCE prerequisites in Makefile new 7c80144626db kbuild: Fix comment typo in scripts/Makefile.modpost new 7fa6a2746616 x86/build: Do not add -falign flags unconditionally for clang new 0664684e1ebd kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS new 2f629969b01d Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub [...] new b871895b1482 powerpc/64s: system call scv tabort fix for corrupt irq so [...] new 5379ef2a6043 selftests/powerpc: Add scv versions of the basic TM syscall tests new ae7aaecc3f2f powerpc/64s: system call rfscv workaround for TM bugs new 267cdfa21385 KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mo [...] new 3a1e92d0896e powerpc/mce: Fix access error in mce handler new c006a06508db powerpc/xics: Set the IRQ chip data for the ICS native backend new 62453a460a00 Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm [...] new 7687201e37fa locking/rwbase: Properly match set_and_save_state() to res [...] new 616be87eac9f locking/rwbase: Extract __rwbase_write_trylock() new 81121524f1c7 locking/rwbase: Take care of ordering guarantee for fastpa [...] new f5e29a26c42b Merge tag 'locking-urgent-2021-09-19' of git://git.kernel. [...] new b89a05b21f46 events: Reuse value read using READ_ONCE instead of re-reading it new fec3036200b7 Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org [...] new aeef8b5089b7 x86/pat: Pass valid address to sanitize_phys() new d7109fe3a099 x86/platform: Increase maximum GPIO number for X86_64 new 34b1999da935 x86/mm: Fix kern_addr_valid() to cope with existing but no [...] new 81065b35e248 x86/mce: Avoid infinite loop for copy from user recovery new 20621d2f27a0 Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.o [...]
The 32 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/powerpc/kernel/interrupt.c | 43 ++++++++++++++ arch/powerpc/kernel/interrupt_64.S | 41 -------------- arch/powerpc/kernel/mce.c | 17 +++++- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 36 +++++++++++- arch/powerpc/sysdev/xics/xics-common.c | 4 +- arch/sh/boot/Makefile | 16 +++--- arch/x86/Kconfig | 5 ++ arch/x86/Makefile_32.cpu | 12 +++- arch/x86/kernel/cpu/mce/core.c | 43 ++++++++++---- arch/x86/mm/init_64.c | 6 +- arch/x86/mm/pat/memtype.c | 7 ++- include/linux/sched.h | 1 + kernel/events/core.c | 2 +- kernel/locking/rwbase_rt.c | 65 +++++++++++++++------- scripts/Makefile.clang | 5 ++ scripts/Makefile.modpost | 2 +- scripts/checkkconfigsymbols.py | 11 +--- scripts/clang-tools/gen_compile_commands.py | 1 + tools/lib/perf/evsel.c | 64 +++++++++++++-------- tools/perf/builtin-script.c | 24 ++++---- tools/perf/ui/browser.c | 33 ++++++++--- tools/perf/ui/browser.h | 2 +- tools/perf/ui/browsers/annotate.c | 24 +++++--- tools/perf/util/bpf-event.c | 3 + tools/perf/util/machine.c | 1 + .../testing/selftests/powerpc/tm/tm-syscall-asm.S | 37 +++++++++++- tools/testing/selftests/powerpc/tm/tm-syscall.c | 36 +++++++++--- 27 files changed, 379 insertions(+), 162 deletions(-)