public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] proper cleanup if fail to register_virtio_device
@ 2017-12-17 13:45 weiping zhang
  2017-12-17 13:45 ` [PATCH v3 1/5] virtio: add helper virtio_get_status weiping zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: weiping zhang @ 2017-12-17 13:45 UTC (permalink / raw)
  To: cohuck, mst, jasowang; +Cc: virtualization

Hi,

Patch1 add a helper to get virtio_device's status which will be used
later.
Patch2~4: check virtio_device's status is RTIO_CONFIG_S_ACKNOWLEDGE
or not, if so use put_device otherwise use kfree.
Patch5: add comments for virtio_register_device help caller do a
proper cleanup if got failure.

weiping zhang (5):
  virtio: add helper virtio_get_status
  virtio_pci: don't kfree device on register failure
  virtio_vop: don't kfree device on register failure
  virtio_remoteproc: don't kfree device on register failure
  virtio: add comments for virtio_register_device

 drivers/misc/mic/vop/vop_main.c        | 17 +++++++++++------
 drivers/remoteproc/remoteproc_virtio.c | 10 +++++++++-
 drivers/virtio/virtio.c                | 19 +++++++++++++++++++
 drivers/virtio/virtio_pci_common.c     |  5 ++++-
 include/linux/virtio_config.h          |  2 ++
 5 files changed, 45 insertions(+), 8 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-12-19 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17 13:45 [PATCH v3 0/5] proper cleanup if fail to register_virtio_device weiping zhang
2017-12-17 13:45 ` [PATCH v3 1/5] virtio: add helper virtio_get_status weiping zhang
2017-12-17 13:46 ` [PATCH v3 2/5] virtio_pci: don't kfree device on register failure weiping zhang
2017-12-17 13:47 ` [PATCH v3 3/5] virtio_vop: " weiping zhang
2017-12-17 13:47 ` [PATCH v3 4/5] virtio_remoteproc: " weiping zhang
2017-12-17 13:48 ` [PATCH v3 5/5] virtio: add comments for virtio_register_device weiping zhang
2017-12-19 11:11   ` Cornelia Huck
2017-12-19 15:23     ` weiping zhang

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