This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from 0aa78d17099b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 1383279c6494 KVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32-bit kernels new ffbe17cadaf5 KVM: x86: remove dead initialization new 7b9cae027ba3 KVM: VMX: Use current VMCS to query WAITPKG support for MS [...] new 375d1adebc11 Merge branch 'kvm-vmx-secctl' into kvm-master new 85aa8889b82e kvm: vmx: Sync all matching EPTPs when injecting nested EPT fault new 18712c13709d KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 [...] new facee1be7689 KVM: arm64: Fix off-by-one in range_is_memory new c4d7c51845af KVM: arm64: Fix race when enabling KVM_ARM_CAP_MTE new c5e2bf0b4ae8 Merge tag 'kvmarm-fixes-5.14-2' of git://git.kernel.org/pu [...] new 524a1e4e381f KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs new 0103098fb4f1 KVM: x86/mmu: Don't step down in the TDP iterator when zap [...] new ce25681d59ff KVM: x86/mmu: Protect marking SPs unsync when using TDP MM [...] new 6e949ddb0a63 Merge branch 'kvm-tdpmmu-fixes' into kvm-master new 3e763ec7914f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 839ad22f7551 x86/tools: Fix objdump version check again adds 064855a69003 x86/resctrl: Fix default monitoring groups reporting new b045b8cc8653 Merge tag 'x86_urgent_for_v5.14_rc6' of git://git.kernel.o [...] adds 4152433c3976 arm64: efi: kaslr: Fix occasional random alloc (and boot) failure adds 5b94046efb47 efi/libstub: arm64: Force Image reallocation if BSS was no [...] adds 3a262423755b efi/libstub: arm64: Relax 2M alignment again for relocatab [...] adds ff80ef5bf5bd efi/libstub: arm64: Warn when efi_random_alloc() fails adds c32ac11da3f8 efi/libstub: arm64: Double check image alignment at entry adds 55203550f9af Merge tag 'efi-urgent-for-v5.14-rc4' of git://git.kernel.o [...] new 12aef8acf099 Merge tag 'efi_urgent_for_v5.14_rc6' of git://git.kernel.o [...] adds 07d25971b220 locking/rtmutex: Use the correct rtmutex debugging config option new 839da2538529 Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kern [...] adds 438553958ba1 PCI/MSI: Enable and mask MSI-X early adds 7d5ec3d36123 PCI/MSI: Mask all unused MSI-X entries adds da181dc974ad PCI/MSI: Enforce that MSI-X table entry is masked for update adds b9255a7cb517 PCI/MSI: Enforce MSI[X] entry updates to be visible adds 361fd37397f7 PCI/MSI: Do not set invalid bits in MSI mask adds 689e6b535157 PCI/MSI: Correct misleading comments adds d28d4ad2a1ae PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown() adds 77e89afc25f3 PCI/MSI: Protect msi_desc::masked for multi-MSI adds 826da771291f genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP adds 0c0e37dc1167 x86/ioapic: Force affinity setup before startup adds ff363f480e59 x86/msi: Force affinity setup before startup adds b9cc7d8a4656 genirq/timings: Prevent potential array overflow in __irq_ [...] adds dbbc93576e03 genirq/msi: Ensure deactivation on teardown new 7a3dc4f35bf8 driver core: Add missing kernel doc for device::msi_lock new c4f14eac2246 Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/ [...] adds 623763650488 powerpc/32s: Fix napping restore in data storage interrupt (DSI) adds b5cfc9cd7b04 powerpc/32: Fix critical and debug interrupts on BOOKE adds 8241461536f2 powerpc/smp: Fix OOPS in topology_init() adds c18956e6e0b9 powerpc/pseries: Fix update of LPAR security flavor after LPM adds 43e8f7600659 powerpc/kprobes: Fix kprobe Oops happens in booke adds 98694166c27d powerpc/interrupt: Fix OOPS by not calling do_IRQ() from t [...] adds 01fcac8e4dfc powerpc/interrupt: Do not call single_step_exception() fro [...] adds cbc06f051c52 powerpc/xive: Do not skip CPU-less nodes when creating the IPIs new ecf93431963a Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm [...]
The 20 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: Documentation/virt/kvm/locking.rst | 8 +- arch/arm64/kvm/arm.c | 12 ++- arch/arm64/kvm/hyp/nvhe/mem_protect.c | 2 +- arch/powerpc/include/asm/interrupt.h | 3 + arch/powerpc/include/asm/irq.h | 2 +- arch/powerpc/include/asm/ptrace.h | 16 ++++ arch/powerpc/kernel/asm-offsets.c | 31 ++++--- arch/powerpc/kernel/head_book3s_32.S | 2 +- arch/powerpc/kernel/head_booke.h | 27 +------ arch/powerpc/kernel/irq.c | 7 +- arch/powerpc/kernel/kprobes.c | 3 +- arch/powerpc/kernel/sysfs.c | 2 +- arch/powerpc/kernel/time.c | 2 +- arch/powerpc/kernel/traps.c | 9 ++- arch/powerpc/platforms/pseries/setup.c | 5 +- arch/powerpc/sysdev/xive/common.c | 35 +++++--- arch/x86/include/asm/kvm_host.h | 7 ++ arch/x86/kernel/apic/io_apic.c | 6 +- arch/x86/kernel/apic/msi.c | 11 ++- arch/x86/kernel/cpu/resctrl/monitor.c | 27 +++---- arch/x86/kernel/hpet.c | 2 +- arch/x86/kvm/cpuid.c | 28 +------ arch/x86/kvm/hyperv.c | 2 +- arch/x86/kvm/mmu/mmu.c | 28 +++++++ arch/x86/kvm/mmu/tdp_mmu.c | 35 +++++--- arch/x86/kvm/vmx/nested.c | 56 ++++++++++--- arch/x86/kvm/vmx/vmx.h | 2 +- arch/x86/tools/chkobjdump.awk | 1 + drivers/base/core.c | 1 + drivers/firmware/efi/libstub/arm64-stub.c | 71 +++++++++++++--- drivers/firmware/efi/libstub/randomalloc.c | 2 + drivers/pci/msi.c | 125 ++++++++++++++++++----------- include/linux/device.h | 2 + include/linux/irq.h | 2 + include/linux/msi.h | 2 +- kernel/irq/chip.c | 5 +- kernel/irq/msi.c | 13 +-- kernel/irq/timings.c | 5 ++ kernel/locking/rtmutex.c | 2 +- 39 files changed, 391 insertions(+), 210 deletions(-)