This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0a3f9a6b0265 Merge tag 'thermal-6.3-rc1-2' of git://git.kernel.org/pub/ [...] new 9b4f5028e493 scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process() new db95d4df71cb scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses new 801ab13d50cf scsi: ses: Fix possible desc_ptr out-of-bounds accesses new 578797f0c8cb scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() new 3fe97ff3d949 scsi: ses: Don't attach if enclosure has no components new 64fd2ba977b1 scsi: scsi_transport_fc: Add an additional flag to fc_host [...] new 473025a6b6f8 scsi: ufs: Make the TC G210 driver dependent on CONFIG_OF new 7dafc3e00791 scsi: ufs: core: Initialize devfreq synchronously new 19873b03f1da scsi: ufs: ufs-mediatek: Guard power management functions [...] new 2076f57f2ca0 scsi: ufs: mcq: Fix incorrectly set queue depth new 2b3795167e23 scsi: sd: Remove unused sd_cdb_cache new 26a02d972bad scsi: sd: Update DIX config every time sd_revalidate_disk( [...] new 3a2d1efaf344 scsi: ipr: Make ipr_probe_ioa_part2() return void new ee4e7dfe4ffc scsi: ipr: Work around fortify-string warning new c6f2e6b6eaaf scsi: mpi3mr: Replace 1-element array with flex-array new ae7d45f5283d scsi: mpi3mr: Fix an issue found by KASAN new fb428a2005fc scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() new eeb270aee3e0 scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi new 339e61565f81 scsi: mpi3mr: Use number of bits to manage bitmap sizes new e39ea831ebad scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization new 66b381d874fa scsi: mpi3mr: Remove unneeded version.h include new e0aa38c444f2 scsi: qedi: Remove unneeded version.h include new 5794a3902bde scsi: cxgbi: Remove unneeded version.h include new f4407e6033a6 scsi: core: Fix a source code comment new fc663711b944 scsi: core: Remove the /proc/scsi/${proc_name} directory earlier new 442336a5a999 scsi: lpfc: Fix double word in comments new 35cd2f5542df scsi: core: Extend struct scsi_exec_args new 93bc4a5d00e4 scsi: ufs: core: Rely on the block layer for setting RQF_PM new 2702812ae33b scsi: ufs: core: Simplify ufshcd_execute_start_stop() new 79f9abd64719 scsi: zfcp: Make the type for accessing request hashtable [...] new 3ab01810153b scsi: zfcp: Change the type of all fsf request id fields a [...] new 901b894af5b9 scsi: zfcp: Trace when request remove fails after qdio send fails new 06caa7515455 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...] new 3098cb655e7c rust: bindgen: Add `alt_instr` as opaque type new 34c108a02c30 Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust- [...] new bab550371cb1 coccinelle: api/atomic_as_refcounter: include message type [...] new 180da5ef84fb scripts: coccicheck: Avoid warning about spurious escape new 2b2d50bdd258 scripts: coccicheck: Use /usr/bin/env new fb35342f0a68 Merge tag 'cocci-for-6.3' of git://git.kernel.org/pub/scm/ [...]
The 39 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: drivers/s390/scsi/zfcp_dbf.c | 46 +++++++++++- drivers/s390/scsi/zfcp_def.h | 6 +- drivers/s390/scsi/zfcp_ext.h | 5 +- drivers/s390/scsi/zfcp_fsf.c | 22 +++--- drivers/s390/scsi/zfcp_qdio.h | 2 +- drivers/s390/scsi/zfcp_reqlist.h | 26 ++++--- drivers/s390/scsi/zfcp_scsi.c | 2 +- drivers/scsi/cxgbi/libcxgbi.h | 1 - drivers/scsi/hosts.c | 4 +- drivers/scsi/ipr.c | 54 ++++++------- drivers/scsi/lpfc/lpfc_attr.c | 10 +-- drivers/scsi/lpfc/lpfc_els.c | 4 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 2 +- drivers/scsi/lpfc/lpfc_init.c | 4 +- drivers/scsi/lpfc/lpfc_mbox.c | 4 +- drivers/scsi/lpfc/lpfc_nvmet.c | 2 +- drivers/scsi/lpfc/lpfc_sli.c | 2 +- drivers/scsi/mpi3mr/mpi3mr.h | 11 +-- drivers/scsi/mpi3mr/mpi3mr_app.c | 28 +++---- drivers/scsi/mpi3mr/mpi3mr_fw.c | 75 ++++++++---------- drivers/scsi/mpi3mr/mpi3mr_os.c | 4 + drivers/scsi/mpi3mr/mpi3mr_transport.c | 2 +- drivers/scsi/qedi/qedi_dbg.h | 1 - drivers/scsi/qla2xxx/qla_isr.c | 2 +- drivers/scsi/scsi_lib.c | 1 + drivers/scsi/scsi_transport_fc.c | 10 ++- drivers/scsi/sd.c | 29 ++----- drivers/scsi/sd_dif.c | 10 ++- drivers/scsi/ses.c | 64 +++++++++++----- drivers/ufs/core/ufshcd.c | 92 +++++++++++------------ drivers/ufs/host/Kconfig | 2 +- drivers/ufs/host/ufs-mediatek.c | 2 + include/scsi/scsi_device.h | 1 + include/scsi/scsi_transport_fc.h | 4 +- include/uapi/scsi/scsi_bsg_mpi3mr.h | 8 +- include/ufs/ufshcd.h | 1 + rust/bindgen_parameters | 1 + scripts/coccicheck | 4 +- scripts/coccinelle/api/atomic_as_refcounter.cocci | 8 +- 39 files changed, 298 insertions(+), 258 deletions(-)