All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvmtool] update_headers.sh: Remove arm architecture
@ 2020-08-10 15:38 Alexandru Elisei
  2020-08-21 12:28 ` Will Deacon
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandru Elisei @ 2020-08-10 15:38 UTC (permalink / raw)
  To: kvm; +Cc: will, julien.thierry.kdev

KVM host support for the arm architecture was removed in commit
541ad0150ca4 ("arm: Remove 32bit KVM host support"). When trying to sync
KVM headers we get this error message:

$ util/update_headers.sh /path/to/linux
cp: cannot stat '/path/to/linux/arch/arm/include/uapi/asm/kvm.h': No such file or directory

Do not attempting to copy KVM headers for that architecture.

Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com>
---
 util/update_headers.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/update_headers.sh b/util/update_headers.sh
index bf87ef601019..049dfe4ef9d0 100755
--- a/util/update_headers.sh
+++ b/util/update_headers.sh
@@ -36,10 +36,9 @@ copy_optional_arch () {
 	fi
 }
 
-for arch in arm arm64 mips powerpc x86
+for arch in arm64 mips powerpc x86
 do
 	case "$arch" in
-		arm) KVMTOOL_PATH=arm/aarch32 ;;
 		arm64)	KVMTOOL_PATH=arm/aarch64
 			copy_optional_arch asm/sve_context.h ;;
 		*) KVMTOOL_PATH=$arch ;;
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH kvmtool] update_headers.sh: Remove arm architecture
  2020-08-10 15:38 [PATCH kvmtool] update_headers.sh: Remove arm architecture Alexandru Elisei
@ 2020-08-21 12:28 ` Will Deacon
  0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2020-08-21 12:28 UTC (permalink / raw)
  To: Alexandru Elisei, kvm
  Cc: catalin.marinas, kernel-team, Will Deacon, julien.thierry.kdev

On Mon, 10 Aug 2020 16:38:28 +0100, Alexandru Elisei wrote:
> KVM host support for the arm architecture was removed in commit
> 541ad0150ca4 ("arm: Remove 32bit KVM host support"). When trying to sync
> KVM headers we get this error message:
> 
> $ util/update_headers.sh /path/to/linux
> cp: cannot stat '/path/to/linux/arch/arm/include/uapi/asm/kvm.h': No such file or directory
> 
> [...]

Applied to kvmtool (master), thanks!

[1/1] update_headers.sh: Remove arm architecture
      https://git.kernel.org/will/kvmtool/c/90b2d3adadf2

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH kvmtool] update_headers.sh: Remove arm architecture
  2020-08-10 15:25 Alexandru Elisei
@ 2020-08-10 15:46 ` Alexandru Elisei
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandru Elisei @ 2020-08-10 15:46 UTC (permalink / raw)
  To: kvm; +Cc: will, julien.thierry.kdev, andre.przyware

Hi,

Please ignore this patch, I managed to misspell an email address. I sent the same
patch again, and unfortunately forgot to add RESEND to the commit subject.

Thanks,
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH kvmtool] update_headers.sh: Remove arm architecture
@ 2020-08-10 15:25 Alexandru Elisei
  2020-08-10 15:46 ` Alexandru Elisei
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandru Elisei @ 2020-08-10 15:25 UTC (permalink / raw)
  To: kvm; +Cc: will, julien.thierry.kdev, andre.przyware

KVM host support for the arm architecture was removed in commit
541ad0150ca4 ("arm: Remove 32bit KVM host support"). When trying to sync
KVM headers we get this error message:

$ util/update_headers.sh /path/to/linux
cp: cannot stat '/path/to/linux/arch/arm/include/uapi/asm/kvm.h': No such file or directory

Do not attempting to copy KVM headers for that architecture.

Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com>
---
 util/update_headers.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/util/update_headers.sh b/util/update_headers.sh
index bf87ef601019..049dfe4ef9d0 100755
--- a/util/update_headers.sh
+++ b/util/update_headers.sh
@@ -36,10 +36,9 @@ copy_optional_arch () {
 	fi
 }
 
-for arch in arm arm64 mips powerpc x86
+for arch in arm64 mips powerpc x86
 do
 	case "$arch" in
-		arm) KVMTOOL_PATH=arm/aarch32 ;;
 		arm64)	KVMTOOL_PATH=arm/aarch64
 			copy_optional_arch asm/sve_context.h ;;
 		*) KVMTOOL_PATH=$arch ;;
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-21 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 15:38 [PATCH kvmtool] update_headers.sh: Remove arm architecture Alexandru Elisei
2020-08-21 12:28 ` Will Deacon
  -- strict thread matches above, loose matches on Subject: below --
2020-08-10 15:25 Alexandru Elisei
2020-08-10 15:46 ` Alexandru Elisei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.