This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b5f217084ab3 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new b29bf7119d6b jffs2: Fix rtime decompressor new a6db2a5d7df3 Merge tag 'ubifs-for-linus-6.13-rc2' of git://git.kernel.o [...] new a07d2d7930c7 io_uring: Change res2 parameter type in io_uring_cmd_done new aa0274d261cc Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linux new 3c93e4e4a2ae block: rnull: add missing MODULE_DESCRIPTION new b2e382ae12a6 bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again new 7678abee0867 virtio-blk: don't keep queue frozen during system suspend new 84909f7decbd nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_id [...] new 58a0c875ce02 nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is [...] new b0de5456e201 nvme-pci: remove two deallocate zeroes quirks new 88c23a32b851 nvme-fabrics: handle zero MAXCMD without closing the connection new 41d826c8a9de nvmet: replace kmalloc + memset with kzalloc for data allocation new ad0cf42e1fc4 nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary new fec55c29e54d nvme-tcp: fix the memleak while create new ctrl failed new 5858b6875598 nvme-rdma: unquiesce admin_q before destroy it new fdc5664c690f nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_ [...] new b4e12f5728ff nvme-tcp: simplify nvme_tcp_teardown_io_queues() new d64fd5f77758 Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.or [...] new 4bf485a7db5d blk-mq: register cpuhp callback after hctx is added to xar [...] new 22465bbac53c blk-mq: move cpuhp callback registering out of q->sysfs_lock new 7503345ac5f5 Merge tag 'block-6.13-20241207' of git://git.kernel.dk/linux
The 21 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: block/blk-mq.c | 108 ++++++++++++++++++++++++++++++++++------ drivers/block/rnull.rs | 1 + drivers/block/virtio_blk.c | 7 ++- drivers/md/bcache/super.c | 2 +- drivers/nvme/host/core.c | 8 +-- drivers/nvme/host/pci.c | 7 ++- drivers/nvme/host/rdma.c | 8 +-- drivers/nvme/host/tcp.c | 17 ++----- drivers/nvme/target/admin-cmd.c | 9 +++- drivers/nvme/target/pr.c | 3 +- fs/jffs2/compr_rtime.c | 2 +- include/linux/io_uring/cmd.h | 4 +- io_uring/uring_cmd.c | 2 +- 13 files changed, 127 insertions(+), 51 deletions(-)