• Paul E. McKenney's avatar
    rcutorture: Fix bug in reporting Kconfig mis-settings · 3c52f262
    Paul E. McKenney authored
    Kconfig "select" clauses can defeat Kconfig-fragment file attempts to
    clear a given Kconfig variable, and dependencies can defeat attempts to
    set a given Kconfig variable.  Because "select" clauses and dependencies
    can be added at any time, there needs to be a way to verify that the
    Kconfig-fragment file's requests were honored.  And there is, except
    that it is buggy.  This commit therefore provides the needed fix.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
    3c52f262
configcheck.sh 1.54 KB