Re: [PATCH] tools: hv: Fix cross-compilation

2024-12-12 Thread Saurabh Singh Sengar
On Thu, Dec 12, 2024 at 11:06:16PM +, Wei Liu wrote: > On Thu, Dec 12, 2024 at 12:28:34AM -0800, Saurabh Sengar wrote: > > Use the native ARCH only incase it is not set, this will allow > > the cross complilation where ARCH is explicitly set. Add few > > info prints as well to know what arch an

Re: [PATCH] tools: hv: Fix cross-compilation

2024-12-12 Thread Wei Liu
On Thu, Dec 12, 2024 at 12:28:34AM -0800, Saurabh Sengar wrote: > Use the native ARCH only incase it is not set, this will allow > the cross complilation where ARCH is explicitly set. Add few > info prints as well to know what arch and toolchain is getting > used to build it. > > Additionally, sim

Re: [PATCH 2/3] Revert "Input: hyperv-keyboard - register as a wakeup source"

2024-12-12 Thread Erni Sri Satya Vennela
On Mon, Dec 09, 2024 at 09:16:23AM -0800, Saurabh Singh Sengar wrote: > On Fri, Nov 08, 2024 at 02:47:41AM -0800, Erni Sri Satya Vennela wrote: > > On Thu, Oct 17, 2024 at 06:44:38AM -0700, Erni Sri Satya Vennela wrote: > > > On Fri, Oct 04, 2024 at 01:14:10AM -0700, Dmitry Torokhov wrote: > > > >

[PATCH] tools: hv: Fix cross-compilation

2024-12-12 Thread Saurabh Sengar
Use the native ARCH only incase it is not set, this will allow the cross complilation where ARCH is explicitly set. Add few info prints as well to know what arch and toolchain is getting used to build it. Additionally, simplify the check for ARCH so that fcopy daemon is build only for x86_64. Fix

Re: kernel: fix hv tools build for arm64 when cross-built

2024-12-12 Thread Saurabh Singh Sengar
On Tue, Dec 10, 2024 at 07:07:37PM +, Wei Liu wrote: > On Tue, Dec 10, 2024 at 06:34:28PM +, Wei Liu wrote: > > On Mon, Dec 09, 2024 at 07:39:10PM -0800, Saurabh Singh Sengar wrote: > > > On Mon, Dec 09, 2024 at 06:46:42PM +, Wei Liu wrote: > > > > On Mon, Dec 09, 2024 at 12:30:35AM -08