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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMRc=Me5h-Fk2sNYpCc+y5Q9FjBC=z1m4raZ4JHF5_C_hKiCnw@mail.gmail.com>
Date: Wed, 8 Oct 2025 02:18:12 -0500
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] pinctrl: Demote subsystem banner message

On Tue, 7 Oct 2025 15:18:50 +0200, Linus Walleij
<linus.walleij@...aro.org> said:
> There is no reason to print any "hello world" from pin control
> unless (maybe) if we are debugging.
>
> Drop the banner.
>
> Signed-off-by: Linus Walleij <linus.walleij@...aro.org>
> ---
>  drivers/pinctrl/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c
> index c5dbf4e9db84424ae9ceb90ed3681341654d1871..157510157d47aad96b459abf68cc0e4eed957f2d 100644
> --- a/drivers/pinctrl/core.c
> +++ b/drivers/pinctrl/core.c
> @@ -2416,7 +2416,7 @@ EXPORT_SYMBOL_GPL(devm_pinctrl_unregister);
>
>  static int __init pinctrl_init(void)
>  {
> -	pr_info("initialized pinctrl subsystem\n");
> +	pr_debug("initialized pinctrl subsystem\n");
>  	pinctrl_init_debugfs();
>  	return 0;
>  }
>
> ---
> base-commit: c746c3b5169831d7fb032a1051d8b45592ae8d78
> change-id: 20251007-pinctrl-drop-advert-d1150d425942
>
> Best regards,
> --
> Linus Walleij <linus.walleij@...aro.org>
>
>
>

Good idea!

Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ