Re: [PATCH v2] HID: hyperv: streamline driver probe to avoid devres issues

2024-11-12 Thread Vitaly Kuznetsov
Saurabh Singh Sengar writes: > On Mon, Nov 11, 2024 at 04:50:24PM +, Michael Kelley wrote: >> From: Vitaly Kuznetsov Sent: Monday, November 11, 2024 >> 5:13 AM >> > >> > It was found that unloading 'hid_hyperv' module results in a devres >> > complaint: >> > >> > ... >> > hv_vmbus: unre

Re: [PATCH v2] HID: hyperv: streamline driver probe to avoid devres issues

2024-11-12 Thread Jiri Kosina
On Tue, 12 Nov 2024, Vitaly Kuznetsov wrote: > >> Reviewed-by: Michael Kelley > > > > Tested V2 as well, please feel free to add, > > Tested-by: Saurabh Sengar > > Thank you! Applied to hid.git, thanks! -- Jiri Kosina SUSE Labs

Re: [PATCH v2] HID: hyperv: streamline driver probe to avoid devres issues

2024-11-11 Thread Saurabh Singh Sengar
On Mon, Nov 11, 2024 at 04:50:24PM +, Michael Kelley wrote: > From: Vitaly Kuznetsov Sent: Monday, November 11, 2024 > 5:13 AM > > > > It was found that unloading 'hid_hyperv' module results in a devres > > complaint: > > > > ... > > hv_vmbus: unregistering driver hid_hyperv > >

RE: [PATCH v2] HID: hyperv: streamline driver probe to avoid devres issues

2024-11-11 Thread Michael Kelley
From: Vitaly Kuznetsov Sent: Monday, November 11, 2024 5:13 AM > > It was found that unloading 'hid_hyperv' module results in a devres > complaint: > > ... > hv_vmbus: unregistering driver hid_hyperv > [ cut here ] > WARNING: CPU: 2 PID: 3983 at drivers/base/devres.c

[PATCH v2] HID: hyperv: streamline driver probe to avoid devres issues

2024-11-11 Thread Vitaly Kuznetsov
It was found that unloading 'hid_hyperv' module results in a devres complaint: ... hv_vmbus: unregistering driver hid_hyperv [ cut here ] WARNING: CPU: 2 PID: 3983 at drivers/base/devres.c:691 devres_release_group+0x1f2/0x2c0 ... Call Trace: ? devres_release_gro