aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLi Zhijian <[email protected]>2021-11-29 10:39:24 -0500
committerJason A. Donenfeld <[email protected]>2022-07-07 13:26:45 +0200
commit221e51c4b4f4db4a46973faffec43aaf209338c2 (patch)
tree9860648163ce4e8509c0b5610c934a88573f3e55
parentwireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specific (diff)
downloadwireguard-linux-221e51c4b4f4db4a46973faffec43aaf209338c2.tar.xz
wireguard-linux-221e51c4b4f4db4a46973faffec43aaf209338c2.zip
wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
commit 7e938beb8321d34f040557b8915b228af125f73c upstream. DEBUG_PI_LIST was renamed to DEBUG_PLIST since 8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST"). Signed-off-by: Li Zhijian <[email protected]> Fixes: 8e18faeac3e4 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST") Signed-off-by: Jason A. Donenfeld <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
-rw-r--r--tools/testing/selftests/wireguard/qemu/debug.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config
index b9c72706fe4d..80501d4e6ae3 100644
--- a/tools/testing/selftests/wireguard/qemu/debug.config
+++ b/tools/testing/selftests/wireguard/qemu/debug.config
@@ -50,7 +50,7 @@ CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
-CONFIG_DEBUG_PI_LIST=y
+CONFIG_DEBUG_PLIST=y
CONFIG_PROVE_RCU=y
CONFIG_SPARSE_RCU_POINTER=y
CONFIG_RCU_CPU_STALL_TIMEOUT=21
OSZAR »