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,
danielj@nvidia.com, dongli.zhang@oracle.com, eauger@redhat.com,
eric.auger@redhat.com, jasowang@redhat.com, jfalempe@redhat.com,
maxbr@linux.ibm.com, mst@redhat.com, pasic@linux.ibm.com,
quic_zhonhan@quicinc.com, sgarzare@redhat.com,
syzbot+efe683d57990864b8c8e@syzkaller.appspotmail.com
Subject: [GIT PULL] virtio, vhost: fixes
Date: Wed, 23 Apr 2025 02:42:39 -0400 [thread overview]
Message-ID: <20250423024239-mutt-send-email-mst@kernel.org> (raw)
The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:
Linux 6.15-rc2 (2025-04-13 11:54:49 -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 58465d86071b61415e25fb054201f61e83d21465:
vhost-scsi: Fix vhost_scsi_send_status() (2025-04-18 10:08:11 -0400)
----------------------------------------------------------------
virtio, vhost: fixes
A small number of fixes.
virtgpu is exempt from reset shutdown fow now -
a more complete fix is in the works
spec compliance fixes in:
virtio-pci cap commands
vhost_scsi_send_bad_target
virtio console resize
missing locking fix in vhost-scsi
virtio ring - a KCSAN false positive fix
VHOST_*_OWNER documentation fix
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Daniel Jurgens (1):
virtio_pci: Use self group type for cap commands
Dongli Zhang (3):
vhost-scsi: protect vq->log_used with vq->mutex
vhost-scsi: Fix vhost_scsi_send_bad_target()
vhost-scsi: Fix vhost_scsi_send_status()
Halil Pasic (1):
virtio_console: fix missing byte order handling for cols and rows
Maximilian Immanuel Brandtner (1):
virtio_console: fix order of fields cols and rows
Michael S. Tsirkin (1):
virtgpu: don't reset on shutdown
Stefano Garzarella (2):
vhost: fix VHOST_*_OWNER documentation
vhost_task: fix vhost_task_create() documentation
Zhongqiu Han (1):
virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN
drivers/char/virtio_console.c | 7 ++--
drivers/gpu/drm/virtio/virtgpu_drv.c | 9 +++++
drivers/vhost/scsi.c | 74 +++++++++++++++++++++++++++---------
drivers/virtio/virtio.c | 6 +++
drivers/virtio/virtio_pci_modern.c | 4 +-
drivers/virtio/virtio_ring.c | 2 +-
include/linux/virtio.h | 3 ++
include/uapi/linux/vhost.h | 4 +-
include/uapi/linux/virtio_pci.h | 1 +
kernel/vhost_task.c | 2 +-
10 files changed, 85 insertions(+), 27 deletions(-)
next reply other threads:[~2025-04-23 6:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-23 6:42 Michael S. Tsirkin [this message]
2025-04-23 17:29 ` [GIT PULL] virtio, vhost: fixes pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-08-27 14:20 [GIT PULL] virtio,vhost: fixes Michael S. Tsirkin
2025-08-27 17:24 ` pr-tracker-bot
2025-12-26 14:36 Michael S. Tsirkin
2025-12-26 19:49 ` 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=20250423024239-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=danielj@nvidia.com \
--cc=dongli.zhang@oracle.com \
--cc=eauger@redhat.com \
--cc=eric.auger@redhat.com \
--cc=jasowang@redhat.com \
--cc=jfalempe@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maxbr@linux.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=pasic@linux.ibm.com \
--cc=quic_zhonhan@quicinc.com \
--cc=sgarzare@redhat.com \
--cc=syzbot+efe683d57990864b8c8e@syzkaller.appspotmail.com \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).