Skip to content

Commit

Permalink
wireguard: selftests: set CONFIG_NONPORTABLE on riscv32
Browse files Browse the repository at this point in the history
When the CONFIG_PORTABLE/CONFIG_NONPORTABLE switches were added, various
configs were updated, but the wireguard config was forgotten about. This
leads to unbootable test kernels, causing CI fails. Add
CONFIG_NONPORTABLE=y to the wireguard test suite configuration for
riscv32.

Fixes: 44c1e84 ("RISC-V: Add CONFIG_{NON,}PORTABLE")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20220809145757.83673-1-Jason@zx2c4.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
  • Loading branch information
Jason A. Donenfeld authored and Palmer Dabbelt committed Aug 12, 2022
1 parent 8f5cb44 commit 9019b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/wireguard/qemu/arch/riscv32.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONFIG_NONPORTABLE=y
CONFIG_ARCH_RV32I=y
CONFIG_MMU=y
CONFIG_FPU=y
Expand Down

0 comments on commit 9019b4f

Please sign in to comment.