Message ID | 20241007115158-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] virtio: bugfixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 6 this patch: 6 |
netdev/build_tools | success | No tools touched, skip |
netdev/build_clang | success | Errors and warnings before: 6 this patch: 6 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 6 this patch: 6 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/contest | success | net-next-2024-10-08--00-00 (tests: 773) |
The pull request you sent on Mon, 7 Oct 2024 11:51:58 -0400:
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/87d6aab2389e5ce0197d8257d5f8ee965a67c4cd
Thank you!
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@redhat.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(-)