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-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 [...] adds e2782f560c29 Revert "dm raid: remove unnecessary discard limits for raid10" adds 82fe9af77cd1 Revert "md/raid10: improve discard request for far layout" adds d7cb6be0d0cd Revert "md/raid10: improve raid10 discard request" adds 4e2c6567efdd Revert "md/raid10: pull codes that wait for blocked dev in [...] adds 17c28c2a0687 Revert "md/raid10: extend r10bio devs to raid disks" adds 57a0f3a81ef2 Revert "md: add md_submit_discard_bio() for submitting dis [...] adds 4223a5be80b8 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] adds 6ffeb1c3f822 md: change mddev 'chunk_sectors' from int to unsigned adds d2360a398f0b Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/l [...] adds a493d1ca1a03 x86/membarrier: Get rid of a dubious optimization adds 2ecedd756908 membarrier: Add an actual barrier before rseq_preempt() adds 758c9373d841 membarrier: Explicitly sync remote cores when SYNC_CORE is [...] adds e45cdc71d1fa membarrier: Execute SYNC_CORE on the calling thread adds 29ac40cbed2b x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP adds 06c5fe9b12dd x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled adds 190113b4c653 x86/apic/vector: Fix ordering in vector assignment adds 0d07c0ec4381 x86/kprobes: Fix optprobe to detect INT3 padding correctly adds ec6f5e0e5ca0 Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/ [...] adds 2c85ebc57b3e Linux 5.10
No new revisions were added by this update.
Summary of changes: Documentation/virt/kvm/mmu.rst | 2 +- Makefile | 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/include/asm/pgtable_types.h | 1 + arch/x86/include/asm/sync_core.h | 9 +- arch/x86/kernel/apic/vector.c | 24 +- arch/x86/kernel/cpu/resctrl/monitor.c | 6 +- arch/x86/kernel/kprobes/opt.c | 22 +- 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 +- arch/x86/mm/mem_encrypt_identity.c | 4 +- arch/x86/mm/tlb.c | 10 +- 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/md/dm-raid.c | 11 + drivers/md/md.c | 20 - drivers/md/md.h | 6 +- drivers/md/raid0.c | 14 +- drivers/md/raid10.c | 423 +++------------------ drivers/md/raid10.h | 1 - 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 + kernel/sched/membarrier.c | 77 +++- tools/kvm/kvm_stat/kvm_stat | 6 +- .../testing/selftests/kvm/set_memory_region_test.c | 17 +- 48 files changed, 637 insertions(+), 655 deletions(-)