This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0f506c7f7d3d Merge tag 'riscv-for-linus-6.4-rc6' of git://git.kernel.or [...] new 09fe05c57b5a rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting new 870611e4877e rbd: get snapshot context after exclusive lock is ensured [...] new 409e873ea3c1 ceph: fix use-after-free bug for inodes when flushing capsnaps new 7e8c948b3f09 Merge tag 'ceph-for-6.4-rc6' of https://github.com/ceph/ce [...] new 4d8df0f5f79f vhost: use kzalloc() instead of kmalloc() followed by memset() new a90e8608eb0e vduse: avoid empty string for dev name new 57380fd1249b tools/virtio: Fix arm64 ringtest compilation error new c66dbc39a710 tools/virtio: Add .gitignore for ringtest new 73790bdfba07 vdpa/mlx5: Fix hang when cvq commands are triggered during [...] new 376daf317753 vhost_vdpa: tell vqs about the negotiated new 1f5d2e3bab16 vhost_net: revert upend_idx only on retriable error new a284f09effea vhost: Fix crash during early vhost_transport_send_pkt calls new 4b13cbef7970 vhost: Fix worker hangs due to missed wake up calls new 55d8122f5cd6 vhost: support PACKED when setting-getting vring_base new beee7fdb5b56 vhost_vdpa: support PACKED when setting-getting vring_base new 07496eeab577 tools/virtio: use canonical ftrace path new dbfa18c5d769 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
The 17 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/rbd.c | 62 +++++++++++++++++++-------- drivers/vdpa/mlx5/net/mlx5_vnet.c | 2 +- drivers/vdpa/vdpa_user/vduse_dev.c | 3 ++ drivers/vhost/net.c | 11 +++-- drivers/vhost/vdpa.c | 34 +++++++++++++-- drivers/vhost/vhost.c | 75 +++++++++++++++------------------ drivers/vhost/vhost.h | 10 +++-- fs/ceph/caps.c | 6 +++ fs/ceph/snap.c | 4 +- kernel/vhost_task.c | 16 ++++--- tools/virtio/ringtest/.gitignore | 7 +++ tools/virtio/ringtest/main.h | 11 +++++ tools/virtio/virtio-trace/README | 2 +- tools/virtio/virtio-trace/trace-agent.c | 12 ++++-- 14 files changed, 172 insertions(+), 83 deletions(-) create mode 100644 tools/virtio/ringtest/.gitignore