This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dc772f8237f9 Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://g [...] new f92a59f6d12e locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldoc new bbc5332b8cda Merge tag 'locking-urgent-2024-06-08' of git://git.kernel. [...] new 74751ef5c191 perf/core: Fix missing wakeup when waiting for context reference new 7cec2e16cb62 Merge tag 'perf-urgent-2024-06-08' of git://git.kernel.org [...] new 93c1800b3799 x86/kexec: Fix bug with call depth tracking new c625dabbf1c4 x86/amd_nb: Check for invalid SMN reads new 7cedb020d537 Merge tag 'x86-urgent-2024-06-08' of git://git.kernel.org/ [...] new 0110c4b11047 irqchip/riscv-intc: Prevent memory leak when riscv_intc_in [...] new e306a894bd51 irqchip/sifive-plic: Chain to parent IRQ after handlers are ready new b97e8a2f7130 irqchip/gic-v3-its: Fix potential race condition in its_vl [...] new 36714d69b186 Merge tag 'irq-urgent-2024-06-08' of git://git.kernel.org/ [...]
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: arch/x86/kernel/amd_nb.c | 9 +++++- arch/x86/kernel/machine_kexec_64.c | 11 ++++++-- drivers/irqchip/irq-gic-v3-its.c | 44 ++++++++--------------------- drivers/irqchip/irq-riscv-intc.c | 9 ++++-- drivers/irqchip/irq-sifive-plic.c | 34 +++++++++++----------- include/linux/atomic/atomic-arch-fallback.h | 6 ++-- include/linux/atomic/atomic-instrumented.h | 8 +++--- include/linux/atomic/atomic-long.h | 4 +-- kernel/events/core.c | 13 +++++++++ scripts/atomic/kerneldoc/sub_and_test | 2 +- 10 files changed, 76 insertions(+), 64 deletions(-)