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: <CAAhV-H7d5CQW2nPeUQNG4Y3RJRAF-AePWKLyOrEAa105muUOAw@mail.gmail.com>
Date: Sat, 26 Apr 2025 18:09:34 +0800
From: Huacai Chen <chenhuacai@...nel.org>
To: WangYuli <wangyuli@...ontech.com>
Cc: kernel@...0n.name, loongarch@...ts.linux.dev, linux-kernel@...r.kernel.org, 
	jiaxun.yang@...goat.com, liuyun@...ngson.cn, chenhuacai@...ngson.cn, 
	zhanjun@...ontech.com, niecheng1@...ontech.com, guanwentao@...ontech.com, 
	Erpeng Xu <xuerpeng@...ontech.com>
Subject: Re: [PATCH] LoongArch: Select ARCH_USE_MEMTEST

Applied, thanks.

Huacai

On Thu, Apr 17, 2025 at 4:08 PM WangYuli <wangyuli@...ontech.com> wrote:
>
> As of commit dce44566192e ("mm/memtest: add ARCH_USE_MEMTEST"),
> architectures must select ARCH_USE_MEMTESET to enable CONFIG_MEMTEST.
>
> Commit 628c3bb40e9a ("LoongArch: Add boot and setup routines") added
> support for early_memtest but did not select ARCH_USE_MEMTESET.
>
> Fixes: 628c3bb40e9a ("LoongArch: Add boot and setup routines")
> Tested-by: Erpeng Xu <xuerpeng@...ontech.com>
> Tested-by: Yuli Wang <wangyuli@...ontech.com>
> Signed-off-by: Yuli Wang <wangyuli@...ontech.com>
> ---
>  arch/loongarch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig
> index 54ed5b59a690..1ce9b8f5fd03 100644
> --- a/arch/loongarch/Kconfig
> +++ b/arch/loongarch/Kconfig
> @@ -74,6 +74,7 @@ config LOONGARCH
>         select ARCH_SUPPORTS_RT
>         select ARCH_USE_BUILTIN_BSWAP
>         select ARCH_USE_CMPXCHG_LOCKREF
> +       select ARCH_USE_MEMTEST
>         select ARCH_USE_QUEUED_RWLOCKS
>         select ARCH_USE_QUEUED_SPINLOCKS
>         select ARCH_WANT_DEFAULT_BPF_JIT
> --
> 2.49.0
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ