]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Oct 2024 18:33:26 +0000 (11:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Oct 2024 18:33:26 +0000 (11:33 -0700)
commit87d6aab2389e5ce0197d8257d5f8ee965a67c4cd
treef37aa928a9214d84e355cc15d8588edb20666f59
parent8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
parent221af82f606d928ccef19a16d35633c63026f1be
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost

Pull virtio fixes from Michael Tsirkin:
 "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"

* tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
  vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
  vsock/virtio: use GFP_ATOMIC under RCU read lock
  virtio_console: fix misc probe bugs
  virtio_ring: tag event_triggered as racy for KCSAN
  vdpa/octeon_ep: Fix format specifier for pointers in debug messages
drivers/char/virtio_console.c
drivers/vhost/scsi.c
net/vmw_vsock/virtio_transport.c