This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository 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 [...] new 6112ff4e8f39 scsi: storvsc: Fix error return in storvsc_probe() new 3b8c72d076c4 scsi: storvsc: Validate length of incoming packet in storv [...] new 42f687038bcc scsi: mpt3sas: Fix ioctl timeout new 85dad327d9b5 scsi: mpt3sas: Increase IOCInit request timeout to 30s new 312b0bcd402a Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 796317848517 smb3: set COMPOUND_FID to FileID field of subsequent compo [...] new 59463eb88829 cifs: add NULL check for ses->tcon_ipc new 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 [...] new 5844cc25fd12 powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation new c0b27c517acf powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernels new 8ff00399b153 kernel/cpu: add arch override for clear_tasks_mm_cpumask() [...] new 01b0f0eae081 powerpc/64s: Trim offlined CPUs from mm_cpumasks new 10f78fd0dabb powerpc/numa: Fix a regression on memoryless node 0 new f54db39fbe40 KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check new 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 [...]
The 19 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 ++ 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 - include/linux/blkdev.h | 10 ++-- kernel/cpu.c | 6 ++- 18 files changed, 128 insertions(+), 63 deletions(-)