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 b3298500b23f Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/ [...] new 65f33b357229 block: fix incorrect branching in blk_max_size_offset() new 876234056139 Merge tag 'for-5.10/dm-fixes-2' of git://git.kernel.org/pu [...] adds 6112ff4e8f39 scsi: storvsc: Fix error return in storvsc_probe() adds 3b8c72d076c4 scsi: storvsc: Validate length of incoming packet in storv [...] adds 42f687038bcc scsi: mpt3sas: Fix ioctl timeout adds 85dad327d9b5 scsi: mpt3sas: Increase IOCInit request timeout to 30s new 312b0bcd402a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds 796317848517 smb3: set COMPOUND_FID to FileID field of subsequent compo [...] adds 59463eb88829 cifs: add NULL check for ses->tcon_ipc adds ea64370bcae1 cifs: refactor create_sd_buf() and and avoid corrupting th [...] new d4e904198c5b Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.o [...] adds 5844cc25fd12 powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation adds c0b27c517acf powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernels adds 8ff00399b153 kernel/cpu: add arch override for clear_tasks_mm_cpumask() [...] adds 01b0f0eae081 powerpc/64s: Trim offlined CPUs from mm_cpumasks adds 10f78fd0dabb powerpc/numa: Fix a regression on memoryless node 0 adds f54db39fbe40 KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check adds a1ee28117077 powerpc/64s/powernv: Fix memory corruption when saving SLB [...] new 32f741b02f1a Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm [...] new 2d280bc8930b io_uring: fix recvmsg setup with compat buf-select new 619ca2664cc6 Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.d [...] new 7e7986f9d3ba block: use gcd() to fix chunk_sectors limit stacking new be1515bad737 Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/l [...] adds e9acf0298c66 i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc() adds 14718b3e129b i2c: qcom: Fix IRQ error misassignement adds 384a9565f70a i2c: imx: Fix reset of I2SR_IAL flag adds 1de67a3dee7a i2c: imx: Check for I2SR_IAL after every byte adds 61e6fe59ede1 i2c: imx: Don't generate STOP condition if arbitration has [...] new c62dac0a35bb i2c: mlxbf: select CONFIG_I2C_SLAVE new 2bf9545626f8 i2c: mlxbf: Fix the return check of devm_ioremap and ioremap new 33256ce19411 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 12 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: arch/powerpc/include/asm/book3s/64/mmu.h | 12 +++++ arch/powerpc/kvm/book3s_xive.c | 7 +-- arch/powerpc/mm/book3s64/hash_native.c | 23 +++++---- arch/powerpc/mm/book3s64/mmu_context.c | 20 ++++++++ arch/powerpc/mm/numa.c | 3 +- arch/powerpc/platforms/powermac/smp.c | 2 + arch/powerpc/platforms/powernv/setup.c | 9 +++- arch/powerpc/platforms/powernv/smp.c | 3 ++ arch/powerpc/platforms/pseries/hotplug-cpu.c | 3 ++ block/blk-settings.c | 5 +- drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-imx.c | 44 +++++++++++++---- drivers/i2c/busses/i2c-mlxbf.c | 12 ++--- drivers/i2c/busses/i2c-qcom-cci.c | 4 +- drivers/i2c/busses/i2c-qup.c | 3 +- drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +- drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +- drivers/scsi/storvsc_drv.c | 9 +++- fs/cifs/connect.c | 3 +- fs/cifs/smb2ops.c | 4 +- fs/cifs/smb2pdu.c | 71 +++++++++++++++------------- fs/cifs/smb2pdu.h | 2 - fs/io_uring.c | 3 +- include/linux/blkdev.h | 10 ++-- kernel/cpu.c | 6 ++- 25 files changed, 181 insertions(+), 82 deletions(-)