mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] kconfig: error on reverse range
@ 2026-09-22 16:37 Julian Braha
  2026-09-22 16:37 ` [PATCH 1/2] kconfig: add prop_err function to simplify property error handling Julian Braha
  2026-09-22 16:37 ` [PATCH 2/2] kconfig: error on reverse range Julian Braha
  0 siblings, 2 replies; 7+ messages in thread
From: Julian Braha @ 2026-09-22 16:37 UTC (permalink / raw)
  To: nathan, nsc
  Cc: n.schier, grahamr, rdunlap, nico, linux-kbuild, linux-kernel,
	Julian Braha

This series adds more input validation to Kconfig, specifically checking
that ranges for numeric options are properly ordered. This check was
originally introduced as part of kconfirm [1], but there are no findings
for this across the tree, so the check can be added directly into Kconfig.

Patch 1/2 adds a prop_err() function to match the existing prop_warn(),
which is then used in patch 2/2 where the check is introduced.

[1] https://lore.kernel.org/all/20260904220559.GB2787252@ax162/
---
Julian Braha (2):
  kconfig: add prop_err function to simplify property error handling
  kconfig: error on reverse range

 scripts/kconfig/menu.c                        | 45 +++++++---
 .../tests/err_num_bounds/expected_stderr      | 20 ++---
 .../tests/err_num_mismatch/expected_stderr    |  8 +-
 .../err_num_non_numeric_ref/expected_stderr   | 32 +++----
 .../tests/err_num_reverse_range/Kconfig       | 90 +++++++++++++++++++
 .../tests/err_num_reverse_range/__init__.py   |  9 ++
 .../err_num_reverse_range/expected_stderr     |  7 ++
 7 files changed, 169 insertions(+), 42 deletions(-)
 create mode 100644 scripts/kconfig/tests/err_num_reverse_range/Kconfig
 create mode 100644 scripts/kconfig/tests/err_num_reverse_range/__init__.py
 create mode 100644 scripts/kconfig/tests/err_num_reverse_range/expected_stderr

-- 
2.55.0


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

end of thread, other threads:[~2026-09-25 18:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 16:37 [PATCH 0/2] kconfig: error on reverse range Julian Braha
2026-09-22 16:37 ` [PATCH 1/2] kconfig: add prop_err function to simplify property error handling Julian Braha
2026-09-24 10:57   ` Nicolas Schier
2026-09-25 18:40     ` Julian Braha
2026-09-22 16:37 ` [PATCH 2/2] kconfig: error on reverse range Julian Braha
2026-09-24 10:57   ` Nicolas Schier
2026-09-25 18:38     ` Julian Braha

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

all inboxes | Powered by JetHome®