This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fd3d06ff5f4f Merge tag 'thermal-6.3-rc4' of git://git.kernel.org/pub/sc [...] new 74e2e17ee1f8 io_uring/net: avoid sending -ECONNABORTED on repeated conn [...] new 02a4d923e440 io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() new e344eb7be2a2 Merge tag 'io_uring-6.3-2023-03-24' of git://git.kernel.dk/linux new 4985e7b2c002 block: ublk_drv: mark device as LIVE before adding disk new 9d2789ac9d60 block/io_uring: pass in issue_flags for uring_cmd task_wor [...] new def84ab600b7 nvme: send Identify with CNS 06h only to I/O controllers new aa01c67de592 nvme-tcp: fix nvme_tcp_term_pdu to match spec new f915da0f0dfb Merge tag 'nvme-6.3-2023-03-23' of git://git.infradead.org [...] new 83511470af1a Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux new 9bbf5feecc7e dm thin: fix deadlock when swapping to thin device new fb294b1c0ba9 dm crypt: add cond_resched() to dmcrypt_write() new d9a02e016aaf dm crypt: avoid accessing uninitialized tasklet new d3aa3e060c4a dm stats: check for and propagate alloc_percpu failure new 5ad4fe9613cb Merge tag 'for-6.3/dm-fixes' of git://git.kernel.org/pub/s [...]
The 14 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/block/ublk_drv.c | 34 ++++++++++++++++++++-------------- drivers/md/dm-crypt.c | 16 ++++++++++------ drivers/md/dm-stats.c | 7 ++++++- drivers/md/dm-stats.h | 2 +- drivers/md/dm-thin.c | 2 ++ drivers/md/dm.c | 4 +++- drivers/nvme/host/core.c | 3 ++- drivers/nvme/host/ioctl.c | 14 ++++++++------ include/linux/io_uring.h | 11 ++++++----- include/linux/nvme-tcp.h | 5 +++-- io_uring/filetable.c | 3 +++ io_uring/net.c | 25 ++++++++++++++++--------- io_uring/rsrc.c | 1 + io_uring/uring_cmd.c | 10 ++++++---- 14 files changed, 87 insertions(+), 50 deletions(-)