On Sat, Nov 19, 2022 at 04:11:33PM +0800, Yang Yingliang wrote: > 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() I added a new line between the old and new paragraphs in the second commit. Applied to hyperv-fixes. Thanks.