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-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 35efb51eee22 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] adds 58be0106c530 random: fix soft lockup when trying to read from an uninit [...] adds 128f2bfafcf2 Merge tag 'random_for_linus_stable' of git://git.kernel.or [...] adds b41fb528dd87 KVM: s390: fix typo in parameter description adds 6e9b622d1c36 KVM: s390: change default halt poll time to 50us adds 94830f188a80 Merge tag 'kvm-s390-master-5.2-1' of git://git.kernel.org/ [...] new 493fcbc8435e MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer new b7c50fab66ab KVM: arm64: Move pmu hyp code under hyp's Makefile to avoi [...] new 623e1528d409 KVM: arm/arm64: Move cc/it checks under hyp's Makefile to [...] new 6bff2a3dc9ba Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/p [...] new db80927ea197 KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE new 21be4ca1ea68 KVM: nVMX: Clear nested_run_pending if setting nested state fails new 2eb06c306a57 KVM: Fix spinlock taken warning during host resume new be7fcf1d1701 KVM: selftests: Fix a condition in test_hv_cpuid() new 3b339e2527a6 kvm: selftests: avoid type punning new 319f6f97e3a1 KVM: selftests: Compile code with warnings enabled new 32a243df82c8 kvm: x86: Include multiple indices with CPUID leaf 0x8000001d new 382409b4c43e kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID new d30b214d1d0a kvm: fix compilation on s390 new 541e886f7972 KVM: nVMX: Fix using __this_cpu_read() in preemptible context new 4d259965655c kvm: vmx: Fix -Wmissing-prototypes warnings new 0e6edceb8f18 KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow new 16ba3ab4e15c KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace new 12e9612cae0c KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c new 204c91eff798 KVM: selftests: do not blindly clobber registers in guest asm new c9bcd3e3335d kvm: svm/avic: fix off-by-one in checking host APIC ID new 654f1f13ea56 kvm: Check irqchip mode before assign irqfd new 6f2f84532c15 KVM: x86: do not spam dmesg with VMCS/VMCB dumps new a80c4ec10ed9 x86/kvm/pmu: Set AMD's virt PMU version to 1 new 0e6f467ee28e KVM: x86/pmu: mask the result of rdpmc according to the wi [...] new 2924b52117b2 KVM: x86/pmu: do not mask the value that is written to fixed PMUs new 19ec166c3f39 KVM: s390: fix memory slot handling for KVM_SET_USER_MEMOR [...] new bffed38d4fb5 kvm: selftests: aarch64: dirty_log_test: fix unaligned mem [...] new 55eda003f02f kvm: selftests: aarch64: fix default vm mode new 98e683443ba2 kvm: selftests: aarch64: compile with warnings on new c795720629ae KVM: selftests: Wrap vcpu_nested_state_get/set functions w [...] new 883d25e70b2f tools/kvm_stat: fix fields filter for child events new 66f61c92889f KVM: x86: fix return value for reserved EFER new 862f0a3227b3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 0c97bf863efc tracing: Silence GCC 9 array bounds warning new c5b440951a19 Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/s [...]
The 35 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: MAINTAINERS | 2 - arch/arm/kvm/hyp/Makefile | 1 + arch/arm64/include/asm/kvm_host.h | 3 - arch/arm64/kvm/hyp/Makefile | 1 + arch/arm64/kvm/hyp/switch.c | 39 +++++++ arch/arm64/kvm/pmu.c | 38 ------- arch/s390/include/asm/kvm_host.h | 2 +- arch/s390/kvm/kvm-s390.c | 37 ++++--- arch/x86/kvm/cpuid.c | 8 +- arch/x86/kvm/debugfs.c | 18 +++ arch/x86/kvm/irq.c | 7 ++ arch/x86/kvm/irq.h | 1 + arch/x86/kvm/pmu.c | 10 +- arch/x86/kvm/pmu.h | 3 +- arch/x86/kvm/pmu_amd.c | 4 +- arch/x86/kvm/svm.c | 15 ++- arch/x86/kvm/vmx/nested.c | 35 +++--- arch/x86/kvm/vmx/pmu_intel.c | 26 +++-- arch/x86/kvm/vmx/vmx.c | 26 +++-- arch/x86/kvm/vmx/vmx.h | 1 + arch/x86/kvm/x86.c | 4 +- drivers/char/random.c | 16 ++- kernel/trace/trace.c | 6 +- kernel/trace/trace.h | 18 +++ kernel/trace/trace_kdb.c | 6 +- tools/kvm/kvm_stat/kvm_stat | 16 ++- tools/kvm/kvm_stat/kvm_stat.txt | 2 + tools/testing/selftests/kvm/Makefile | 4 +- tools/testing/selftests/kvm/dirty_log_test.c | 8 +- tools/testing/selftests/kvm/include/kvm_util.h | 2 + .../testing/selftests/kvm/lib/aarch64/processor.c | 11 +- tools/testing/selftests/kvm/lib/kvm_util.c | 5 +- tools/testing/selftests/kvm/lib/ucall.c | 2 +- tools/testing/selftests/kvm/lib/x86_64/processor.c | 4 +- .../selftests/kvm/x86_64/cr4_cpuid_sync_test.c | 1 + tools/testing/selftests/kvm/x86_64/evmcs_test.c | 7 +- tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c | 9 +- .../selftests/kvm/x86_64/platform_info_test.c | 1 - tools/testing/selftests/kvm/x86_64/smm_test.c | 3 +- tools/testing/selftests/kvm/x86_64/state_test.c | 7 +- .../testing/selftests/kvm/x86_64/sync_regs_test.c | 54 +++++---- .../kvm/x86_64/vmx_close_while_nested_test.c | 5 +- .../kvm/x86_64/vmx_set_nested_state_test.c | 2 +- .../selftests/kvm/x86_64/vmx_tsc_adjust_test.c | 5 +- virt/kvm/arm/aarch32.c | 121 --------------------- virt/kvm/arm/{ => hyp}/aarch32.c | 107 +----------------- virt/kvm/eventfd.c | 9 ++ virt/kvm/kvm_main.c | 7 +- 48 files changed, 298 insertions(+), 421 deletions(-) copy virt/kvm/arm/{ => hyp}/aarch32.c (54%)