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-arm in repository toolchain/ci/linux.
from 0aa78d17099b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 1383279c6494 KVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32-bit kernels adds ffbe17cadaf5 KVM: x86: remove dead initialization adds 7b9cae027ba3 KVM: VMX: Use current VMCS to query WAITPKG support for MS [...] adds 375d1adebc11 Merge branch 'kvm-vmx-secctl' into kvm-master adds 85aa8889b82e kvm: vmx: Sync all matching EPTPs when injecting nested EPT fault adds 18712c13709d KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 [...] adds facee1be7689 KVM: arm64: Fix off-by-one in range_is_memory adds c4d7c51845af KVM: arm64: Fix race when enabling KVM_ARM_CAP_MTE adds c5e2bf0b4ae8 Merge tag 'kvmarm-fixes-5.14-2' of git://git.kernel.org/pu [...] adds 524a1e4e381f KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs adds 0103098fb4f1 KVM: x86/mmu: Don't step down in the TDP iterator when zap [...] adds ce25681d59ff KVM: x86/mmu: Protect marking SPs unsync when using TDP MM [...] adds 6e949ddb0a63 Merge branch 'kvm-tdpmmu-fixes' into kvm-master adds 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 adds 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 [...] adds 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 adds 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 adds 7a3dc4f35bf8 driver core: Add missing kernel doc for device::msi_lock adds 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 adds ecf93431963a Merge tag 'powerpc-5.14-5' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
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(-)