The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] kconfig: fix an unselectable choice in MIPS again, and make sure it never happens
@ 2024-03-23  8:50 Masahiro Yamada
  2024-03-23  8:51 ` [PATCH 1/2] MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice Masahiro Yamada
  2024-03-23  8:51 ` [PATCH 2/2] kconfig: do not reparent the menu inside a choice block Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2024-03-23  8:50 UTC (permalink / raw)
  To: linux-kbuild
  Cc: linux-mips, linux-kernel, Masahiro Yamada, Thomas Bogendoerfer


The reason is already explained here:

https://lore.kernel.org/linux-kbuild/20240127162309.1026549-1-masahiroy@kernel.org/

Commit 5033ad566016 fixed the issue, but the MIPS maintainer
simultaneously applied commit 101bd58fde10, which introduced
another instance of the same mistake.

I will not ask him to pick up this any more.
That would take two development cycles until this choice structure
is banned. Meantime, MIPS would introduce yet another mistake.

I will apply both to my tree.

The second patch makes it an error to stop this whack-a-mole game.



Masahiro Yamada (2):
  MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type"
    choice
  kconfig: do not reparent the menu inside a choice block

 arch/mips/Kconfig        | 18 +++++++++---------
 scripts/kconfig/conf.c   |  5 -----
 scripts/kconfig/lkc.h    |  2 +-
 scripts/kconfig/menu.c   | 22 ++++++++++++++++------
 scripts/kconfig/parser.y |  2 +-
 5 files changed, 27 insertions(+), 22 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-23  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-23  8:50 [PATCH 0/2] kconfig: fix an unselectable choice in MIPS again, and make sure it never happens Masahiro Yamada
2024-03-23  8:51 ` [PATCH 1/2] MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choice Masahiro Yamada
2024-03-23  8:51 ` [PATCH 2/2] kconfig: do not reparent the menu inside a choice block Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox