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:   Sat, 15 Jul 2023 14:39:43 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org
Subject: Re: [PATCH 1/2] kconfig: gconfig: drop the Show Debug Info help text

On Tue, Jul 11, 2023 at 1:29 PM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> The Show Debug Info option was removed eons ago. Now finish the job
> by removing the help text for it also.
>
> Fixes: 7b5d87215b38 ("gconfig: remove show_debug option")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Masahiro Yamada <masahiroy@...nel.org>
> Cc: linux-kbuild@...r.kernel.org
> ---


Both applied.
Thanks.


>  scripts/kconfig/gconf.c |    5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff -- a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
> --- a/scripts/kconfig/gconf.c
> +++ b/scripts/kconfig/gconf.c
> @@ -647,10 +647,7 @@ void on_introduction1_activate(GtkMenuIt
>             "Although there is no cross reference yet to help you figure out\n"
>             "what other options must be enabled to support the option you\n"
>             "are interested in, you can still view the help of a grayed-out\n"
> -           "option.\n"
> -           "\n"
> -           "Toggling Show Debug Info under the Options menu will show \n"
> -           "the dependencies, which you can then match by examining other options.";
> +           "option.";
>
>         dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd),
>                                         GTK_DIALOG_DESTROY_WITH_PARENT,



-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ