> -----Original Message----- > From: Dexuan Cui <de...@microsoft.com> > Sent: Monday, August 19, 2019 7:57 PM > To: ji...@kernel.org; benjamin.tissoi...@redhat.com; > linux-in...@vger.kernel.org; linux-hyp...@vger.kernel.org; Stephen > Hemminger <sthem...@microsoft.com>; Sasha Levin > <alexander.le...@microsoft.com>; sas...@kernel.org; Haiyang Zhang > <haiya...@microsoft.com>; KY Srinivasan <k...@microsoft.com>; Michael > Kelley <mikel...@microsoft.com> > Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; Dexuan Cui > <de...@microsoft.com> > Subject: [PATCH] HID: hyperv: Use in-place iterator API in the channel > callback > > Simplify the ring buffer handling with the in-place API. > > Also avoid the dynamic allocation and the memory leak in the channel > callback function. > > Signed-off-by: Dexuan Cui <de...@microsoft.com> > --- > > Hi Jiri, Benjamin, can this patch go through Sasha's hyperv tree: > https://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git > > This is a purely Hyper-V specific change.
Hi Jiri, Benjamin, Are you OK if this patch for the Hyper-V HID driver goes through the Hyper-V tree maintained by Sasha Levin? It's a purely Hyper-V change, and I have been using the patch for several months and there is no regression. Thanks, -- Dexuan