diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-10-22 10:11:47 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-11-21 19:38:56 -0500 |
commit | 9972fc0b859e7aaeb6d2d33bdb591959d9a436c0 (patch) | |
tree | b92258be1c4e5037eb693907b4048ad5c5b971bd /tools/cgroup | |
parent | 52d21580b3623e0b5f0b8de5d67b5431507720e5 (diff) | |
download | talos-op-linux-9972fc0b859e7aaeb6d2d33bdb591959d9a436c0.tar.gz talos-op-linux-9972fc0b859e7aaeb6d2d33bdb591959d9a436c0.zip |
ktest: Fix make_min_config to handle new assign_configs call
Commit 6071c22e1755 "ktest: Rewrite the config-bisect to actually work"
fixed the config-bisect to work nicely but in doing so it broke
make_min_config by changing the way assign_configs works.
The assign_configs function now adds the config to the hash even if
it is disabled, but changes the hash value to be that of the
line "# CONFIG_FOO is not set". Unfortunately, the make_min_config
test only checks to see if the config is removed. It now needs to
check if the config is in the hash and not set to be disabled.
Cc: stable@vger.kernel.org # 3.17+
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/cgroup')
0 files changed, 0 insertions, 0 deletions