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-allyesconfig in repository toolchain/ci/linux.
from 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/ [...] new 2c85ebc57b3e Linux 5.10
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/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/mm/mem_encrypt_identity.c | 4 +- arch/x86/mm/tlb.c | 10 +- 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 - kernel/sched/membarrier.c | 77 +++++-- 15 files changed, 194 insertions(+), 436 deletions(-)