This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fc661f2dcb7e Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel [...] new 2105a92748e8 static_call,x86: Robustify trampoline patching new 218cc8b860a2 Merge tag 'locking-urgent-2021-11-14' of git://git.kernel. [...] new 9c8e9c9681a0 PCI/MSI: Move non-mask check back into low level accessors new 2226667a145d PCI/MSI: Deal with devices lying about their MSI mask capability new f21082fb20db PCI: Add MSI masking quirk for Nvidia ION AHCI new 373545903711 PCI/MSI: Destroy sysfs before freeing entries new 1cbb418b69ed irqchip/csky-mpintc: Fixup mask/unmask implementation new 69ea463021be irqchip/sifive-plic: Fixup EOI failed when masked new 10a20b34d735 of/irq: Don't ignore interrupt-controller when interrupt-m [...] new 979292af5b51 Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/p [...] new c36e33e2f477 Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/ [...] new ca7752caeaa7 posix-cpu-timers: Clear task::posix_cputimers_work in copy [...] new 622c72b651c8 Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.o [...]
The 13 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/include/asm/static_call.h | 1 + arch/x86/kernel/static_call.c | 14 ++++++++++---- drivers/irqchip/irq-csky-mpintc.c | 8 ++++---- drivers/irqchip/irq-sifive-plic.c | 8 +++++++- drivers/of/irq.c | 19 ++++++++++++++++--- drivers/pci/msi.c | 39 +++++++++++++++++++++----------------- drivers/pci/quirks.c | 6 ++++++ include/linux/msi.h | 2 +- include/linux/pci.h | 2 ++ include/linux/posix-timers.h | 2 ++ kernel/fork.c | 1 + kernel/irq/msi.c | 4 ++-- kernel/time/posix-cpu-timers.c | 19 +++++++++++++++++-- tools/objtool/check.c | 3 +++ 14 files changed, 94 insertions(+), 34 deletions(-)