lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABVgOS=0b167BRd-gLO4m+yUxjcB0mLjV=7OBMcck-UrmJhiqA@mail.gmail.com>
Date: Wed, 16 Apr 2025 17:38:09 +0800
From: David Gow <davidgow@...gle.com>
To: Thomas Weißschuh <thomas.weissschuh@...utronix.de>
Cc: Brendan Higgins <brendan.higgins@...ux.dev>, Rae Moar <rmoar@...gle.com>, 
	linux-kselftest@...r.kernel.org, kunit-dev@...glegroups.com, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] kunit: qemu_configs: Add 64-bit SPARC configuration

On Tue, 15 Apr 2025 at 21:38, Thomas Weißschuh
<thomas.weissschuh@...utronix.de> wrote:
>
> Add a basic config to run kunit tests on 64-bit SPARC.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@...utronix.de>
> ---

Thanks!

Reviewed-by: David Gow <davidgow@...gle.com>

Cheers,
-- David


>  tools/testing/kunit/qemu_configs/sparc64.py | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/tools/testing/kunit/qemu_configs/sparc64.py b/tools/testing/kunit/qemu_configs/sparc64.py
> new file mode 100644
> index 0000000000000000000000000000000000000000..53d4e5a8c972b96efc72f6b69fe83463499ef847
> --- /dev/null
> +++ b/tools/testing/kunit/qemu_configs/sparc64.py
> @@ -0,0 +1,16 @@
> +# SPDX-License-Identifier: GPL-2.0
> +
> +from ..qemu_config import QemuArchParams
> +
> +QEMU_ARCH = QemuArchParams(linux_arch='sparc',
> +                          kconfig='''
> +CONFIG_64BIT=y
> +CONFIG_SPARC64=y
> +CONFIG_PCI=y
> +CONFIG_SERIAL_SUNSU=y
> +CONFIG_SERIAL_SUNSU_CONSOLE=y
> +''',
> +                          qemu_arch='sparc64',
> +                          kernel_path='arch/sparc/boot/image',
> +                          kernel_command_line='console=ttyS0 kunit_shutdown=poweroff',
> +                          extra_qemu_params=[])
>
> --
> 2.49.0
>

Download attachment "smime.p7s" of type "application/pkcs7-signature" (5281 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ