This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 05d3ef8bba77 Linux 6.6-rc7 new e07744b43d3a tools/virtio: Add dma sync api for virtio test new d121df789b15 vdpa_sim_blk: Fix the potential leak of mgmt_dev new fab7f259227b virtio-mmio: fix memory leak of vm_dev new f8a3db47d944 vdpa/mlx5: Fix double release of debugfs entry new 07622bd41563 virtio_balloon: Fix endless deflation and inflation on arm64 new abb0dcf9938c vdpa/mlx5: Fix firmware error on creation of 1k VQs new ca50ec377c2e vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE new fa2e6947aa88 virtio-crypto: handle config changed by work queue new 061b39fdfe7f virtio_pci: fix the common cfg map size new 7c14564010fc Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new eb96e221937a btrfs: fix unwritten extent buffer after snapshotting a ne [...] new e017769f4ce2 Merge tag 'for-6.6-rc7-tag' of git://git.kernel.org/pub/sc [...]
The 12 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/crypto/virtio/virtio_crypto_common.h | 3 ++ drivers/crypto/virtio/virtio_crypto_core.c | 14 +++++- drivers/vdpa/mlx5/net/debug.c | 5 +- drivers/vdpa/mlx5/net/mlx5_vnet.c | 70 ++++++++++++++++++++++------ drivers/vdpa/mlx5/net/mlx5_vnet.h | 11 ++++- drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 5 +- drivers/vhost/vhost.c | 4 +- drivers/virtio/virtio_balloon.c | 6 ++- drivers/virtio/virtio_mmio.c | 19 ++++++-- drivers/virtio/virtio_pci_modern_dev.c | 2 +- fs/btrfs/backref.c | 14 ++++-- fs/btrfs/backref.h | 3 +- fs/btrfs/ctree.c | 21 +++++++-- fs/btrfs/ctree.h | 3 +- fs/btrfs/relocation.c | 7 +-- tools/virtio/linux/dma-mapping.h | 12 +++++ 16 files changed, 154 insertions(+), 45 deletions(-)