[GIT PULL] virtio: bugfixes

From: Michael S. Tsirkin
Date: Mon Oct 07 2024 - 11:52:18 EST


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@xxxxxxxxxx>

----------------------------------------------------------------
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(-)