Re: [PATCH v3 5/5] hyperv: Remove the now unused hyperv-tlfs.h files

2024-12-05 Thread Easwar Hariharan
On 11/25/2024 3:24 PM, Nuno Das Neves wrote: > Remove all hyperv-tlfs.h files. These are no longer included > anywhere. hyperv/hvhdk.h serves the same role, but with an easier > path for adding new definitions. > > Remove the relevant lines in MAINTAINERS. > > Signed-off-by: Nuno Das Neves > ---

Re: [PATCH v3 4/5] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h

2024-12-05 Thread Easwar Hariharan
On 11/25/2024 3:24 PM, Nuno Das Neves wrote: > Switch to using hvhdk.h everywhere in the kernel. This header > includes all the new Hyper-V headers in include/hyperv, which form a > superset of the definitions found in hyperv-tlfs.h. > > This makes it easier to add new Hyper-V interfaces without b

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

2024-12-05 Thread Easwar Hariharan
On 11/25/2024 3:24 PM, 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 > the root partition (aka Dom0). > > These files are derived from headers exported from Hyper-V, rather than >

RE: [PATCH 4/5] scsi: storvsc: Don't assume cpu_possible_mask is dense

2024-12-05 Thread Michael Kelley
From: mhkelle...@gmail.com Sent: Wednesday, October 2, 2024 8:54 PM > > Current code allocates the stor_chns array with size num_possible_cpus(). > This code assumes cpu_possible_mask is dense, which is not true in > the general case per [1]. If cpu_possible_mask is sparse, the array > might be

RE: [PATCH v2 0/2] Drivers: hv: util: Two fixes in util_probe()

2024-12-05 Thread Michael Kelley
From: mhkelle...@gmail.com Sent: Wednesday, November 6, 2024 7:43 AM > > Patch 1 fixes util_probe() to not force the error return value to > ENODEV when the util_init function fails -- just return the error > code from util_init so the real error code is displayed in messages. > > Patch 2 fixes

RE: [PATCH v3 2/2] Drivers: hv: vmbus: Log on missing offers if any

2024-12-05 Thread Michael Kelley
From: Naman Jain Sent: Wednesday, November 13, 2024 12:47 AM > > From: John Starks > > When resuming from hibernation, log any channels that were present > before hibernation but now are gone. > In general, the boot-time devices configured for a resuming VM should be > the same as the devices

RE: [PATCH v3 1/2] Drivers: hv: vmbus: Wait for boot-time offers during boot and resume

2024-12-05 Thread Michael Kelley
From: Naman Jain Sent: Wednesday, November 13, 2024 12:47 AM > > Channel offers are requested during VMBus initialization and resume from > hibernation. Add support to wait for all boot-time channel offers to > be delivered and processed before returning from vmbus_request_offers. > > This is i

Re: [PATCH net] net :mana :Request a V2 response version for MANA_QUERY_GF_STAT

2024-12-05 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Tue, 3 Dec 2024 21:48:20 -0800 you wrote: > The current requested response version(V1) for MANA_QUERY_GF_STAT query > results in STATISTICS_FLAGS_TX_ERRORS_GDMA_ERROR value being set to > 0 always. > In order to get the c