linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Drivers: hv: vmbus: fix two issues
@ 2022-11-19  8:11 Yang Yingliang
  2022-11-19  8:11 ` [PATCH v3 1/2] Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work() Yang Yingliang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yang Yingliang @ 2022-11-19  8:11 UTC (permalink / raw)
  To: linux-hyperv
  Cc: kys, haiyangz, sthemmin, wei.liu, decui, mikelley, yangyingliang

This patchset fixes a double free and a memory leak problems.

v2 -> v3:
  Update commit message and comment suggested by Michael.

v1 -> v2:
  Add a comment before vmbus_device_register().

Yang Yingliang (2):
  Drivers: hv: vmbus: fix double free in the error path of
    vmbus_add_channel_work()
  Drivers: hv: vmbus: fix possible memory leak in
    vmbus_device_register()

 drivers/hv/channel_mgmt.c | 5 ++++-
 drivers/hv/vmbus_drv.c    | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-21 10:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-19  8:11 [PATCH v3 0/2] Drivers: hv: vmbus: fix two issues Yang Yingliang
2022-11-19  8:11 ` [PATCH v3 1/2] Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work() Yang Yingliang
2022-11-20  5:50   ` Michael Kelley (LINUX)
2022-11-19  8:11 ` [PATCH v3 2/2] Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() Yang Yingliang
2022-11-20  5:50   ` Michael Kelley (LINUX)
2022-11-21 10:58 ` [PATCH v3 0/2] Drivers: hv: vmbus: fix two issues Wei Liu

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