This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 02ef7d39fd55 Merge tag 'pm-6.3-rc3' of git://git.kernel.org/pub/scm/lin [...] new a5fc1441af77 io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads new 6acd352dfee5 io_uring: rsrc: Optimize return value variable 'ret' new 5da28edd7bd5 io_uring/msg_ring: let target know allocated index new d2acf789088b io_uring/rsrc: fix folio accounting new b7966a5a5cd0 Merge tag 'io_uring-6.3-2023-03-16' of git://git.kernel.dk/linux new 34e0a279a993 block: do not reverse request order when flushing plug list new 9b0cb770f5d7 loop: Fix use-after-free issues new 00e885efcfbb blk-mq: fix "bad unlock balance detected" on q->srcu in __ [...] new 63f886597085 block: null_blk: Fix handling of fake timeout request new b6402014cab0 block: null_blk: cleanup null_queue_rq() new 6030363199e3 block: sunvdc: add check for mdesc_grab() returning NULL new 5f27571382ca block: count 'ios' and 'sectors' when io is done for bio-b [...] new 3e453522593d md: Free resources in __md_stop new 3bc57292278a md: avoid signed overflow in slot_store() new 6c0f5898836c md: select BLOCK_LEGACY_AUTOLOAD new 23e5b9307ede Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/ [...] new 54686b611eb0 MAINTAINERS: repair malformed T: entries in NVM EXPRESS DRIVERS new 37f0dc2ec78a nvme: fix handling single range discard request new a61d265533b7 nvme-pci: fixing memory leak in probe teardown path new 9630d80655bf nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 new b65d44fa0fe0 nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620 new a3406352c54f nvme-tcp: fix opcode reporting in the timeout handler new 7e87965d3807 nvme-tcp: add nvme-tcp pdu size build protection new 8e19b87cfce2 nvme-trace: show more opcode names new 6173a77b7e9d nvmet: avoid potential UAF in nvmet_req_complete() new 890a2fb06eb9 Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org [...] new 8f0d196e4dc1 block: remove obsolete config BLOCK_COMPAT new 8d3c682a5e3d Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linux
The 28 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: MAINTAINERS | 8 ++++---- block/Kconfig | 3 --- block/blk-core.c | 16 ++++++---------- block/blk-mq.c | 5 +++-- block/blk-mq.h | 5 +++-- drivers/block/loop.c | 25 +++++++++++++++++-------- drivers/block/null_blk/main.c | 31 +++++++++++++++---------------- drivers/block/sunvdc.c | 2 ++ drivers/md/Kconfig | 4 ++++ drivers/md/dm.c | 6 +++--- drivers/md/md.c | 17 ++++++++--------- drivers/nvme/host/core.c | 28 +++++++++++++++++++--------- drivers/nvme/host/multipath.c | 8 ++++---- drivers/nvme/host/pci.c | 5 +++++ drivers/nvme/host/tcp.c | 33 +++++++++++++++++++++++++++------ drivers/nvme/target/core.c | 4 +++- include/linux/blk-mq.h | 6 ++++++ include/linux/blkdev.h | 5 ++--- include/linux/nvme.h | 5 +++++ io_uring/msg_ring.c | 4 +++- io_uring/rsrc.c | 10 ++++++++-- io_uring/sqpoll.c | 1 - 22 files changed, 147 insertions(+), 84 deletions(-)