[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241007115158-mutt-send-email-mst@kernel.org>
Date: Mon, 7 Oct 2024 11:51:58 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
brauner@...nel.org, dan.carpenter@...aro.org, elver@...gle.com,
jasowang@...hat.com, lkp@...el.com, luigi.leonardi@...look.com,
michael.christie@...cle.com, mst@...hat.com, schalla@...vell.com,
sgarzare@...hat.com,
syzbot+8a02104389c2e0ef5049@...kaller.appspotmail.com,
wh1sper@....edu.cn
Subject: [GIT PULL] virtio: bugfixes
The following changes since commit efcd71af38be403fa52223092f79ada446e121ba:
vsock/virtio: avoid queuing packets when intermediate queue is empty (2024-09-25 07:07:44 -0400)
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 221af82f606d928ccef19a16d35633c63026f1be:
vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() (2024-10-07 11:47:56 -0400)
----------------------------------------------------------------
virtio: bugfixes
Several small bugfixes all over the place.
Most notably, fixes the vsock allocation with GFP_KERNEL in atomic
context, which has been triggering warnings for lots of testers.
Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
----------------------------------------------------------------
Haoran Zhang (1):
vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
Michael S. Tsirkin (3):
virtio_ring: tag event_triggered as racy for KCSAN
virtio_console: fix misc probe bugs
vsock/virtio: use GFP_ATOMIC under RCU read lock
Srujana Challa (1):
vdpa/octeon_ep: Fix format specifier for pointers in debug messages
drivers/char/virtio_console.c | 18 ++++++++++--------
drivers/vdpa/octeon_ep/octep_vdpa_hw.c | 12 ++++++------
drivers/vhost/scsi.c | 25 ++++++++++++++-----------
drivers/virtio/virtio_ring.c | 2 +-
net/vmw_vsock/virtio_transport.c | 8 ++++----
5 files changed, 35 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists