This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1c273e10bc0c Merge tag 'zonefs-5.12-rc4' of git://git.kernel.org/pub/sc [...] new febb0cc847e7 scsi: ibmvfc: Free channel_setup_buf during device tear down new 2bb817712e2f scsi: myrs: Fix a double free in myrs_cleanup() new c8c165dea4c8 scsi: st: Fix a use after free in st_open() new 5999b9e5b1f8 scsi: qla2xxx: Fix broken #endif placement new 19f1bc7edf0f scsi: lpfc: Fix some error codes in debugfs new 2db4215f4755 scsi: sd_zbc: Update write pointer offset cache new 0fdc7d5d8f37 scsi: ufs: ufs-mediatek: Correct operator & -> && new a50bd6461690 scsi: mpt3sas: Do not use GFP_KERNEL in atomic context new af97713dff9f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 5171317dfd9a cifs: update new ACE pointer after populate_new_aces. new 05946d4b7a73 cifs: Fix preauth hash corruption new 403dba003d17 fs/cifs/: fix misspellings using codespell tool new af3ef3b10316 cifs: warn and fail if trying to use rootfs without the co [...] new 65af8f0166f4 cifs: fix allocation size on newly created files new bfdc4aa9e992 Merge tag '5.12-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 new 6dd4879f59b0 RISC-V: correct enum sbi_ext_rfence_fid new 030f1dfa8550 riscv: traps: Fix no prototype warnings new 004570c3796b riscv: irq: Fix no prototype warning new 56a6c37f6e39 riscv: sbi: Fix comment of __sbi_set_timer_v01 new e06f4ce1d4c6 riscv: ptrace: Fix no prototype warnings new db2a8f9256e9 riscv: time: Fix no prototype for time_init new a6a58ecf98c3 riscv: syscall_table: Reduce W=1 compilation warnings noise new 86b276c1dded riscv: process: Fix no prototype for show_regs new 288f6775a089 riscv: ftrace: Use ftrace_get_regs helper new 0d7588ab9ef9 riscv: process: Fix no prototype for arch_dup_task_struct new 6e9070dc2e84 riscv: fix bugon.cocci warnings new bab1770a2ce0 ftrace: Fix spelling mistake "disabed" -> "disabled" new fa59030bf855 riscv: Fix compilation error with Canaan SoC new ce989f1472ae RISC-V: Fix out-of-bounds accesses in init_resources() new f3773dd031de riscv: Ensure page table writes are flushed when initializ [...] new 78947bdfd752 RISC-V: kasan: Declare kasan_shallow_populate() static new a5406a7ff56e riscv: Correct SPARSEMEM configuration new 812da4d39463 Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.o [...]
The 33 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/csky/kernel/probes/ftrace.c | 2 +- arch/riscv/Kconfig | 4 ++-- arch/riscv/Kconfig.socs | 2 ++ arch/riscv/include/asm/asm-prototypes.h | 16 ++++++++++++++++ arch/riscv/include/asm/irq.h | 2 ++ arch/riscv/include/asm/processor.h | 1 + arch/riscv/include/asm/ptrace.h | 5 +++++ arch/riscv/include/asm/sbi.h | 4 ++-- arch/riscv/include/asm/timex.h | 2 ++ arch/riscv/kernel/Makefile | 1 + arch/riscv/kernel/probes/ftrace.c | 18 ++++++++++-------- arch/riscv/kernel/probes/kprobes.c | 3 +-- arch/riscv/kernel/process.c | 1 + arch/riscv/kernel/sbi.c | 2 +- arch/riscv/kernel/setup.c | 3 ++- arch/riscv/kernel/time.c | 1 + arch/riscv/kernel/traps.c | 1 + arch/riscv/mm/kasan_init.c | 4 +++- arch/x86/kernel/kprobes/ftrace.c | 2 +- drivers/scsi/ibmvscsi/ibmvfc.c | 2 ++ drivers/scsi/lpfc/lpfc_debugfs.c | 4 ++-- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 2 +- drivers/scsi/myrs.c | 2 +- drivers/scsi/qla2xxx/qla_target.h | 2 +- drivers/scsi/sd_zbc.c | 19 +++++++++++-------- drivers/scsi/st.c | 2 +- drivers/scsi/ufs/ufs-mediatek.c | 2 +- fs/cifs/cifs_swn.c | 2 +- fs/cifs/cifsacl.c | 9 ++++++--- fs/cifs/fs_context.c | 6 ++++-- fs/cifs/inode.c | 10 +++++++++- fs/cifs/transport.c | 7 ++++++- 32 files changed, 101 insertions(+), 42 deletions(-)