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-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from 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/ [...] adds 493fcbc8435e MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer adds b7c50fab66ab KVM: arm64: Move pmu hyp code under hyp's Makefile to avoi [...] adds 623e1528d409 KVM: arm/arm64: Move cc/it checks under hyp's Makefile to [...] adds 6bff2a3dc9ba Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/p [...] adds db80927ea197 KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE adds 21be4ca1ea68 KVM: nVMX: Clear nested_run_pending if setting nested state fails adds 2eb06c306a57 KVM: Fix spinlock taken warning during host resume adds be7fcf1d1701 KVM: selftests: Fix a condition in test_hv_cpuid() adds 3b339e2527a6 kvm: selftests: avoid type punning adds 319f6f97e3a1 KVM: selftests: Compile code with warnings enabled adds 32a243df82c8 kvm: x86: Include multiple indices with CPUID leaf 0x8000001d adds 382409b4c43e kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID adds d30b214d1d0a kvm: fix compilation on s390 adds 541e886f7972 KVM: nVMX: Fix using __this_cpu_read() in preemptible context adds 4d259965655c kvm: vmx: Fix -Wmissing-prototypes warnings adds 0e6edceb8f18 KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow adds 16ba3ab4e15c KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace adds 12e9612cae0c KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c adds 204c91eff798 KVM: selftests: do not blindly clobber registers in guest asm adds c9bcd3e3335d kvm: svm/avic: fix off-by-one in checking host APIC ID adds 654f1f13ea56 kvm: Check irqchip mode before assign irqfd adds 6f2f84532c15 KVM: x86: do not spam dmesg with VMCS/VMCB dumps adds a80c4ec10ed9 x86/kvm/pmu: Set AMD's virt PMU version to 1 adds 0e6f467ee28e KVM: x86/pmu: mask the result of rdpmc according to the wi [...] adds 2924b52117b2 KVM: x86/pmu: do not mask the value that is written to fixed PMUs adds 19ec166c3f39 KVM: s390: fix memory slot handling for KVM_SET_USER_MEMOR [...] adds bffed38d4fb5 kvm: selftests: aarch64: dirty_log_test: fix unaligned mem [...] adds 55eda003f02f kvm: selftests: aarch64: fix default vm mode adds 98e683443ba2 kvm: selftests: aarch64: compile with warnings on adds c795720629ae KVM: selftests: Wrap vcpu_nested_state_get/set functions w [...] adds 883d25e70b2f tools/kvm_stat: fix fields filter for child events adds 66f61c92889f KVM: x86: fix return value for reserved EFER adds 862f0a3227b3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 0c97bf863efc tracing: Silence GCC 9 array bounds warning adds c5b440951a19 Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/s [...] adds cd6c84d8f0cd Linux 5.2-rc2
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 - Makefile | 4 +- 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 +- 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, 287 insertions(+), 420 deletions(-) copy virt/kvm/arm/{ => hyp}/aarch32.c (54%)