aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-06 00:03:19 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-06 17:36:35 +0200
commit79f44da7f5b1c4a8853f8b4a08c6df94cc83567d (patch)
tree96b1a46f3fe00c8432a4038a45b24a71e22ac579
parentselftest: ratelimiter: improve chance of success via retry (diff)
downloadwireguard-monolithic-historical-79f44da7f5b1c4a8853f8b4a08c6df94cc83567d.tar.xz
wireguard-monolithic-historical-79f44da7f5b1c4a8853f8b4a08c6df94cc83567d.zip
qemu: bump default kernel version
This fixes DEBUG_KERNEL=yes due to dd275caf4a0d9b219fffe49288b6cc33cd564312 being backported to 4.17.4.
-rw-r--r--src/tests/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile
index d64d1f4..06552f3 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -14,7 +14,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 4.17.2
+KERNEL_VERSION ?= 4.17.4
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no