This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2772d7df3c93 Merge tag 'riscv-for-linus-6.5-rc2' of git://git.kernel.or [...] new 8a796565cec3 io_uring: Use io_schedule* in cqring wait new ec17f1643205 Merge tag 'io_uring-6.5-2023-07-14' of git://git.kernel.dk/linux new 7eb1e47696aa block/partition: fix signedness issue for Amiga partitions new 2fb48d88e77f blk-crypto: use dynamic lock class for blk_crypto_profile::lock new dc8cbb65dc17 block: remove dead struc request->completion_data field new f673b4f5bd13 block/mq-deadline: Fix a bug in deadline_from_pos() new 5c17f45e91f5 blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rq new e5bb0988a5b6 nvme: add BOGUS_NID quirk for Samsung SM953 new 9bcf156f5897 nvmet: use PAGE_SECTORS_SHIFT new b938e6603660 nvme: fix the NVME_ID_NS_NVM_STS_MASK definition new b718ae835bd5 nvme: warn only once for legacy uuid attribute new 733ba346d941 nvme: fix parameter check in nvme_fault_inject_init() new 60e445bdfccb nvme-fc: return non-zero status code when fails to create [...] new ee6fdc5055e9 nvme-fc: fix race between error recovery and creating association new 71a5bb153be1 nvme: ensure disabling pairs with unquiesce new ac522fc6c316 nvme: don't reject probe due to duplicate IDs for single-p [...] new b8f6446b6853 nvme-pci: fix DMA direction of unmapping integrity data new 90b4622954d5 Merge tag 'nvme-6.5-2023-07-13' of git://git.infradead.org [...] new 9f87fc4d72f5 block: queue data commands from the flush state machine at [...] new b3bd86a04965 Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linux new 0e881c0a4b61 scsi: lpfc: Fix a possible data race in lpfc_unregister_fc [...] new 134f66959cd0 scsi: qla2xxx: Silence a static checker warning new e579b007eff3 scsi: qla2xxx: Fix error code in qla2x00_start_sp() new b34c7dcaf311 scsi: fnic: Use vmalloc_array() and vcalloc() new 04d91b783acf scsi: qla2xxx: Use vmalloc_array() and vcalloc() new 23815df5af57 scsi: scsi_debug: Remove dead code new ef470b862dc7 scsi: ufs: core: Update contact email for monitor sysfs nodes new 89f7ef7f2b23 scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER new 47699a2b63ca scsi: aacraid: Avoid -Warray-bounds warning new 24befa92ed47 scsi: ufs: core: Add support for qTimestamp attribute new f79846ca2f04 scsi: sd_zbc: Set zone limits before revalidating zones new d226b0a2b683 scsi: nvme: zns: Set zone limits before revalidating zones new a442b899fe17 scsi: block: nullblk: Set zone limits before revalidating zones new a3d96ed21507 scsi: block: virtio_blk: Set zone limits before revalidati [...] new 03e51c4a74b9 scsi: block: Improve checks in blk_revalidate_disk_zones() new a97ccaa4f043 Merge patch series "Improve checks in blk_revalidate_disk_ [...] new e96277a570cd Merge branch '6.5/scsi-staging' into 6.5/scsi-fixes new f4d1a8e01190 scsi: storvsc: Handle SRB status value 0x30 new be522ac7cdcc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
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: Documentation/ABI/testing/sysfs-driver-ufs | 76 +++++++++++++------------- block/blk-crypto-profile.c | 12 ++++- block/blk-flush.c | 2 +- block/blk-mq.c | 47 ++++++++++------ block/blk-zoned.c | 86 +++++++++++++++++------------- block/mq-deadline.c | 2 +- block/partitions/amiga.c | 2 +- drivers/block/null_blk/zoned.c | 16 ++---- drivers/block/virtio_blk.c | 34 ++++++------ drivers/nvme/host/core.c | 36 +++++++++++-- drivers/nvme/host/fault_inject.c | 2 +- drivers/nvme/host/fc.c | 37 ++++++++++--- drivers/nvme/host/pci.c | 29 ++++++---- drivers/nvme/host/sysfs.c | 2 +- drivers/nvme/host/zns.c | 9 ++-- drivers/nvme/target/loop.c | 2 +- drivers/nvme/target/passthru.c | 4 +- drivers/scsi/aacraid/aacraid.h | 2 +- drivers/scsi/fnic/fnic_trace.c | 2 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 2 + drivers/scsi/qla2xxx/qla_def.h | 1 - drivers/scsi/qla2xxx/qla_init.c | 4 +- drivers/scsi/qla2xxx/qla_iocb.c | 5 +- drivers/scsi/scsi_debug.c | 8 --- drivers/scsi/sd_zbc.c | 12 ++--- drivers/scsi/storvsc_drv.c | 2 + drivers/ufs/core/ufshcd.c | 38 +++++++++++++ drivers/ufs/host/Kconfig | 1 + include/linux/blk-crypto-profile.h | 1 + include/linux/blk-mq.h | 6 +-- include/linux/nvme.h | 2 +- include/uapi/scsi/scsi_bsg_ufs.h | 25 +++++++++ include/ufs/ufs.h | 1 + io_uring/io_uring.c | 15 +++++- 34 files changed, 342 insertions(+), 183 deletions(-)