This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from a811c1fa0a02 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net adds 8aebfffacfa3 configfs: fix config_item refcnt leak in configfs_rmdir() adds de268ccb42d6 Merge tag 'configfs-for-5.7' of git://git.infradead.org/us [...] adds f9336e328188 KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning adds dee919d15dcf KVM: SVM: fill in kvm_run->debug.arch.dr[67] adds 2890ac993daa KVM: arm64: PSCI: Narrow input registers when using 32bit [...] adds fdc9999e20cd KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests adds 66f63474da42 Merge branch 'kvm-arm64/psci-fixes-5.7' into kvmarm-master/master adds 1c32ca5dc6d0 KVM: arm: vgic: Fix limit condition when writing to GICD_I [...] adds 9a50ebbffa98 KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{ [...] adds 41ee52ecbcdc KVM: arm: vgic: Only use the virtual state when userspace [...] adds ba1ed9e17b58 KVM: arm: vgic-v2: Only use the virtual state when userspa [...] adds 969ce8b5260d KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy adds 57bdb436ce86 KVM: arm64: vgic-its: Fix memory leak on the error path of [...] adds 446c0768f550 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master adds 9e5e19f58529 Merge tag 'kvmarm-fixes-5.7-1' of git://git.kernel.org/pub [...] adds 6aea9e050394 KVM: arm64: Delete duplicated label in invalid_vector adds 6e977984f6d8 KVM: arm64: Save/restore sp_el0 as part of __guest_enter adds 958e8e14fd24 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absenc [...] adds 0225fd5e0a6a KVM: arm64: Fix 32bit PC wrap-around adds 7134fa0709d5 Merge tag 'kvmarm-fixes-5.7-2' of git://git.kernel.org/pub [...] adds 637543a8d61c KVM: x86: Fixes posted interrupt check for IRQs delivery modes adds 8be8f932e3db kvm: ioapic: Restrict lazy EOI update to edge-triggered in [...] adds 27abe57770ff docs/virt/kvm: Document configuring and running nested guests adds c7cb2d650c9e KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-E [...] adds 139f7425fdf5 kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits adds 8ffdaf9155eb KVM: selftests: Fix build for evmcs.h adds 495907ec36de KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly adds 5615e74f48dc KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction adds 2673cb684972 Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/ [...] adds 8c16ec94dc76 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 027d0c7101f5 arm64: hugetlb: avoid potential NULL dereference adds 6e7f2eacf098 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] adds 57c4cfd4a2ee ftrace/selftests: workaround cgroup RT scheduling issues adds b730d668138c ftrace/selftest: make unresolved cases cause failure if -- [...] adds 6734d211feae selftests/ftrace: Make XFAIL green color adds 66d69e081b52 selftests: fix kvm relocatable native/cross builds and installs adds 9ecc4d775f61 Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.or [...] adds de462e5f1071 bootconfig: Fix to remove bootconfig data from initrd while boot adds dcbd21c9fca5 tracing/kprobes: Fix a double initialization typo adds da0f1f4167e3 tracing/boottime: Fix kprobe event API usage adds 5b4dcd2d201a tracing/kprobes: Reject new event if loc is NULL adds d16a8c31077e tracing: Wait for preempt irq delay thread to finish adds 11f5efc3ab66 tracing: Add a vmalloc_sync_mappings() for safe measure adds 386c82a70319 gpu/trace: Minor comment updates for gpu_mem_total tracepoint adds f094a233e1d5 tracing: Fix doc mistakes in trace sample adds 192b7993b3ff tracing: Make tracing_snapshot_instance_cond() static adds 8842604446d1 tools/bootconfig: Fix resource leak in apply_xbc() adds 192ffb751583 Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm [...] adds 54261af473be security: Fix the default value of fs_context_parse_param hook adds 79dede78c057 Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes: Documentation/virt/kvm/index.rst | 2 + Documentation/virt/kvm/running-nested-guests.rst | 276 +++++++++++++++++++++++ arch/arm64/kvm/guest.c | 7 + arch/arm64/kvm/hyp/entry.S | 23 ++ arch/arm64/kvm/hyp/hyp-entry.S | 1 - arch/arm64/kvm/hyp/sysreg-sr.c | 17 +- arch/arm64/mm/hugetlbpage.c | 2 + arch/powerpc/kvm/powerpc.c | 1 + arch/s390/kvm/kvm-s390.c | 1 + arch/s390/kvm/priv.c | 4 +- arch/x86/include/asm/kvm_host.h | 4 +- arch/x86/kvm/ioapic.c | 10 +- arch/x86/kvm/svm/svm.c | 2 + arch/x86/kvm/vmx/nested.c | 2 +- arch/x86/kvm/vmx/vmenter.S | 3 + arch/x86/kvm/x86.c | 21 +- fs/configfs/dir.c | 1 + include/linux/lsm_hook_defs.h | 2 +- include/trace/events/gpu_mem.h | 2 +- init/main.c | 69 ++++-- kernel/trace/preemptirq_delay_test.c | 30 ++- kernel/trace/trace.c | 16 +- kernel/trace/trace_boot.c | 20 +- kernel/trace/trace_kprobe.c | 8 +- samples/trace_events/trace-events-sample.h | 2 +- tools/bootconfig/main.c | 9 +- tools/testing/selftests/ftrace/ftracetest | 32 ++- tools/testing/selftests/kvm/Makefile | 29 ++- tools/testing/selftests/kvm/include/evmcs.h | 4 +- tools/testing/selftests/kvm/lib/x86_64/vmx.c | 3 + virt/kvm/arm/hyp/aarch32.c | 8 +- virt/kvm/arm/psci.c | 40 ++++ virt/kvm/arm/vgic/vgic-init.c | 19 +- virt/kvm/arm/vgic/vgic-its.c | 11 +- virt/kvm/arm/vgic/vgic-mmio-v2.c | 16 +- virt/kvm/arm/vgic/vgic-mmio-v3.c | 31 +-- virt/kvm/arm/vgic/vgic-mmio.c | 228 ++++++++++++++----- virt/kvm/arm/vgic/vgic-mmio.h | 19 ++ 38 files changed, 804 insertions(+), 171 deletions(-) create mode 100644 Documentation/virt/kvm/running-nested-guests.rst