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: <mhng-8685d7c9-0e74-42dd-9ce9-8b369e1c41c4@palmerdabbelt-glaptop>
Date:   Sun, 03 Oct 2021 10:10:07 -0700 (PDT)
From:   Palmer Dabbelt <palmer@...belt.com>
To:     vgupta@...nel.org
CC:     Paul Walmsley <paul.walmsley@...ive.com>, aou@...s.berkeley.edu,
        Anup Patel <Anup.Patel@....com>,
        Atish Patra <Atish.Patra@....com>, bin.meng@...driver.com,
        sagar.kadam@...ive.com, linux-riscv@...ts.infradead.org,
        linux-kernel@...r.kernel.org, vgupta@...nel.org
Subject:     Re: [PATCH] riscv: config: enable default defconfig to boot Hifive Unmatched

On Tue, 07 Sep 2021 16:53:15 PDT (-0700), vgupta@...nel.org wrote:
> We need just a few options related to NLS when mouting boot partition
> for Unmatched to boot off of mainline kernels.
>
> Signed-off-by: Vineet Gupta <vgupta@...nel.org>
> ---
>  arch/riscv/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
> index 1f2be234b11c..fc9a4e0a9500 100644
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -108,6 +108,8 @@ CONFIG_NFS_V4_1=y
>  CONFIG_NFS_V4_2=y
>  CONFIG_ROOT_NFS=y
>  CONFIG_9P_FS=y
> +CONFIG_NLS_CODEPAGE_437=y
> +CONFIG_NLS_ISO8859_1=y
>  CONFIG_CRYPTO_USER_API_HASH=y
>  CONFIG_CRYPTO_DEV_VIRTIO=y
>  CONFIG_PRINTK_TIME=y

Thanks, but it looks like someone else already sent these same config 
enables.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ