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-release-arm-mainline-allmodconfig in repository toolchain/ci/linux.
from 2226fb57a908 Merge tag 'drm-fixes-2019-08-09' of git://anongit.freedesk [...] adds a7cd67e2b76e Input: applespi - fix warnings detected by sparse adds 020834bebbcb Input: applespi - select CRC16 module adds b1cbb2f09d7b Input: applespi - fix trivial typo in struct description adds 883a2a80f79c Input: elantech - enable SMBus on new (2018+) systems adds f3b5720cabaf Input: elantech - annotate fall-through case in elantech_u [...] adds 25f8c834e2a6 Input: synaptics - enable RMI mode for HP Spectre X360 adds e77ff779a0c6 Input: applespi - add dependency on LEDS_CLASS adds b55d996f057b Input: usbtouchscreen - initialize PM mutex before using it adds c88090dfc842 Input: kbtab - sanity check for endpoint type adds 37ad2e343449 Input: applespi - use struct_size() helper adds 849f5ae3a513 Input: iforce - add sanity checks adds 15abf14202a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds a48d06f9b7ce KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire adds 046ddeed0461 KVM: Check preempted_in_kernel for involuntary preemption adds 17e433b54393 KVM: Fix leak vCPU's VMCS value into other pCPU adds 741cbbae0768 KVM: remove kvm_arch_has_vcpu_debugfs() adds 3e7093d04519 KVM: no need to check return value of debugfs_create functions adds 57b76bdb20ec x86: kvm: remove useless calls to kvm_para_available adds 8f946da73aaa kvm: remove unnecessary PageReserved check adds e2c26537ea76 KVM: selftests: Update gitignore file for latest changes adds c096397c78f7 selftests: kvm: Adding config fragments adds bca031e2c8aa KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU [...] adds 3d584a3c85d6 arm64: KVM: regmap: Fix unexpected switch fall-through adds 1a8248c74c81 KVM: arm: vgic-v3: Mark expected switch fall-through adds 6701c619fa08 KVM: arm64: Update kvm_arm_exception_class and esr_class_s [...] adds cdb2d3ee0436 arm64: KVM: hyp: debug-sr: Mark expected switch fall-through adds 0e1c438c44dd Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/p [...] adds 5eeaf10eec39 KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block adds 03fdfb269009 KVM: arm64: Don't write junk to sysregs on reset adds c69509c70aa4 KVM: arm: Don't write junk to CP15 registers on reset adds 16e604a437c8 KVM: arm/arm64: vgic: Reevaluate level sensitive interrupt [...] adds a738b5e75b4c Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org [...] adds 7f20fd23377a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 47801c97deb7 kbuild: revive single target %.ko adds d9f78edfd81b kbuild: fix false-positive need-builtin calculation adds 4f2c8f3089f5 kbuild: generate modules.order only in directories visited [...] adds c07d8d47bca1 kbuild: show hint if subdir-y/m is used to visit module Makefile adds 451577f3e3a9 Merge tag 'kbuild-fixes-v5.3-3' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes: Makefile | 13 ++++++- arch/arm/kvm/coproc.c | 23 +++++++---- arch/arm64/include/asm/kvm_arm.h | 7 ++-- arch/arm64/kernel/traps.c | 1 + arch/arm64/kvm/hyp/debug-sr.c | 30 +++++++++++++++ arch/arm64/kvm/regmap.c | 5 +++ arch/arm64/kvm/sys_regs.c | 32 +++++++++------- arch/mips/kvm/mips.c | 10 ----- arch/powerpc/kvm/powerpc.c | 15 +++----- arch/s390/kvm/kvm-s390.c | 10 ----- arch/x86/include/asm/kvm_host.h | 3 ++ arch/x86/kernel/kvm.c | 8 ---- arch/x86/kvm/debugfs.c | 46 +++++++--------------- arch/x86/kvm/lapic.c | 8 ---- arch/x86/kvm/svm.c | 6 +++ arch/x86/kvm/vmx/vmx.c | 6 +++ arch/x86/kvm/x86.c | 16 ++++++++ drivers/input/joystick/iforce/iforce-usb.c | 5 +++ drivers/input/keyboard/Kconfig | 2 + drivers/input/keyboard/applespi.c | 29 +++++++------- drivers/input/mouse/elantech.c | 55 +++++++++++++-------------- drivers/input/mouse/synaptics.c | 1 + drivers/input/tablet/kbtab.c | 6 ++- drivers/input/touchscreen/usbtouchscreen.c | 2 + include/kvm/arm_pmu.h | 2 + include/kvm/arm_vgic.h | 1 + include/linux/kvm_host.h | 6 ++- scripts/Makefile.build | 11 +++++- scripts/Makefile.modpost | 6 +-- tools/testing/selftests/kvm/.gitignore | 3 +- tools/testing/selftests/kvm/config | 3 ++ virt/kvm/arm/arm.c | 18 ++++++--- virt/kvm/arm/hyp/vgic-v3-sr.c | 8 ++++ virt/kvm/arm/pmu.c | 18 +++++++-- virt/kvm/arm/vgic/vgic-mmio.c | 16 ++++++++ virt/kvm/arm/vgic/vgic-v2.c | 9 ++++- virt/kvm/arm/vgic/vgic-v3.c | 7 +++- virt/kvm/arm/vgic/vgic.c | 11 ++++++ virt/kvm/arm/vgic/vgic.h | 2 + virt/kvm/kvm_main.c | 61 ++++++++++++++++++------------ 40 files changed, 329 insertions(+), 192 deletions(-) create mode 100644 tools/testing/selftests/kvm/config