diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 44a7f11bdcc252c5bb57e6c2a1d4a7a23aa63538..50fcfcb2ba80230f5caa9b049337bb697f065495 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -26,8 +26,8 @@ endif ifeq ($(LINUX_VERSION),3.13.7) LINUX_KERNEL_MD5SUM:=370adced5e5c1cb1d0d621c2dae2723f endif -ifeq ($(LINUX_VERSION),3.14) - LINUX_KERNEL_MD5SUM:=b621207b3f6ecbb67db18b13258f8ea8 +ifeq ($(LINUX_VERSION),3.14.3) + LINUX_KERNEL_MD5SUM:=99043433ad7368d2471b4743c9f562a2 endif # disable the md5sum check for unknown kernel versions diff --git a/target/linux/generic/patches-3.14/100-overlayfs.patch b/target/linux/generic/patches-3.14/100-overlayfs.patch index 9007c96debef53644efe7fab6111b7f7e3b76b0e..218b5c81d7a20d2221e78ffd523b3e74399c0376 100644 --- a/target/linux/generic/patches-3.14/100-overlayfs.patch +++ b/target/linux/generic/patches-3.14/100-overlayfs.patch @@ -3219,7 +3219,7 @@ file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping); --- a/include/linux/mount.h +++ b/include/linux/mount.h -@@ -71,6 +71,9 @@ extern void mnt_pin(struct vfsmount *mnt +@@ -74,6 +74,9 @@ extern void mnt_pin(struct vfsmount *mnt extern void mnt_unpin(struct vfsmount *mnt); extern int __mnt_is_readonly(struct vfsmount *mnt); diff --git a/target/linux/generic/patches-3.14/204-module_strip.patch b/target/linux/generic/patches-3.14/204-module_strip.patch index 6d9aabf5ccf79fcd14b2fd1a9b67b4f3fd826989..6790ac041f719571bc6b0f6eecdf78e0e82503aa 100644 --- a/target/linux/generic/patches-3.14/204-module_strip.patch +++ b/target/linux/generic/patches-3.14/204-module_strip.patch @@ -99,7 +99,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/init/Kconfig +++ b/init/Kconfig -@@ -1823,6 +1823,13 @@ config MODULE_SIG_HASH +@@ -1830,6 +1830,13 @@ config MODULE_SIG_HASH default "sha384" if MODULE_SIG_SHA384 default "sha512" if MODULE_SIG_SHA512 diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index 085ba6805e007de36bbdab8f1b502b2ac9fbe052..43326b218573a10352ae3eb35da6c3ccb067dc68 100644 --- a/target/linux/x86_64/Makefile +++ b/target/linux/x86_64/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86_64 FEATURES:=ext4 vdi vmdk targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.14 +LINUX_VERSION:=3.14.3 KERNELNAME:=bzImage