Re: [PATCH] s390: cleanup kconfig defaults for selftests

From: Alexander Gordeev

Date: Wed May 20 2026 - 08:29:31 EST


On Tue, May 12, 2026 at 06:43:36PM +0100, Julian Braha wrote:
> Remove the unconditional defaults of 'n' from the def_tristate statements,
> which shadow the later 'KUNIT_ALL_TESTS' default, causing it to be dead
> kconfig code.
>
> Also, include S390_KPROBES_SANITY_TEST in KUNIT_ALL_TESTS.
>
> This dead code was found by kconfirm, a static analysis tool for Kconfig.
>
> Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>
> ---
> arch/s390/Kconfig | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)

Applied, thanks!