Message ID | 20220930115933-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] virtio: fixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/build_clang | success | Errors and warnings before: 2 this patch: 2 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
The pull request you sent on Fri, 30 Sep 2022 11:59:33 -0400:
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/70575e77839f4c5337ce2653b39b86bb365a870e
Thank you!
The following changes since commit f76349cf41451c5c42a99f18a9163377e4b364ff: Linux 6.0-rc7 (2022-09-25 14:01:02 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to a43ae8057cc154fd26a3a23c0e8643bef104d995: vdpa/mlx5: Fix MQ to support non power of two num queues (2022-09-27 18:32:45 -0400) ---------------------------------------------------------------- virtio: fixes Some last minute fixes. virtio-blk is the most important one since it was actually seen in the field, but the rest of them are small and clearly safe, everything here has been in next for a while. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Angus Chen (1): vdpa/ifcvf: fix the calculation of queuepair Eli Cohen (1): vdpa/mlx5: Fix MQ to support non power of two num queues Maxime Coquelin (1): vduse: prevent uninitialized memory accesses Suwan Kim (1): virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq() Xuan Zhuo (1): virtio_test: fixup for vq reset lei he (1): virtio-crypto: fix memory-leak drivers/block/virtio_blk.c | 11 +++++------ drivers/crypto/virtio/virtio_crypto_akcipher_algs.c | 4 ++++ drivers/vdpa/ifcvf/ifcvf_base.c | 4 ++-- drivers/vdpa/mlx5/net/mlx5_vnet.c | 17 ++++++++++------- drivers/vdpa/vdpa_user/vduse_dev.c | 9 +++++++-- tools/virtio/linux/virtio.h | 3 +++ tools/virtio/linux/virtio_config.h | 5 +++++ 7 files changed, 36 insertions(+), 17 deletions(-)