aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-08 16:47:59 +0900
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-10 16:20:09 +0900
commitceb11bac74c308c47f6180c0a1dc7a163814f414 (patch)
tree461cf79fd5062ad5e3997f46c9bc7397f48bc987
parentreceive: hoist fpu outside of receive loop (diff)
downloadwireguard-monolithic-historical-ceb11bac74c308c47f6180c0a1dc7a163814f414.tar.xz
wireguard-monolithic-historical-ceb11bac74c308c47f6180c0a1dc7a163814f414.zip
qemu: bump kernel version
-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 0469b3a..9bb6120 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -10,7 +10,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 4.13.9
+KERNEL_VERSION ?= 4.13.12
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no