Searched hist:c4d1d11f3b669847b261eacab123fe8b98a91d13 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | diff c4d1d11f3b669847b261eacab123fe8b98a91d13 Wed Apr 23 21:04:56 CDT 2014 Steven Rostedt (Red Hat) <rostedt@goodmis.org> ktest: Put back in the CONFIG_BISECT_CHECK
The new rewrite left out the CONFIG_BISECT_CHECK, which allows the user to test that their "bad" config still is bad and their "good" config still is good. This is especially important as the configs are passed through a "make oldconfig" to update them with the lastest kernel. Things could change that causes a bad config to work, or a good config to break. The check is done after the configs have run through the oldconfig processing.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|