]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Comment out CONFIG_DEBUG_KOBJECT_RELEASE from default config
authorJouni Malinen <j@w1.fi>
Sun, 29 Jan 2017 14:06:44 +0000 (16:06 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Jan 2017 14:06:44 +0000 (16:06 +0200)
This kernel debugging option adds multiple seconds of extra latency to
interface removal operations. While this can be worked around by
increasing timeouts in number of test cases, there does not seem to be
any clean way of working around this for PMKSA cacheching test with
per-STA VIFs (e.g., pmksa_cache_preauth_vlan_used_per_sta_vif).

To avoid unnecessary test failures, remove CONFIG_DEBUG_KOBJECT_RELEASE
from the default config. If someone wants to test with this kernel debug
option, it can be enabled for custom kernel builds while understanding
that it can result in false failure reports and significantly extended
time needed to complete full testing run.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/vm/kernel-config

index 1d089d90ac103683c792feaa9ebb6b397f317fc1..3c8cd2fc0a5085eec70392bcaeffa872832f760c 100644 (file)
@@ -1952,7 +1952,7 @@ CONFIG_DEBUG_ATOMIC_SLEEP=y
 CONFIG_TRACE_IRQFLAGS=y
 CONFIG_STACKTRACE=y
 CONFIG_DEBUG_KOBJECT=y
-CONFIG_DEBUG_KOBJECT_RELEASE=y
+# CONFIG_DEBUG_KOBJECT_RELEASE is not set
 CONFIG_DEBUG_BUGVERBOSE=y
 CONFIG_DEBUG_LIST=y
 CONFIG_DEBUG_PI_LIST=y