This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 512dee0c00ad Merge tag 'x86-urgent-2023-01-04' of git://git.kernel.org/ [...] new b9e05399d927 vdpa: merge functionally duplicated dev_features attributes new c262f75cb6bb tools/virtio: initialize spinlocks in vring_test.c new 258896fcc786 virtio-blk: use a helper to handle request queuing errors new a6ce72c0fb60 vdpa/mlx5: Fix rule forwarding VLAN to TIR new 5aec804936bb vdpa/mlx5: Return error on vlan ctrl commands if not supported new 1ab53760d322 vdpa/mlx5: Fix wrong mac address deletion new 0dbc1b4ae07d vdpa/mlx5: Avoid using reslock in event_handler new 38fc462f57ef vdpa/mlx5: Avoid overwriting CVQ iotlb new 344686136d73 virtio_pci: use helper function is_power_of_2() new b9d978a89296 virtio_ring: use helper function is_power_of_2() new a9f0a19ff770 RDMA/mlx5: remove variable i new b66ead2d0eca virtio_pci: modify ENOENT to EINVAL new 75e4ab9735a5 tools: Delete the unneeded semicolon after curly braces new aeca7ff25484 vdpa_sim: fix possible memory leak in vdpasim_net_init() a [...] new 7a4efe182ca6 vhost/vsock: Fix error handling in vhost_vsock_init() new f85efa9b0f53 vringh: fix range used in iotlb_translate() new 98047313cdb4 vhost: fix range used in translate_desc() new c070c1912a83 vhost-vdpa: fix an iotlb memory leak new f4e468f70838 virtio_blk: use UINT_MAX instead of -1U new 794ec498c9fa vdpa_sim: fix vringh initialization in vdpasim_queue_ready() new a4722f64f924 tools/virtio: Variable type completion new b1d65f717cd6 virtio-crypto: fix memory leak in virtio_crypto_alg_skciph [...] new c8e82e387702 virtio: Implementing attribute show with sysfs_emit new e794070af224 vhost_vdpa: fix the crash in unmap a large memory new 8aeac42d6093 tools/virtio: remove stray characters new 81931012bd7d tools/virtio: remove smp_read_barrier_depends() new 937c783aa3d8 vduse: Validate vq_num in vduse_validate_config() new ed843d6ed731 vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_remove new 1c96d5457f72 vdpa: conditionally fill max max queue pair for stats new 0b7a04a30eef vdpasim: fix memory leak when freeing IOTLBs new 72455a114252 vdpa_sim_net: should not drop the multicast/broadcast packet new a26116c1e740 virtio_blk: Fix signedness bug in virtblk_prep_rq() new 41c03ba9beea Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
The 33 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/virtio_blk.c | 35 +++++----- .../crypto/virtio/virtio_crypto_skcipher_algs.c | 3 +- drivers/vdpa/mlx5/core/mlx5_vdpa.h | 5 +- drivers/vdpa/mlx5/core/mr.c | 46 +++++++------ drivers/vdpa/mlx5/net/mlx5_vnet.c | 78 +++++++--------------- drivers/vdpa/vdpa.c | 11 ++- drivers/vdpa/vdpa_sim/vdpa_sim.c | 7 +- drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 4 +- drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 7 +- drivers/vdpa/vdpa_user/vduse_dev.c | 3 + drivers/vdpa/virtio_pci/vp_vdpa.c | 2 +- drivers/vhost/vdpa.c | 52 +++++++++------ drivers/vhost/vhost.c | 4 +- drivers/vhost/vringh.c | 5 +- drivers/vhost/vsock.c | 9 ++- drivers/virtio/virtio.c | 12 ++-- drivers/virtio/virtio_pci_modern.c | 4 +- drivers/virtio/virtio_ring.c | 2 +- include/uapi/linux/vdpa.h | 4 +- tools/virtio/ringtest/main.h | 37 +++++----- tools/virtio/virtio-trace/trace-agent-ctl.c | 2 +- tools/virtio/virtio_test.c | 2 +- tools/virtio/vringh_test.c | 2 + 23 files changed, 173 insertions(+), 163 deletions(-)