This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 69c9f23070f8 Merge tag 'hsi-for-6.5' of git://git.kernel.org/pub/scm/li [...] new b65db9211ecb io_uring/net: use proper value for msg_inq new 10e1c0d59006 io_uring: remove io_fallback_tw() forward declaration new dfbe5561ae93 io_uring: flush offloaded and delayed task_work on exit new 4f52875366bf Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux new 125bfc7cd750 md/raid10: fix the condition to call bio_end_io_acct() new b5a99602b74b md/raid1-10: fix casting from randomized structure in raid [...] new a1d767191096 md: use mddev->external to select holder in export_rdev() new 4934b6401a81 md: fix 'delete_mutex' deadlock new a8d5fdd4d270 raid10: avoid spin_lock from fastpath from raid10_unplug() new c36591f6828b Merge tag 'md-next-20230623' of https://git.kernel.org/pub [...] new abcc0cbd4928 bcache: Alloc holder object before async registration new 2c5555983bd2 bcache: Fix bcache device claiming new ad7c3b41e86b blk-throttle: Fix io statistics for cgroup v1 new c6b7a3a26e80 blk-mq: fix two misuses on RQF_USE_SCHED new 645a829e0338 blk-wbt: don't create wbt sysfs entry if CONFIG_BLK_WBT is [...] new 71b8642e79f2 blk-wbt: remove dead code to handle wbt enable/disable wit [...] new 06257fda83eb blk-wbt: cleanup rwb_enabled() and wbt_disabled() new eebc21d12f56 blk-iocost: move wbt_enable/disable_default() out of spinlock new 6d85ebf95c44 blk-sysfs: add a new attr_group for blk_mq new 3a08284ff220 Merge branch 'for-6.5/block-late' into block-6.5 new f6c80cffcd47 block: add request polling helper new 9408d8a37e6c nvme: improved uring polling new a587b046ce92 cdrom/gdrom: Fix build error new d0dd594bedc5 nvme: Print capabilities changes just once new 9d16d264775b nvmet: Reorder fields in 'struct nvmet_ns' new 86da1bae4c64 nvme: host: fix command name spelling new 99160af413b4 nvme-mpath: fix I/O failure with EAGAIN when failing over I/O new 2ab4e5f44a86 nvme: ensure unquiesce on teardown new a2b5d5443fa7 nvme: sync timeout work on failed reset new 4e69d4dabd23 nvme: disable controller on reset state failure new 6e34e784e721 Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org [...] new e836007089ba md/raid0: add discard support for the 'original' layout new 3c2f765c81be Merge tag 'md-fixes-20230630' of https://git.kernel.org/pu [...] new e50df24979fd Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linux new 24be4d0b46bb arch/arm64/mm/fault: Fix undeclared variable error in do_p [...]
The 35 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/arm64/mm/fault.c | 2 - block/blk-cgroup.c | 6 +- block/blk-iocost.c | 7 +- block/blk-mq.c | 54 +++++++++---- block/blk-sysfs.c | 181 ++++++++++++++++++++++++------------------ block/blk-throttle.c | 6 -- block/blk-throttle.h | 9 +++ block/blk-wbt.c | 21 +---- block/blk-wbt.h | 19 ----- drivers/cdrom/gdrom.c | 4 +- drivers/md/bcache/super.c | 123 ++++++++++++++-------------- drivers/md/md.c | 32 +++----- drivers/md/md.h | 4 +- drivers/md/raid0.c | 62 +++++++++++++-- drivers/md/raid0.h | 1 + drivers/md/raid1-10.c | 2 +- drivers/md/raid10.c | 6 +- drivers/nvme/host/constants.c | 2 +- drivers/nvme/host/core.c | 6 +- drivers/nvme/host/ioctl.c | 70 +++++----------- drivers/nvme/host/multipath.c | 10 ++- drivers/nvme/host/nvme.h | 3 +- drivers/nvme/host/pci.c | 5 +- drivers/nvme/target/nvmet.h | 2 +- include/linux/blk-mq.h | 8 +- include/uapi/linux/io_uring.h | 2 + io_uring/io_uring.c | 49 ++++++++---- io_uring/net.c | 8 +- 28 files changed, 377 insertions(+), 327 deletions(-)