Skip to content

Commit a0fd7cc

Browse files
zx2c4davem330
authored andcommitted
wireguard: selftests: use normal kernel stack size on ppc64
While at some point it might have made sense to be running these tests on ppc64 with 4k stacks, the kernel hasn't actually used 4k stacks on 64-bit powerpc in a long time, and more interesting things that we test don't really work when we deviate from the default (16k). So, we stop pushing our luck in this commit, and return to the default instead of the minimum. Signed-off-by: Jason A. Donenfeld <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6f5c27f commit a0fd7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/wireguard/qemu/arch/powerpc64le.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_CMDLINE_BOOL=y
1010
CONFIG_CMDLINE="console=hvc0 wg.success=hvc1"
1111
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
1212
CONFIG_FRAME_WARN=1280
13+
CONFIG_THREAD_SHIFT=14

0 commit comments

Comments
 (0)