Message ID | 20210826015847.7416-4-lizhijian@cn.fujitsu.com |
---|---|
State | Accepted |
Commit | 7e938beb8321d34f040557b8915b228af125f73c |
Headers | show |
Series | kselftests: clean configs | expand |
On 8/25/21 7:58 PM, Li Zhijian wrote: > DEBUG_PI_LIST was renamed to DEBUG_PLIST since 8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST") > > CC: "Jason A. Donenfeld" <Jason@zx2c4.com> > CC: Nick Desaulniers <ndesaulniers@google.com> > CC: Masahiro Yamada <masahiroy@kernel.org> > CC: wireguard@lists.zx2c4.com > CC: netdev@vger.kernel.org > > Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> > --- Can you please state what you are fixing and also keep the sentences 75 chars or less. Where is LKP warning? Include the warning and explain why this change is necessary. thanks, -- Shuah
Hi, On Thu, Aug 26, 2021 at 3:54 AM Li Zhijian <lizhijian@cn.fujitsu.com> wrote: > > DEBUG_PI_LIST was renamed to DEBUG_PLIST since 8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST") Thanks for the patch. I've queued this up in my wireguard-linux.git tree for some rounds of CI, and I'll send it back out in the next series I send to netdev. Regards, Jason
diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config index fe07d97df9fa..2b321b8a96cf 100644 --- a/tools/testing/selftests/wireguard/qemu/debug.config +++ b/tools/testing/selftests/wireguard/qemu/debug.config @@ -47,7 +47,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
DEBUG_PI_LIST was renamed to DEBUG_PLIST since 8e18faeac3 ("lib/plist: rename DEBUG_PI_LIST to DEBUG_PLIST") CC: "Jason A. Donenfeld" <Jason@zx2c4.com> CC: Nick Desaulniers <ndesaulniers@google.com> CC: Masahiro Yamada <masahiroy@kernel.org> CC: wireguard@lists.zx2c4.com CC: netdev@vger.kernel.org Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> --- tools/testing/selftests/wireguard/qemu/debug.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)