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

2024-11-11 Thread Michael Kelley
From: Vitaly Kuznetsov Sent: Monday, November 11, 2024 5:01 AM > > Michael Kelley writes: > > > From: Michael Kelley Sent: Wednesday, November 6, 2024 10:36 AM > >> From: Vitaly Kuznetsov Sent: Tuesday, November 5, > >> 2024 9:45 AM [snip] > >> > >> The alternative is to keep the "struct h

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

2024-11-11 Thread Vitaly Kuznetsov
Michael Kelley writes: > From: Michael Kelley Sent: Wednesday, November 6, 2024 10:36 AM >> From: Vitaly Kuznetsov Sent: Tuesday, November 5, 2024 >> 9:45 AM >> > >> > Saurabh Singh Sengar writes: >> > >> > > On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: >> > >> It was found

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

2024-11-07 Thread Vitaly Kuznetsov
Michael Kelley writes: > From: Michael Kelley Sent: Wednesday, November 6, 2024 10:36 AM >> From: Vitaly Kuznetsov Sent: Tuesday, November 5, 2024 >> 9:45 AM >> > >> > Saurabh Singh Sengar writes: >> > >> > > On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: >> > >> It was found

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

2024-11-07 Thread Vitaly Kuznetsov
Michael Kelley writes: > From: Vitaly Kuznetsov Sent: Tuesday, November 5, 2024 > 9:45 AM >> >> Saurabh Singh Sengar writes: >> >> > On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: >> >> It was found that unloading 'hid_hyperv' module results in a devres >> >> complaint: >>

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

2024-11-06 Thread Michael Kelley
From: Michael Kelley Sent: Wednesday, November 6, 2024 10:36 AM > From: Vitaly Kuznetsov Sent: Tuesday, November 5, 2024 > 9:45 AM > > > > Saurabh Singh Sengar writes: > > > > > On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: > > >> It was found that unloading 'hid_hyperv' modul

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

2024-11-06 Thread Michael Kelley
From: Vitaly Kuznetsov Sent: Tuesday, November 5, 2024 9:45 AM > > Saurabh Singh Sengar writes: > > > On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: > >> It was found that unloading 'hid_hyperv' module results in a devres > >> complaint: > >> > >> ... > >> hv_vmbus: unregi

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

2024-11-05 Thread Vitaly Kuznetsov
Saurabh Singh Sengar writes: > On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: >> It was found that unloading 'hid_hyperv' module results in a devres >> complaint: >> >> ... >> hv_vmbus: unregistering driver hid_hyperv >> [ cut here ] >> WARNING: CPU

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

2024-11-05 Thread Saurabh Singh Sengar
On Mon, Nov 04, 2024 at 05:48:24PM +0100, Vitaly Kuznetsov wrote: > 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:6

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

2024-11-04 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