diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-19 03:30:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-19 04:51:43 +0300 |
commit | 551599edbfff2431cef943a772fbde1c3e26eaf8 (patch) | |
tree | 68853eb144586fb792c686d9efef11c822ae91e4 /tools/testing/selftests/wireguard/qemu/kernel.config | |
parent | 166391159c5deb84795d2ff46e95f276177fa5fb (diff) | |
download | linux-551599edbfff2431cef943a772fbde1c3e26eaf8.tar.xz |
wireguard: selftests: test using new 64-bit time_t
In case this helps expose bugs with the newer 64-bit time_t types, we do
our testing with the newer musl that supports this as well as
CONFIG_COMPAT_32BIT_TIME=n. This matters to us, since wireguard does in
fact deal with timestamps.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/wireguard/qemu/kernel.config')
-rw-r--r-- | tools/testing/selftests/wireguard/qemu/kernel.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/kernel.config b/tools/testing/selftests/wireguard/qemu/kernel.config index af9323a0b6e0..d531de13c95b 100644 --- a/tools/testing/selftests/wireguard/qemu/kernel.config +++ b/tools/testing/selftests/wireguard/qemu/kernel.config @@ -56,7 +56,6 @@ CONFIG_NO_HZ_IDLE=y CONFIG_NO_HZ_FULL=n CONFIG_HZ_PERIODIC=n CONFIG_HIGH_RES_TIMERS=y -CONFIG_COMPAT_32BIT_TIME=y CONFIG_ARCH_RANDOM=y CONFIG_FILE_LOCKING=y CONFIG_POSIX_TIMERS=y |