Re: [GIT PULL] Hyper-V commits for 6.9

2024-03-22 Thread Wei Liu
On Fri, Mar 22, 2024 at 04:42:50PM -0700, Linus Torvalds wrote: > On Fri, 22 Mar 2024 at 16:25, Wei Liu wrote: > > > > Hmm... I thought I refreshed it right before the expiration date. I > > pushed it to Ubuntu's keyserver. > > Ok, I can find it there. > > > I will check if something's wrong. >

Re: [GIT PULL] Hyper-V commits for 6.9

2024-03-22 Thread Linus Torvalds
On Fri, 22 Mar 2024 at 16:25, Wei Liu wrote: > > Hmm... I thought I refreshed it right before the expiration date. I > pushed it to Ubuntu's keyserver. Ok, I can find it there. > I will check if something's wrong. > > Do you have a keyserver that you prefer? The problem with keyservers is that

Re: [PATCH v3] mshyperv: Introduce hv_numa_node_to_pxm_info()

2024-03-22 Thread Wei Liu
On Fri, Mar 22, 2024 at 02:10:26PM -0700, Nuno Das Neves wrote: > Factor out logic for converting numa node to hv_proximity_domain_info > into a helper function. > > Change hv_proximity_domain_info to a struct to improve readability. > > While at it, rename hv_add_logical_processor_* structs to t

Re: [PATCH] x86/hyperv: Cosmetic changes for hv_apic.c

2024-03-22 Thread Wei Liu
On Thu, Mar 21, 2024 at 01:22:05AM -0700, Erni Sri Satya Vennela wrote: > Fix issues reported by checkpatch.pl script for hv_apic.c file > - Alignment should match open parenthesis > - Remove unnecessary parenthesis > > No functional changes intended. > > Signed-off-by: Erni Sri Satya Vennela A

Re: [PATCH] hv: vmbus: Convert sprintf() family to sysfs_emit() family

2024-03-22 Thread Wei Liu
Hi Zhijian, On Tue, Mar 19, 2024 at 11:43:50AM +0800, Li Zhijian wrote: > Per filesystems/sysfs.rst, show() should only use sysfs_emit() > or sysfs_emit_at() when formatting the value to be returned to user space. > > coccinelle complains that there are still a couple of functions that use > snpr

Re: [GIT PULL] Hyper-V commits for 6.9

2024-03-22 Thread Wei Liu
On Thu, Mar 21, 2024 at 10:06:53AM -0700, Linus Torvalds wrote: > On Wed, 20 Mar 2024 at 21:09, Wei Liu wrote: > > > > ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git > > tags/hyperv-next-signed-20240320 > > Pulled, but... > > Your pgp key expired two weeks ago. Pleas

[PATCH v3] mshyperv: Introduce hv_numa_node_to_pxm_info()

2024-03-22 Thread Nuno Das Neves
Factor out logic for converting numa node to hv_proximity_domain_info into a helper function. Change hv_proximity_domain_info to a struct to improve readability. While at it, rename hv_add_logical_processor_* structs to the correct hv_input_/hv_output_ prefix, and remove the flags field which is

Re: [PATCH v5] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format

2024-03-22 Thread Ani Sinha
> On 22 Mar 2024, at 19:16, Shradha Gupta > wrote: > > If the network configuration strings are passed as a combination of IPv4 > and IPv6 addresses, the current KVP daemon does not handle processing for > the keyfile configuration format. > With these changes, the keyfile config generation l

[PATCH v5] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format

2024-03-22 Thread Shradha Gupta
If the network configuration strings are passed as a combination of IPv4 and IPv6 addresses, the current KVP daemon does not handle processing for the keyfile configuration format. With these changes, the keyfile config generation logic scans through the list twice to generate IPv4 and IPv6 section