From: "Michael S. Tsirkin" <mst@redhat.com>
To: Karl Mehltretter <kmehltretter@gmail.com>
Cc: "Jason Wang" <jasowangio@gmail.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Xuan Zhuo" <xuanzhuo@linux.alibaba.com>,
"Eugenio Pérez" <eperezma@redhat.com>,
"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Rusty Russell" <rusty@rustcorp.com.au>,
"Pawel Moll" <pawel.moll@arm.com>,
virtualization@lists.linux.dev, linux-input@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] virtio: synchronize callbacks during device reset
Date: Thu, 3 Sep 2026 07:58:03 -0400 [thread overview]
Message-ID: <20260903075709-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20260818040433.66986-1-kmehltretter@gmail.com>
On Tue, Aug 18, 2026 at 06:04:31AM +0200, Karl Mehltretter wrote:
> virtio_reset_device() documents that vq callbacks are not in progress
> once it returns. virtio-pci delivers that by ending vp_reset() with
> vp_synchronize_vectors(), virtio-mmio does not, and a driver that frees
> state its callback uses then hits a use after free.
>
> Patch 1 brings virtio-mmio in line with virtio-pci.
>
> Patch 2 makes virtio_input reset before unregistering its input device
> and stop its callback once teardown has begun.
>
> Together these patches fix the use after free on virtio-pci and
> virtio-mmio. Classic virtio-ccw and other transports still
> do not provide the documented guarantee.
so with my proposal virtio-ccw will be fixed automagically.
other transports will need synchronize_cbs callback - pls add that as patch 3.
> The use-after-free was reproduced under KASAN with the race window
> artificially widened.
>
> Callback synchronization was tested in an arm64 QEMU guest with a
> virtio-input device over virtio-mmio and four vCPUs. The event callback
> used a busy delay, not a sleep, and an in-progress counter tracked
> overlap with unbind.
>
> The driver was unbound and rebound 120 times under continuous input.
> With patch 2 alone, virtio_reset_device() returned before the callback
> finished in all 109 races, each in under 1 ms. With both patches,
> vm_reset() waited for the callback in all 111 races, taking 24 to 86 ms.
>
> Karl Mehltretter (2):
> virtio-mmio: synchronize callbacks during device reset
> virtio_input: stop callbacks before unregistering input device
>
> drivers/virtio/virtio_input.c | 8 ++++++--
> drivers/virtio/virtio_mmio.c | 6 ++++++
> 2 files changed, 12 insertions(+), 2 deletions(-)
>
>
> base-commit: 3eb40771c00a8488fa6ed2cc1fe203477908bf38
> --
> 2.53.0
prev parent reply other threads:[~2026-09-03 11:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 4:04 Karl Mehltretter
2026-08-18 4:04 ` [PATCH 1/2] virtio-mmio: " Karl Mehltretter
2026-09-03 11:28 ` Michael S. Tsirkin
2026-09-03 11:55 ` Michael S. Tsirkin
2026-08-18 4:04 ` [PATCH 2/2] virtio_input: stop callbacks before unregistering input device Karl Mehltretter
2026-09-03 11:53 ` [PATCH 0/2] virtio: synchronize callbacks during device reset Michael S. Tsirkin
2026-09-03 11:58 ` Michael S. Tsirkin [this message]
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=20260903075709-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=eperezma@redhat.com \
--cc=jasowangio@gmail.com \
--cc=kmehltretter@gmail.com \
--cc=kraxel@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pawel.moll@arm.com \
--cc=rusty@rustcorp.com.au \
--cc=virtualization@lists.linux.dev \
--cc=xuanzhuo@linux.alibaba.com \
/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
all inboxes | Powered by JetHome®