public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] flush workers on suspend
@ 2024-02-12 17:16 Steve Sistare
  2024-02-12 17:16 ` [PATCH V2 1/3] vhost-vdpa: " Steve Sistare
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Steve Sistare @ 2024-02-12 17:16 UTC (permalink / raw)
  To: virtualization, linux-kernel
  Cc: Michael S. Tsirkin, Jason Wang, Si-Wei Liu, Eugenio Perez Martin,
	Xie Yongji, Stefano Garzarella, Steve Sistare

Flush to guarantee no workers are running when suspend returns,
for vdpa, vpa_sim, and vduse.  (mlx5 already does so, via the path
mlx5_vdpa_suspend -> unregister_link_notifier -> flush_workqueue.)

Steve Sistare (3):
  vhost-vdpa: flush workers on suspend
  vduse: suspend
  vdpa_sim: flush workers on suspend

 drivers/vdpa/vdpa_sim/vdpa_sim.c   | 13 +++++++++++++
 drivers/vdpa/vdpa_user/vduse_dev.c | 24 ++++++++++++++++++++++++
 drivers/vhost/vdpa.c               |  3 +++
 3 files changed, 40 insertions(+)

-- 
2.39.3


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-02-16 15:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 17:16 [PATCH V2 0/3] flush workers on suspend Steve Sistare
2024-02-12 17:16 ` [PATCH V2 1/3] vhost-vdpa: " Steve Sistare
2024-02-13 15:58   ` Eugenio Perez Martin
2024-02-14 17:48     ` Steven Sistare
2024-02-12 17:16 ` [PATCH V2 2/3] vduse: suspend Steve Sistare
2024-02-12 17:16 ` [PATCH V2 3/3] vdpa_sim: flush workers on suspend Steve Sistare
2024-02-13 16:10   ` Eugenio Perez Martin
2024-02-14 17:50     ` Steven Sistare
2024-02-14 19:39       ` Eugenio Perez Martin
2024-02-14 19:52         ` Steven Sistare
2024-02-15 15:44           ` Eugenio Perez Martin
2024-02-16 15:15             ` Steven Sistare
2024-02-13 15:10 ` [PATCH V2 0/3] " Steven Sistare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox