]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcutorture: Fix bug in reporting Kconfig mis-settings
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 10 Apr 2017 17:48:42 +0000 (10:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 8 Jun 2017 15:25:20 +0000 (08:25 -0700)
commit3c52f2622779ee6c8712c731b18406998eb4d4c6
tree247b7dbd3b4632047287b5108b10d2806c03c102
parent8d6dd656a1c5683534ee174f06c9b1d736ebea3c
rcutorture: Fix bug in reporting Kconfig mis-settings

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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/configcheck.sh