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-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 7f376f1917d7 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org [...] adds 3b384bd6c3f2 Input: raydium_ts_i2c - do not split tx transactions adds 223f61b8c5ad Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to [...] adds 80db2a087f42 Input: cros_ec_keyb - send 'scancodes' in addition to key events adds ce6520b0eafa Input: i8042 - add Acer laptops to the i8042 reset list adds 82e060904732 Input: cm109 - do not stomp on control URB adds cffdd6d90482 Input: goodix - add upside-down quirk for Teclast X98 Pro tablet adds 643e69aff89a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] adds e8c954df2341 io_uring: fix mis-seting personality's creds adds f26c08b444df io_uring: fix file leak on error path of io ctx creation adds 31d00f6eb1f2 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.d [...] adds ccbbfd1cbf36 RISC-V: Define get_cycles64() regardless of M-mode adds b01deddb8d3c Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.o [...] adds ca33479cc7be xen: add helpers for caching grant mapping pages adds ee32f32335e8 xen: don't use page->lru for ZONE_DEVICE memory adds b53966ffd4c0 Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.or [...] adds 0c55f867f0c9 selftests: kvm/set_memory_region_test: Fix race in move re [...] adds a2b2d4bf5076 kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu [...] adds 339f5a7fb2d6 kvm: x86/mmu: Use cpuid to determine max gfn adds 5c646b7e1d8b KVM: arm64: Fix memory leak on stage2 update of a valid PTE adds 3a0b870e3448 KVM: arm64: Fix handling of merging tables into a block entry adds 7d894834a305 KVM: arm64: Add usage of stage 2 fault lookup level in use [...] adds 83bbb8ffb462 Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pu [...] adds 34c0f6f2695a KVM: mmu: Fix SPTE encoding of MMIO generation upper half adds 111d0bda8eeb tools/kvm_stat: Exempt time-based counters adds 7b1b868e1d91 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 4e302c3b568e misc: eeprom: at24: fix NVMEM name with custom AT24 device name adds e977aaf899a6 Merge tag 'at24-fixes-for-v5.10' of git://git.kernel.org/p [...] adds 5ee595d9079b Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] adds 2d586494c4a0 scsi: bnx2i: Requires MMU adds eeaf06af6f87 scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_ [...] adds 673235f91531 scsi: core: Fix race between handling STS_RESOURCE and completion adds 359db63378ed scsi: hisi_sas: Select a suitable queue for internal I/Os adds 4da3a54f5a02 Revert "scsi: storvsc: Validate length of incoming packet [...] adds 6bff9bb8a292 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes: Documentation/virt/kvm/mmu.rst | 2 +- arch/arm64/include/asm/esr.h | 1 + arch/arm64/include/asm/kvm_emulate.h | 5 + arch/arm64/kvm/hyp/pgtable.c | 17 ++- arch/arm64/kvm/mmu.c | 11 +- arch/riscv/include/asm/timex.h | 4 +- arch/x86/kvm/mmu/spte.c | 4 +- arch/x86/kvm/mmu/spte.h | 25 ++-- arch/x86/kvm/mmu/tdp_mmu.c | 4 +- arch/x86/kvm/svm/svm.c | 4 +- drivers/block/xen-blkback/blkback.c | 89 +++------------ drivers/block/xen-blkback/common.h | 4 +- drivers/block/xen-blkback/xenbus.c | 6 +- drivers/input/keyboard/cros_ec_keyb.c | 1 + drivers/input/misc/cm109.c | 7 +- drivers/input/misc/soc_button_array.c | 11 ++ drivers/input/serio/i8042-x86ia64io.h | 42 +++++++ drivers/input/touchscreen/goodix.c | 12 ++ drivers/input/touchscreen/raydium_i2c_ts.c | 126 ++++++++++++++------- drivers/misc/eeprom/at24.c | 1 - drivers/scsi/be2iscsi/be_main.c | 4 +- drivers/scsi/bnx2i/Kconfig | 1 + drivers/scsi/hisi_sas/hisi_sas_main.c | 6 + drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 5 + drivers/scsi/scsi_lib.c | 3 +- drivers/scsi/storvsc_drv.c | 5 - drivers/xen/grant-table.c | 123 ++++++++++++++++++++ drivers/xen/unpopulated-alloc.c | 20 ++-- drivers/xen/xen-scsiback.c | 60 ++-------- fs/io_uring.c | 19 ++-- include/xen/grant_table.h | 17 +++ tools/kvm/kvm_stat/kvm_stat | 6 +- .../testing/selftests/kvm/set_memory_region_test.c | 17 ++- 33 files changed, 443 insertions(+), 219 deletions(-)