aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 11:59:27 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-04-01 11:59:27 -0600
commit6a988a1694fdf6f043c01504a2ebeb469923e9f9 (patch)
treef7f1657919a734e027a558a432e0243f76c0bc71
parentcompat: queueing: skb_reset_redirect change has been backported to 5.[45] (diff)
downloadwireguard-linux-compat-6a988a1694fdf6f043c01504a2ebeb469923e9f9.tar.xz
wireguard-linux-compat-6a988a1694fdf6f043c01504a2ebeb469923e9f9.zip
qemu: bump default kernel to 5.5.14
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 76dc450..62b1f3d 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -15,7 +15,7 @@ endif
ARCH := $(firstword $(subst -, ,$(CBUILD)))
# Set these from the environment to override
-KERNEL_VERSION ?= 5.5
+KERNEL_VERSION ?= 5.5.14
KERNEL_VERSION := $(KERNEL_VERSION)$(if $(DEBUG_KERNEL),$(if $(findstring -debug,$(KERNEL_VERSION)),,-debug),)
BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH)
DISTFILES_PATH ?= $(PWD)/distfiles