This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 2e90ca68b0d2 floppy: check FDC index for errors before assigning it adds bf4498ad3f9a tmpfs: deny and force are not huge mount options adds bc570c14b260 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] adds 872d92dec353 tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DD adds c9cc0517bba9 crypto: chacha20poly1305 - prevent integer overflow on lar [...] adds 7031ecffab86 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] adds ead68df94d24 KVM: x86: enable -Werror adds d970a325561d KVM: x86: fix missing prototypes adds 463bfeeead97 KVM: nVMX: Fix some obsolete comments and grammar error adds 147f1a1fe5d7 KVM: x86: fix incorrect comparison in trace event adds b78a8552d77f kvm/emulate: fix a -Werror=cast-function-type adds 7455a8327674 KVM: x86: don't notify userspace IOAPIC on edge-triggered [...] adds c9dfd3fb0835 KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow adds 624e18f92f2e KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE adds 93fd9666c269 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled adds 91a5f413af59 KVM: nVMX: handle nested posted interrupts when apicv is d [...] adds a4443267800a KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbase [...] adds 23520b2def95 KVM: apic: avoid calculating pending eoi from an uninitial [...] adds d80b64ff297e KVM: SVM: Fix potential memory leak in svm_cpu_init() adds dd58f3c95c98 KVM: fix error handling in svm_hardware_setup adds 5ef8acbdd687 KVM: nVMX: Emulate MTF when performing instruction emulation adds 07721feee46b KVM: nVMX: Don't emulate instructions in guest mode adds e71237d3ff1a KVM: nVMX: Refactor IO bitmap checks into helper function adds 35a571346a94 KVM: nVMX: Check IO instruction VM-exit conditions adds a93236fcbe1d KVM: s390: rstify new ioctls in api.rst adds 63623fd44972 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds d3f703c4359f mips: vdso: fix 'jalr t9' crash in vdso code adds 07015d7a103c MIPS: Disable VDSO time functionality on microMIPS adds 976c23af3ee5 mips: vdso: add build time check that no 'jalr t9' calls left adds 97e914b7de3c MIPS: cavium_octeon: Fix syncw generation. adds bef8e2dfceed MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()' adds 72cf3b3df423 MIPS: vdso: Wrap -mexplicit-relocs in cc-option adds eb41113870c9 MIPS: X1000: Fix clock of watchdog node. adds 11479e8e3cd8 MIPS: ingenic: DTS: Fix watchdog nodes new 3234f4ed3066 MAINTAINERS: Hand MIPS over to Thomas new d67f250e9634 Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/ [...] adds c68a9032299e riscv: set pmp configuration if kernel is running in M-mode adds 6a1ce99dc4bd RISC-V: Don't enable all interrupts in trap_init() adds e7167043ee50 riscv: Fix gitignore new a0a31fd84f8f riscv: allocate a complete page size for each page table new 8458ca147c20 riscv: adjust the indent new c5f86891185c Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.or [...]
The 5 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: CREDITS | 5 ++ Documentation/virt/kvm/api.rst | 33 +++++---- MAINTAINERS | 6 +- arch/mips/boot/dts/ingenic/jz4740.dtsi | 17 +++-- arch/mips/boot/dts/ingenic/jz4780.dtsi | 17 +++-- arch/mips/boot/dts/ingenic/x1000.dtsi | 6 +- arch/mips/include/asm/sync.h | 4 +- arch/mips/kernel/vpe.c | 2 +- arch/mips/vdso/Makefile | 28 ++++++- arch/riscv/boot/.gitignore | 2 + arch/riscv/include/asm/csr.h | 12 +++ arch/riscv/kernel/head.S | 6 ++ arch/riscv/kernel/traps.c | 4 +- arch/riscv/mm/kasan_init.c | 53 ++++++++------ arch/x86/include/asm/kvm_emulate.h | 13 +++- arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/include/asm/vmx.h | 2 +- arch/x86/include/asm/vmxfeatures.h | 1 + arch/x86/include/uapi/asm/kvm.h | 1 + arch/x86/kvm/Makefile | 1 + arch/x86/kvm/emulate.c | 36 ++++----- arch/x86/kvm/irq_comm.c | 2 +- arch/x86/kvm/lapic.c | 9 +-- arch/x86/kvm/mmutrace.h | 2 +- arch/x86/kvm/svm.c | 65 +++++++++-------- arch/x86/kvm/vmx/capabilities.h | 1 + arch/x86/kvm/vmx/nested.c | 89 ++++++++++++++++------ arch/x86/kvm/vmx/nested.h | 10 ++- arch/x86/kvm/vmx/vmx.c | 130 ++++++++++++++++++++++++++++----- arch/x86/kvm/vmx/vmx.h | 3 + arch/x86/kvm/x86.c | 2 + drivers/tee/amdtee/Kconfig | 2 +- include/linux/kvm_host.h | 2 + lib/crypto/chacha20poly1305.c | 3 + mm/shmem.c | 2 - 35 files changed, 397 insertions(+), 177 deletions(-)