netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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,
	jasowang@redhat.com, mst@redhat.com, sgarzare@redhat.com,
	stefanha@redhat.com
Subject: [GIT PULL] virtio,vhost: fixes
Date: Fri, 26 Dec 2025 09:36:06 -0500	[thread overview]
Message-ID: <20251226093606-mutt-send-email-mst@kernel.org> (raw)

The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:

  Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)

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 d8ee3cfdc89b75dc059dc21c27bef2c1440f67eb:

  vhost/vsock: improve RCU read sections around vhost_vsock_get() (2025-12-24 08:02:57 -0500)

----------------------------------------------------------------
virtio,vhost: fixes

Just a bunch of fixes, mostly trivial ones in tools/virtio

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Michael S. Tsirkin (14):
      tools/virtio: fix up compiler.h stub
      virtio: make it self-contained
      tools/virtio: use kernel's virtio.h
      tools/virtio: add struct module forward declaration
      tools/virtio: stub DMA mapping functions
      tools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubs
      tools/virtio: add ucopysize.h stub
      tools/virtio: pass KCFLAGS to module build
      tools/virtio: add struct cpumask to cpumask.h
      tools/virtio: stub might_sleep and synchronize_rcu
      tools/virtio: switch to kernel's virtio_config.h
      virtio_features: make it self-contained
      tools/virtio: fix up oot build
      tools/virtio: add device, device_driver stubs

Stefano Garzarella (1):
      vhost/vsock: improve RCU read sections around vhost_vsock_get()

 drivers/vhost/vsock.c              |  15 ++++--
 include/linux/virtio.h             |   2 +
 include/linux/virtio_features.h    |   2 +
 tools/virtio/Makefile              |   8 +--
 tools/virtio/linux/compiler.h      |   6 +++
 tools/virtio/linux/cpumask.h       |   4 ++
 tools/virtio/linux/device.h        |   8 +++
 tools/virtio/linux/dma-mapping.h   |   4 ++
 tools/virtio/linux/kernel.h        |  16 ++++++
 tools/virtio/linux/module.h        |   2 +
 tools/virtio/linux/ucopysize.h     |  21 ++++++++
 tools/virtio/linux/virtio.h        |  73 +-------------------------
 tools/virtio/linux/virtio_config.h | 102 +------------------------------------
 tools/virtio/oot-stubs.h           |  10 ++++
 14 files changed, 93 insertions(+), 180 deletions(-)
 create mode 100644 tools/virtio/linux/ucopysize.h
 create mode 100644 tools/virtio/oot-stubs.h


             reply	other threads:[~2025-12-26 14:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-26 14:36 Michael S. Tsirkin [this message]
2025-12-26 19:49 ` [GIT PULL] virtio,vhost: fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-08-27 14:20 Michael S. Tsirkin
2025-08-27 17:24 ` pr-tracker-bot
2025-04-23  6:42 [GIT PULL] virtio, vhost: fixes Michael S. Tsirkin
2025-04-23 17:29 ` 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=20251226093606-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sgarzare@redhat.com \
    --cc=stefanha@redhat.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).