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-allyesconfig in repository toolchain/ci/linux.
from 64c0133eb88a Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] adds 6b1971c69497 x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only [...] adds bc44121190ae KVM: nVMX: Restore a preemption timer consistency check adds 8fa3adb8c6be KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock adds fc3bc475231e KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_ [...] adds e08d8d296079 KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock adds 2292552102b0 arm64: KVM: Don't generate UNDEF when LORegion feature is present adds e761a927bc9a KVM: arm/arm64: Reset the VCPU without preemption and vcpu [...] adds 358b28f09f0a arm/arm64: KVM: Allow a VCPU to fully reset itself adds 20589c8cc47d arm/arm64: KVM: Don't panic on failure to properly reset s [...] adds ab2d5eb03dbb KVM: arm/arm64: vgic: Always initialize the group of private IRQs adds 309a20568806 arm: KVM: Add missing kvm_stage2_has_pmd() helper adds 280cebfd05c8 KVM: arm64: Relax the restriction on using stage2 PUD huge [...] adds 7d82602909ed KVM: arm64: Forbid kprobing of the VHE world-switch code adds 08e16754cad2 Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/ [...] adds c112b5f50232 KVM: x86: Recompute PID.ON when clearing PID.SN adds 98ae70cc476e kvm: vmx: Fix entry number check for add_atomic_switch_msr() adds ed0a0ec98ffc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 4d741f3dd11c Input: snvs_pwrkey - allow selecting driver for i.MX 7D adds 3ca232df9921 Input: pwm-vibra - prevent unbalanced regulator adds 94803aef3533 Input: pwm-vibra - stop regulator after disabling pwm, not before adds 90cc55f067f6 Input: bma150 - register input device after setting private data adds e8b22d0a329f Input: elantech - enable 3rd button support on Fujitsu CEL [...] adds 628442880af8 Input: cap11xx - switch to using set_brightness_blocking() adds 33a841ce5cef Input: ps2-gpio - flush TX work when closing port adds a342083abe57 Input: matrix_keypad - use flush_delayed_work() adds 83cd203084f6 Input: qt2160 - switch to using brightness_set_blocking() adds f420c54e4b12 Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS [...] adds 1cd48dc51857 Input: apanel - switch to using brightness_set_blocking() adds 2439d37e1bf8 Input: st-keyscan - fix potential zalloc NULL dereference adds 7ad222b3aed3 Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK adds b8c82b6a3a8b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds d358def70688 i2c: cadence: Fix the hold bit setting adds f275a4659484 i2c: bcm2835: Clear current buffer pointers and counts aft [...] adds 1653c2f2da01 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 62eebea655d4 csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry adds 9216cd7231c1 csky: Fixup wrong pt_regs size adds 0f231dcfc664 csky: coding convention: Use task_stack_page adds 76d21d186a65 csky: Fixup io-range page attribute for mmap("/dev/mem") adds 131aee8b9807 csky: Fixup dead loop in show_stack adds 0513ebc33ed6 Merge tag 'csky-for-linus-5.0-rc6' of git://github.com/c-s [...] adds a58007621be3 powerpc/64s: Fix possible corruption on big endian due to [...] adds c5f1ac5e9afb Merge tag 'powerpc-5.0-5' of git://git.kernel.org/pub/scm/ [...] adds 81ec3f3c4c4d perf/x86: Add check_period PMU callback adds 528871b45602 perf/core: Fix impossible ring-buffer sizes warning adds dd6f29da695d Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 10970e1b4be9 x86/a.out: Clear the dump structure initially adds 8cd8f0ce0d6a x86/CPU: Add Icelake model number adds f331e766c4be x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls adds 8d33316d5205 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] adds 8a5b403d71af arm64, mm, efi: Account for GICv3 LPI tables in static mem [...] adds 582a32e70882 efi/arm: Revert "Defer persistent reservations until after [...] adds 2fee036af043 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] new a3b22b9f11d9 Linux 5.0-rc7
The 1 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: Makefile | 2 +- arch/arm/include/asm/kvm_host.h | 10 +++ arch/arm/include/asm/stage2_pgtable.h | 5 ++ arch/arm/kvm/coproc.c | 4 +- arch/arm/kvm/reset.c | 24 ++++++ arch/arm64/include/asm/kvm_host.h | 11 +++ arch/arm64/include/asm/memory.h | 11 +++ arch/arm64/kernel/setup.c | 1 - arch/arm64/kvm/hyp/switch.c | 5 ++ arch/arm64/kvm/hyp/sysreg-sr.c | 5 ++ arch/arm64/kvm/reset.c | 50 +++++++++++- arch/arm64/kvm/sys_regs.c | 50 ++++++++---- arch/csky/include/asm/pgtable.h | 9 +- arch/csky/include/asm/processor.h | 4 +- arch/csky/kernel/dumpstack.c | 4 + arch/csky/kernel/ptrace.c | 3 +- arch/csky/kernel/smp.c | 3 +- arch/csky/mm/ioremap.c | 14 ++++ arch/powerpc/include/asm/book3s/64/pgtable.h | 4 +- arch/x86/events/core.c | 14 ++++ arch/x86/events/intel/core.c | 9 ++ arch/x86/events/perf_event.h | 16 +++- arch/x86/ia32/ia32_aout.c | 6 +- arch/x86/include/asm/intel-family.h | 2 + arch/x86/include/asm/uv/bios.h | 8 +- arch/x86/kvm/vmx/nested.c | 12 ++- arch/x86/kvm/vmx/vmx.c | 29 +++---- arch/x86/kvm/vmx/vmx.h | 10 +-- arch/x86/kvm/x86.c | 2 +- arch/x86/platform/uv/bios_uv.c | 23 +++++- drivers/firmware/efi/efi.c | 4 - drivers/firmware/efi/libstub/arm-stub.c | 3 - drivers/firmware/efi/runtime-wrappers.c | 7 ++ drivers/i2c/busses/i2c-bcm2835.c | 12 +++ drivers/i2c/busses/i2c-cadence.c | 9 +- drivers/input/keyboard/Kconfig | 2 +- drivers/input/keyboard/cap11xx.c | 35 +++----- drivers/input/keyboard/matrix_keypad.c | 2 +- drivers/input/keyboard/qt2160.c | 69 ++++++---------- drivers/input/keyboard/st-keyscan.c | 4 +- drivers/input/misc/apanel.c | 24 +----- drivers/input/misc/bma150.c | 9 +- drivers/input/misc/pwm-vibra.c | 19 +++-- drivers/input/mouse/elan_i2c_core.c | 2 +- drivers/input/mouse/elantech.c | 9 ++ drivers/input/serio/ps2-gpio.c | 1 + include/kvm/arm_vgic.h | 6 +- include/linux/efi.h | 7 -- include/linux/memblock.h | 3 - include/linux/perf_event.h | 5 ++ kernel/events/core.c | 16 ++++ kernel/events/ring_buffer.c | 2 +- mm/memblock.c | 11 ++- virt/kvm/arm/arm.c | 10 +++ virt/kvm/arm/mmu.c | 9 +- virt/kvm/arm/psci.c | 36 ++++---- virt/kvm/arm/vgic/vgic-debug.c | 4 +- virt/kvm/arm/vgic/vgic-init.c | 30 ++++--- virt/kvm/arm/vgic/vgic-its.c | 22 ++--- virt/kvm/arm/vgic/vgic-mmio-v2.c | 14 ++-- virt/kvm/arm/vgic/vgic-mmio-v3.c | 12 +-- virt/kvm/arm/vgic/vgic-mmio.c | 34 ++++---- virt/kvm/arm/vgic/vgic-v2.c | 4 +- virt/kvm/arm/vgic/vgic-v3.c | 8 +- virt/kvm/arm/vgic/vgic.c | 118 +++++++++++++-------------- 65 files changed, 579 insertions(+), 333 deletions(-)