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:   Sun, 10 May 2020 16:51:42 +0900
From:   Masami Hiramatsu <mhiramat@...nel.org>
To:     Shaokun Zhang <zhangshaokun@...ilicon.com>
Cc:     <linux-kernel@...r.kernel.org>, Jiri Kosina <trivial@...nel.org>,
        Steven Rostedt <rostedt@...dmis.org>,
        Masami Hiramatsu <mhiramat@...nel.org>
Subject: Re: [PATCH trivial] bootconfig: Fixup one typo

On Sat, 9 May 2020 16:33:55 +0800
Shaokun Zhang <zhangshaokun@...ilicon.com> wrote:

> Fix up one typo: CONFIG_BOOTCONFIG -> CONFIG_BOOT_CONFIG
> 
> Cc: Jiri Kosina <trivial@...nel.org>
> Cc: Steven Rostedt <rostedt@...dmis.org>
> Cc: Masami Hiramatsu <mhiramat@...nel.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun@...ilicon.com>

Good catch! Thanks!

Acked-by: Masami Hiramatsu <mhiramat@...nel.org>

> ---
>  init/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/init/main.c b/init/main.c
> index 1a5da2c2660c..8369ba173ad8 100644
> --- a/init/main.c
> +++ b/init/main.c
> @@ -460,7 +460,7 @@ static void __init setup_boot_config(const char *cmdline)
>  
>  static int __init warn_bootconfig(char *str)
>  {
> -	pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOTCONFIG is not set.\n");
> +	pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOT_CONFIG is not set.\n");
>  	return 0;
>  }
>  early_param("bootconfig", warn_bootconfig);
> -- 
> 2.7.4
> 


-- 
Masami Hiramatsu <mhiramat@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ