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

2024-03-21 Thread Erni Sri Satya Vennela
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 --- I'm resending this patch because I have missed some email aliases in my previous mai

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

2024-03-21 Thread Saurabh Singh Sengar
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 >

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

2024-03-21 Thread Ani Sinha
On Thu, 21 Mar 2024, Ani Sinha wrote: > > > > On 21 Mar 2024, at 09:25, Ani Sinha wrote: > > > > > > > >> On 20 Mar 2024, at 16:47, Shradha Gupta > >> wrote: > >> > >> If the network configuration strings are passed as a combination of IPv4 > >> and IPv6 addresses, the current KVP daemon does

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

2024-03-21 Thread Shradha Gupta
On Thu, Mar 21, 2024 at 05:36:05PM +0530, Ani Sinha wrote: > > > On Thu, 21 Mar 2024, Ani Sinha wrote: > > > > > > > > On 21 Mar 2024, at 09:25, Ani Sinha wrote: > > > > > > > > > > > >> On 20 Mar 2024, at 16:47, Shradha Gupta > > >> wrote: > > >> > > >> If the network configuration strings a

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

2024-03-21 Thread Ani Sinha
> On 21 Mar 2024, at 18:40, Shradha Gupta > wrote: > > On Thu, Mar 21, 2024 at 05:36:05PM +0530, Ani Sinha wrote: >> >> >> On Thu, 21 Mar 2024, Ani Sinha wrote: >> >>> >>> On 21 Mar 2024, at 09:25, Ani Sinha wrote: > On 20 Mar 2024, at 16:47, Shradha Gupta >>

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

2024-03-21 Thread Shradha Gupta
On Thu, Mar 21, 2024 at 08:29:58PM +0530, Ani Sinha wrote: > > > > On 21 Mar 2024, at 18:40, Shradha Gupta > > wrote: > > > > On Thu, Mar 21, 2024 at 05:36:05PM +0530, Ani Sinha wrote: > >> > >> > >> On Thu, 21 Mar 2024, Ani Sinha wrote: > >> > >>> > >>> > On 21 Mar 2024, at 09:25, A

RE: [PATCH v2 5/7] tools: hv: Add new fcopy application based on uio driver

2024-03-21 Thread Long Li
> Subject: [PATCH v2 5/7] tools: hv: Add new fcopy application based on uio > driver > > New fcopy application using uio_hv_generic driver. This application copies > file > from Hyper-V host to guest VM. > > A big part of this code is copied from tools/hv/hv_fcopy_daemon.c which this > new > a

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

2024-03-21 Thread Linus Torvalds
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. Please extend the expiration date (and not something small!) and make sure to refresh

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

2024-03-21 Thread pr-tracker-bot
The pull request you sent on Thu, 21 Mar 2024 04:09:09 +: > ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git > tags/hyperv-next-signed-20240320 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/cfce216e1439d67a52a4b4c709299f6555946c33 Thank y

Re: [PATCH v2 5/7] tools: hv: Add new fcopy application based on uio driver

2024-03-21 Thread Saurabh Singh Sengar
On Thu, Mar 21, 2024 at 04:42:44PM +, Long Li wrote: > > Subject: [PATCH v2 5/7] tools: hv: Add new fcopy application based on uio > > driver > > > > New fcopy application using uio_hv_generic driver. This application copies > > file > > from Hyper-V host to guest VM. > > > > A big part of