This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2ccdd1b13c59 Linux 6.5-rc6 new 55c91fedd03d virtio-mmio: don't break lifecycle of vm_dev new 9ad1a29cb099 pds_vdpa: protect Makefile from unconfigured debugfs new 5ced58bfa132 vhost-scsi: Fix alignment handling with windows new c5ace19efb0a vhost-scsi: Rename vhost_scsi_iov_to_sgl new 8d4bdf11f096 MAINTAINERS: add vhost-scsi entry and myself as a co-maintainer new 13f3efaca024 virtio-pci: Fix legacy device flag setting error in probe new 79c865158750 vdpa: Add features attr to vdpa_nl_policy for nlattr length check new b3003e1b54e0 vdpa: Add queue index attr to vdpa_nl_policy for nlattr le [...] new 5d6ba607d6cb vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check new f46c1e1620c6 vdpa: Enable strict validation for netlinks ops new 7ca26efb09a1 vduse: Use proper spinlock for IRQ injection new df9557046440 virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() new 3fe024193340 vdpa/mlx5: Correct default number of queues when MQ is on new 9ee811009ad8 vdpa/mlx5: Fix mr->initialized semantics new ad03a0f44cdb vdpa/mlx5: Delete control vq iotlb in destroy_mr only when [...] new 810b0cc1c28a vdpa/mlx5: Fix crash on shutdown for when no ndev exists new 2c507ce90e02 virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HA [...] new 0cd2c13b1c15 pds_vdpa: reset to vdpa specified mac new abdf31bd9112 pds_vdpa: always allow offering VIRTIO_NET_F_MAC new ed88863040da pds_vdpa: clean and reset vqs entries new c0a6c5cbf1a9 pds_vdpa: alloc irq vectors on DRIVER_OK new 8efc365b20dc pds_vdpa: fix up debugfs feature bit printing new f504e15b94eb virtio-mem: remove unsafe unplug in Big Block Mode (BBM) new ddf409851461 virtio-mem: convert most offline_and_remove_memory() error [...] new a31648fd4f96 virtio-mem: keep retrying on offline_and_remove_memory() e [...] new f55484fd7be9 virtio-mem: check if the config changed before fake offlin [...] new 91aa6c412d7f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
The 27 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 | 11 ++- drivers/net/virtio_net.c | 2 +- drivers/vdpa/mlx5/core/mlx5_vdpa.h | 2 + drivers/vdpa/mlx5/core/mr.c | 97 +++++++++++++------ drivers/vdpa/mlx5/net/mlx5_vnet.c | 26 +++--- drivers/vdpa/pds/Makefile | 3 +- drivers/vdpa/pds/debugfs.c | 15 ++- drivers/vdpa/pds/vdpa_dev.c | 176 ++++++++++++++++++++++++---------- drivers/vdpa/pds/vdpa_dev.h | 5 +- drivers/vdpa/vdpa.c | 9 +- drivers/vdpa/vdpa_user/vduse_dev.c | 8 +- drivers/vhost/scsi.c | 187 ++++++++++++++++++++++++++++++++----- drivers/virtio/virtio_mem.c | 168 ++++++++++++++++++++++----------- drivers/virtio/virtio_mmio.c | 5 +- drivers/virtio/virtio_pci_common.c | 2 - drivers/virtio/virtio_pci_legacy.c | 1 + drivers/virtio/virtio_vdpa.c | 2 + 17 files changed, 515 insertions(+), 204 deletions(-)