RE: [PATCH 0000/0004] Drivers: hv: Fixes
From: KY Srinivasan <kys@microsoft.com>
Date: 2011-12-12 23:50:52
Also in:
lkml
From: KY Srinivasan <kys@microsoft.com>
Date: 2011-12-12 23:50:52
Also in:
lkml
-----Original Message----- From: Greg KH [mailto:greg@kroah.com] Sent: Monday, December 12, 2011 5:28 PM To: KY Srinivasan Cc: gregkh@suse.de; linux-kernel@vger.kernel.org; devel@linuxdriverproject.org; virtualization@lists.osdl.org; ohering@suse.com Subject: Re: [PATCH 0000/0004] Drivers: hv: Fixes On Mon, Dec 12, 2011 at 09:28:51AM -0800, K. Y. Srinivasan wrote:quoted
Some fixes to the vmbus driver: 1. Fix a memory leak in a failure path. 2. Make vmbus driver unloadable. 3. Get rid of an unnecessary check in hv_init() in preparation for supporting kexec(). 4. Make it possible to build the vmbus driver as part of the kernel. This patch was submitted earlier, but seems to have been lost.No, it was not lost, it was applied to my driver-core-next tree a while ago. Because of this, I had to hand-edit patch 2 above and skip patch 4 here.
Thanks Greg. I will check to see why I got some stale bits yesterday. Regards, K. Y