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]
Date:   Fri, 28 Aug 2020 18:06:42 +0800
From:   Greentime Hu <green.hu@...il.com>
To:     Geert Uytterhoeven <geert+renesas@...der.be>
Cc:     Nick Hu <nickhu@...estech.com>, Vincent Chen <deanbo422@...il.com>,
        Arnd Bergmann <arnd@...db.de>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] nds32: Fix bogus reference to <asm/procinfo.h>

Geert Uytterhoeven <geert+renesas@...der.be> 於 2020年8月27日 週四 下午9:24寫道:
>
> Andestech(nds32) never had <asm/procinfo.h>.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
>  arch/nds32/kernel/setup.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/nds32/kernel/setup.c b/arch/nds32/kernel/setup.c
> index a066efbe53c0c098..3671129e205852b7 100644
> --- a/arch/nds32/kernel/setup.c
> +++ b/arch/nds32/kernel/setup.c
> @@ -52,7 +52,7 @@ EXPORT_SYMBOL(elf_hwcap);
>
>  /*
>   * The following string table, must sync with HWCAP_xx bitmask,
> - * which is defined in <asm/procinfo.h>
> + * which is defined above
>   */
>  static const char *hwcap_str[] = {
>         "mfusr_pc",

Thank you, Geert.
Acked-by: Greentime Hu <green.hu@...il.com>
I'll put it in the next branch.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ