From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: xuanzhuo@linux.alibaba.com, kvm@vger.kernel.org, mst@redhat.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
liming.wu@jaguarmicro.com,
virtualization@lists.linux-foundation.org, pasic@linux.ibm.com,
eric.auger@redhat.com, mheyne@amazon.de, catalin.marinas@arm.com,
shawn.shao@jaguarmicro.com, zhenyzha@redhat.com,
pizhenwei@bytedance.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Mon, 23 Oct 2023 01:02:07 -0400 [thread overview]
Message-ID: <20231023010207-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:
Linux 6.6-rc6 (2023-10-15 13:34:39 -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 061b39fdfe7fd98946e67637213bcbb10a318cca:
virtio_pci: fix the common cfg map size (2023-10-18 11:30:12 -0400)
----------------------------------------------------------------
virtio: last minute fixes
a collection of small fixes that look like worth having in
this release.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Dragos Tatulea (2):
vdpa/mlx5: Fix double release of debugfs entry
vdpa/mlx5: Fix firmware error on creation of 1k VQs
Eric Auger (1):
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Gavin Shan (1):
virtio_balloon: Fix endless deflation and inflation on arm64
Liming Wu (1):
tools/virtio: Add dma sync api for virtio test
Maximilian Heyne (1):
virtio-mmio: fix memory leak of vm_dev
Shawn.Shao (1):
vdpa_sim_blk: Fix the potential leak of mgmt_dev
Xuan Zhuo (1):
virtio_pci: fix the common cfg map size
zhenwei pi (1):
virtio-crypto: handle config changed by work queue
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 +-
tools/virtio/linux/dma-mapping.h | 12 +++++
11 files changed, 121 insertions(+), 30 deletions(-)
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
arei.gonglei@huawei.com, catalin.marinas@arm.com,
dtatulea@nvidia.com, eric.auger@redhat.com, gshan@redhat.com,
jasowang@redhat.com, liming.wu@jaguarmicro.com, mheyne@amazon.de,
mst@redhat.com, pasic@linux.ibm.com, pizhenwei@bytedance.com,
shawn.shao@jaguarmicro.com, xuanzhuo@linux.alibaba.com,
zhenyzha@redhat.com
Subject: [GIT PULL] virtio: last minute fixes
Date: Mon, 23 Oct 2023 01:02:07 -0400 [thread overview]
Message-ID: <20231023010207-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb:
Linux 6.6-rc6 (2023-10-15 13:34:39 -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 061b39fdfe7fd98946e67637213bcbb10a318cca:
virtio_pci: fix the common cfg map size (2023-10-18 11:30:12 -0400)
----------------------------------------------------------------
virtio: last minute fixes
a collection of small fixes that look like worth having in
this release.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Dragos Tatulea (2):
vdpa/mlx5: Fix double release of debugfs entry
vdpa/mlx5: Fix firmware error on creation of 1k VQs
Eric Auger (1):
vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
Gavin Shan (1):
virtio_balloon: Fix endless deflation and inflation on arm64
Liming Wu (1):
tools/virtio: Add dma sync api for virtio test
Maximilian Heyne (1):
virtio-mmio: fix memory leak of vm_dev
Shawn.Shao (1):
vdpa_sim_blk: Fix the potential leak of mgmt_dev
Xuan Zhuo (1):
virtio_pci: fix the common cfg map size
zhenwei pi (1):
virtio-crypto: handle config changed by work queue
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 +-
tools/virtio/linux/dma-mapping.h | 12 +++++
11 files changed, 121 insertions(+), 30 deletions(-)
next reply other threads:[~2023-10-23 5:02 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-23 5:02 Michael S. Tsirkin [this message]
2023-10-23 5:02 ` [GIT PULL] virtio: last minute fixes Michael S. Tsirkin
2023-10-23 18:03 ` pr-tracker-bot
2023-10-23 18:03 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2023-04-10 9:59 Michael S. Tsirkin
2023-04-10 9:59 ` Michael S. Tsirkin
2023-04-10 21:21 ` pr-tracker-bot
2023-04-10 21:21 ` pr-tracker-bot
2022-03-07 11:03 Michael S. Tsirkin
2022-03-07 11:03 ` Michael S. Tsirkin
2022-03-07 19:47 ` pr-tracker-bot
2022-03-07 19:47 ` pr-tracker-bot
2021-10-27 20:08 Michael S. Tsirkin
2021-10-27 20:08 ` Michael S. Tsirkin
2021-10-28 17:25 ` pr-tracker-bot
2021-10-28 17:25 ` pr-tracker-bot
2021-04-22 22:20 Michael S. Tsirkin
2021-04-22 22:20 ` Michael S. Tsirkin
2021-04-22 23:30 ` pr-tracker-bot
2021-04-22 23:30 ` pr-tracker-bot
2020-09-29 7:50 Michael S. Tsirkin
2020-09-29 7:50 ` Michael S. Tsirkin
2020-09-29 17:44 ` pr-tracker-bot
2020-09-29 17:44 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231023010207-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=catalin.marinas@arm.com \
--cc=eric.auger@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=liming.wu@jaguarmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mheyne@amazon.de \
--cc=netdev@vger.kernel.org \
--cc=pasic@linux.ibm.com \
--cc=pizhenwei@bytedance.com \
--cc=shawn.shao@jaguarmicro.com \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=xuanzhuo@linux.alibaba.com \
--cc=zhenyzha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.