summaryrefslogtreecommitdiffhomepage
path: root/tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-05-04 22:29:20 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-07-07 13:26:46 +0200
commitb33b459a4c28a40e53c812afd8e40caff2e436ed (patch)
tree22a7948e1e15a7c5b04a7e0d4cbf40d5fdac735b /tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config
parent19b81aa9ed3358d08e4b691d8dd2ad88d38b3e34 (diff)
downloadwireguard-linux-b33b459a4c28a40e53c812afd8e40caff2e436ed.tar.xz
wireguard-linux-b33b459a4c28a40e53c812afd8e40caff2e436ed.zip
wireguard: selftests: set panic_on_warn=1 from cmdline
commit 3fc1b11e5d7278437bdfff0e01f51e777eefb222 upstream. Rather than setting this once init is running, set panic_on_warn from the kernel command line, so that it catches splats from WireGuard initialization code and the various crypto selftests. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config')
-rw-r--r--tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config b/tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config
index f52f1e2bc7f6..8148b9d1220a 100644
--- a/tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config
+++ b/tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config
@@ -7,7 +7,7 @@ CONFIG_PPC_RADIX_MMU=y
CONFIG_HVC_CONSOLE=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="console=hvc0 wg.success=hvc1"
+CONFIG_CMDLINE="console=hvc0 wg.success=hvc1 panic_on_warn=1"
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_FRAME_WARN=1280
CONFIG_THREAD_SHIFT=14