netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixing races in probe/remove
@ 2022-06-20  5:11 Jason Wang
  2022-06-20  5:11 ` [PATCH 1/3] caif_virtio: remove virtqueue_disable_cb() in probe Jason Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Jason Wang @ 2022-06-20  5:11 UTC (permalink / raw)
  To: netdev, linux-kernel, mst, jasowang; +Cc: davem, kuba, erwan.yvin

Hi all:

This series tries to fix races spotted during code review for
caif_virtio in probe() and remove().

Compile test only. (I don't have setup to test them).

Please review.

Thanks

Jason Wang (3):
  caif_virtio: remove virtqueue_disable_cb() in probe
  caif_virtio: fix the race between virtio_device_ready() and ndo_open()
  caif_virtio: fix the race between reset and netdev unregister

 drivers/net/caif/caif_virtio.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-21  6:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20  5:11 [PATCH 0/3] Fixing races in probe/remove Jason Wang
2022-06-20  5:11 ` [PATCH 1/3] caif_virtio: remove virtqueue_disable_cb() in probe Jason Wang
2022-06-20  9:02   ` Michael S. Tsirkin
2022-06-21  3:10     ` Jason Wang
2022-06-20  5:11 ` [PATCH 2/3] caif_virtio: fix the race between virtio_device_ready() and ndo_open() Jason Wang
2022-06-20  9:04   ` Michael S. Tsirkin
2022-06-20  5:11 ` [PATCH 3/3] caif_virtio: fix the race between reset and netdev unregister Jason Wang
2022-06-20  9:09   ` Michael S. Tsirkin
2022-06-20  9:18     ` Jason Wang
2022-06-20 10:18       ` Michael S. Tsirkin
2022-06-21  3:09         ` Jason Wang
2022-06-21  6:00           ` Michael S. Tsirkin
2022-06-21  6:25             ` Jason Wang

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).