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] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNATCvTYNgqYskC3eWG52M6_07rDLZXXJefJ5AtngWXxQ6g@mail.gmail.com>
Date: Mon, 30 Jun 2025 14:42:08 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 43/66] kconfig: gconf: preserve menu selection when
 switching view mode

On Wed, Jun 25, 2025 at 12:08 AM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> Preserve the current menu selection when switching to a different view
> mode, as it improves usability.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---

There is a corner case where this does not work in Split view.
One example is a top-level symbol, such as CONFIG_64BIT.

For x86, CONFIG_64BIT is located at the top-level,
and it does not belong to any menu.

This works in Single and Full views.

[1] Choose Full view  (default)
[2] Select "64-bit kernel"
[3] Choose Single view and Full view back-and-forth
[4] "64-bit kernel" is still selected


However, this does not work in Split View:
[1] Choose Full view  (default)
[2] Select "64-bit kernel"
[3] Choose Split view
[4] "64-bit kernel" is not selected


The Split view never works in a consistent way.
I will consider whether I should fix such a corner case or not.





-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ