This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4c612826bec1 Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/li [...] new 8238b4579866 wait_on_bit: add an acquire memory barrier new 53661ded2460 scsi: qla2xxx: Disable ATIO interrupt coalesce for quad po [...] new 54249306e277 scsi: core: Allow the ALUA transitioning state enough time new 6d17a112e9a6 scsi: ufs: core: Enable link lost interrupt new 8c499e49240b scsi: megaraid_sas: Fix double kfree() new 7dd6f4af9482 scsi: megaraid_sas: Remove unnecessary kfree() new 37dd4ab1ff8c scsi: ufs: host: ufs-exynos: Make fsd_ufs_drvs static new d957e7ffb2c7 scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq new 27883605cf97 Merge branch '5.20/scsi-queue' into 6.0/scsi-fixes new 8f2c96420c6e scsi: ufs: core: Reduce the power mode change timeout new fac8e558da94 scsi: core: Fix passthrough retry counter handling new 785538bfdd68 scsi: sd: Revert "Rework asynchronous resume support" new 5373081b99ed Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new c2fa700c5f76 MAINTAINERS: Add `include/linux/io_uring_types.h` new e1d0c6d05afd io_uring: uapi: Add `extern "C"` in io_uring.h for liburing new 47abea041f89 io_uring: fix off-by-one in sync cancelation file check new a9c3eda7eada io_uring: fix submission-failure handling for uring-cmd new 2cacedc873ab io_uring/net: fix must_hold annotation new 5a848b7c9e5e io_uring/net: fix zc send link failing new 986e263def32 io_uring/net: fix indentation new 53bdc88aac9a io_uring/notif: order notif vs send CQEs new 5916943943d1 io_uring: conditional ->async_data allocation new 581711c46612 io_uring/net: save address for sendzc async execution new 0b0861eb91cb Merge tag 'io_uring-6.0-2022-08-26' of git://git.kernel.dk [...] new 65fac0d54f37 blk-mq: fix io hung due to missing commit_rqs new c490a0b5a4f3 loop: Check for overflow while configuring loop new 265ad47a40da md/raid10: Fix the data type of an r10_sync_page_io() argument new 5e8daf906f89 md: Flush workqueue md_rdev_misc_wq in md_alloc() new 1d258758cf06 Revert "md-raid: destroy the bitmap after destroying the thread" new 0dd84b319352 md: call __md_stop_writes in md_stop new 645b5ed871f4 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] new 3e5c673f0d75 Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/li [...]
The 32 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/atomic_bitops.txt | 10 ++- MAINTAINERS | 1 + arch/x86/include/asm/bitops.h | 21 ++++++ block/blk-mq.c | 5 +- drivers/block/loop.c | 5 ++ drivers/md/md.c | 4 +- drivers/md/raid10.c | 13 ++-- drivers/scsi/megaraid/megaraid_sas_base.c | 8 +-- drivers/scsi/megaraid/megaraid_sas_fusion.c | 1 - drivers/scsi/qla2xxx/qla_target.c | 10 +-- drivers/scsi/scsi_lib.c | 47 ++++++------ drivers/scsi/sd.c | 84 +++++----------------- drivers/scsi/sd.h | 5 -- drivers/scsi/storvsc_drv.c | 2 +- drivers/ufs/core/ufshcd.c | 9 ++- drivers/ufs/host/ufs-exynos.c | 2 +- include/asm-generic/bitops/generic-non-atomic.h | 14 ++++ .../asm-generic/bitops/instrumented-non-atomic.h | 12 ++++ include/asm-generic/bitops/non-atomic.h | 1 + .../bitops/non-instrumented-non-atomic.h | 1 + include/linux/bitops.h | 1 + include/linux/buffer_head.h | 2 +- include/linux/wait_bit.h | 8 +-- include/uapi/linux/io_uring.h | 8 +++ include/ufs/ufshci.h | 6 +- io_uring/cancel.c | 2 +- io_uring/io_uring.c | 7 +- io_uring/net.c | 56 ++++++++++++--- io_uring/net.h | 1 + io_uring/notif.c | 8 ++- io_uring/opdef.c | 4 +- io_uring/opdef.h | 2 + io_uring/uring_cmd.c | 2 +- kernel/sched/wait_bit.c | 2 +- 34 files changed, 211 insertions(+), 153 deletions(-)