mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] selftests/nolibc: use qemu-system-ppc64 for ppc64le
@ 2023-10-08 12:34 Thomas Weißschuh
  2023-10-11  3:24 ` Willy Tarreau
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Weißschuh @ 2023-10-08 12:34 UTC (permalink / raw)
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kselftest, linux-kernel, Zhangjin Wu, Thomas Weißschuh

qemu-system-ppc64 can handle both big and little endian kernels.

While some setups, like Debian, provide a symlink to execute
qemu-system-ppc64 as qemu-system-ppc64le, others, like ArchLinux, do not.

So always use qemu-system-ppc64 directly.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
 tools/testing/selftests/nolibc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/nolibc/Makefile b/tools/testing/selftests/nolibc/Makefile
index 891aa396163d..af60e07d3c12 100644
--- a/tools/testing/selftests/nolibc/Makefile
+++ b/tools/testing/selftests/nolibc/Makefile
@@ -82,7 +82,7 @@ QEMU_ARCH_arm        = arm
 QEMU_ARCH_mips       = mipsel  # works with malta_defconfig
 QEMU_ARCH_ppc        = ppc
 QEMU_ARCH_ppc64      = ppc64
-QEMU_ARCH_ppc64le    = ppc64le
+QEMU_ARCH_ppc64le    = ppc64
 QEMU_ARCH_riscv      = riscv64
 QEMU_ARCH_s390       = s390x
 QEMU_ARCH_loongarch  = loongarch64

---
base-commit: 361fbc295e965a3c7f606d281e6107e098d33730
change-id: 20231008-nolibc-qemu-ppc64-07b4f74043a6

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


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

* Re: [PATCH] selftests/nolibc: use qemu-system-ppc64 for ppc64le
  2023-10-08 12:34 [PATCH] selftests/nolibc: use qemu-system-ppc64 for ppc64le Thomas Weißschuh
@ 2023-10-11  3:24 ` Willy Tarreau
  0 siblings, 0 replies; 2+ messages in thread
From: Willy Tarreau @ 2023-10-11  3:24 UTC (permalink / raw)
  To: Thomas Weißschuh
  Cc: Shuah Khan, linux-kselftest, linux-kernel, Zhangjin Wu

Hi Thomas,

On Sun, Oct 08, 2023 at 02:34:01PM +0200, Thomas Weißschuh wrote:
> qemu-system-ppc64 can handle both big and little endian kernels.
> 
> While some setups, like Debian, provide a symlink to execute
> qemu-system-ppc64 as qemu-system-ppc64le, others, like ArchLinux, do not.
> 
> So always use qemu-system-ppc64 directly.
> 
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

Sorry, I missed this one. Of course: Acked-by: Willy Tarreau <w@1wt.eu>

Thanks,
Willy

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

end of thread, other threads:[~2023-10-11  3:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08 12:34 [PATCH] selftests/nolibc: use qemu-system-ppc64 for ppc64le Thomas Weißschuh
2023-10-11  3:24 ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®