Skip to content

Commit

Permalink
wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
Browse files Browse the repository at this point in the history
commit 7e938be upstream.

DEBUG_PI_LIST was renamed to DEBUG_PLIST since 8e18fae ("lib/plist:
rename DEBUG_PI_LIST to DEBUG_PLIST").

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
Fixes: 8e18fae ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
zhijianli88 authored and gregkh committed Dec 8, 2021
1 parent 0584bf5 commit f7b6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/wireguard/qemu/debug.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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
Expand Down

0 comments on commit f7b6672

Please sign in to comment.