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 2/2] Drivers: hv: vmbus: Log on missing offers

2024-11-11 Thread Michael Kelley
From: Naman Jain Sent: Sunday, November 10, 2024 9:44 PM > > On 11/7/2024 11:14 AM, Naman Jain wrote: > > > > On 11/1/2024 12:44 AM, Michael Kelley wrote: > >> From: Naman Jain Sent: Tuesday, October 29, > >> 2024 1:02 AM > >>> [snip] > >>> @@ -2494,6 +2495,22 @@ static int vmbus_bus_resume(

RE: [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-11 Thread Michael Kelley
From: MUKESH RATHOR Sent: Monday, November 11, 2024 3:11 PM > > On 11/11/24 13:28, Michael Kelley wrote: > > From: MUKESH RATHOR Sent: Monday, November > 11, 2024 10:53 AM > >> > >> On 11/10/24 20:12, Michael Kelley wrote: > >> > From: Nuno Das Neves Sent: > >> Thursday, November 7, 20

Re: [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-11 Thread MUKESH RATHOR
On 11/11/24 13:28, Michael Kelley wrote: > From: MUKESH RATHOR Sent: Monday, November 11, 2024 10:53 AM >> >> On 11/10/24 20:12, Michael Kelley wrote: >> > From: Nuno Das Neves Sent: >> Thursday, November 7, 2024 2:32 PM >> >> >> >> To support Hyper-V Dom0 (aka Linux as root partit

RE: [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-11 Thread Michael Kelley
From: MUKESH RATHOR Sent: Monday, November 11, 2024 10:53 AM > > On 11/10/24 20:12, Michael Kelley wrote: > > From: Nuno Das Neves Sent: > Thursday, November 7, 2024 2:32 PM > >> > >> To support Hyper-V Dom0 (aka Linux as root partition), many new > >> definitions are required. > > > > Us

RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-11 Thread Michael Kelley
From: Nuno Das Neves Sent: Monday, November 11, 2024 10:00 AM > > On 11/10/2024 8:12 PM, Michael Kelley wrote: > > From: Nuno Das Neves Sent: Thursday, > > November 7, 2024 2:32 PM > >> > >> To support Hyper-V Dom0 (aka Linux as root partition), many new > >> definitions are required. > > > >

RE: [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv

2024-11-11 Thread Michael Kelley
From: Nuno Das Neves Sent: Monday, November 11, 2024 10:45 AM > > On 11/10/2024 8:13 PM, Michael Kelley wrote: > > From: Nuno Das Neves Sent: Thursday, > November 7, 2024 2:32 PM > >> > >> These headers contain definitions for regular Hyper-V guests (as in > >> hyperv-tlfs.h), as well as interf

Re: [EXTERNAL] RE: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-11 Thread MUKESH RATHOR
On 11/10/24 20:12, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, November 7, 2024 2:32 PM >> >> To support Hyper-V Dom0 (aka Linux as root partition), many new >> definitions are required. > > Using "dom0" terminology here and in the Subject: line is likely to > be confusi

Re: [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv

2024-11-11 Thread Nuno Das Neves
On 11/10/2024 8:13 PM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, > November 7, 2024 2:32 PM >> >> These headers contain definitions for regular Hyper-V guests (as in >> hyperv-tlfs.h), as well as interfaces for more privileged guests like >> Dom0. > > See my comment on Patch 0

Re: [PATCH v2 0/4] Add new headers for Hyper-V Dom0

2024-11-11 Thread Nuno Das Neves
On 11/10/2024 8:12 PM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Thursday, > November 7, 2024 2:32 PM >> >> To support Hyper-V Dom0 (aka Linux as root partition), many new >> definitions are required. > > Using "dom0" terminology here and in the Subject: line is likely to > be confusing

Re: [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv

2024-11-11 Thread Nuno Das Neves
On 11/7/2024 9:59 PM, Naman Jain wrote: > > > On 11/8/2024 4:02 AM, Nuno Das Neves wrote: >> These headers contain definitions for regular Hyper-V guests (as in >> hyperv-tlfs.h), as well as interfaces for more privileged guests like >> Dom0. >> >> These files are derived from headers exported fr

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

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

[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

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