All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/1] A bug fix to the error handling path in vfio_device_open()
@ 2022-06-20  8:54 Yi Liu
  2022-06-20  8:54 ` [Patch 1/1] vfio: Move "device->open_count--" out of group_rwsem " Yi Liu
  0 siblings, 1 reply; 10+ messages in thread
From: Yi Liu @ 2022-06-20  8:54 UTC (permalink / raw)
  To: alex.williamson; +Cc: yi.l.liu, kevin.tian, kvm, jgg

The open_count is unnecessarily placed in the group_rwsem in the error
handling path.

Yi Liu (1):
  vfio: Move "device->open_count--" out of group_rwsem in
    vfio_device_open()

 drivers/vfio/vfio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-06-27  7:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  8:54 [Patch 0/1] A bug fix to the error handling path in vfio_device_open() Yi Liu
2022-06-20  8:54 ` [Patch 1/1] vfio: Move "device->open_count--" out of group_rwsem " Yi Liu
2022-06-20 20:13   ` Matthew Rosato
2022-06-21  1:31     ` Yi Liu
2022-06-21  2:49       ` Tian, Kevin
2022-06-21  2:59         ` Yi Liu
2022-06-21  3:26           ` Tian, Kevin
2022-06-21  3:35             ` Yi Liu
2022-06-24 14:05   ` Jason Gunthorpe
2022-06-27  7:45     ` Yi Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.