From d4ef1fa626956e2872249313896d5dc74fd2259e Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Sat, 30 Dec 2017 12:30:14 -0500 Subject: [PATCH] Bump kernel to 4.4.108 --- include/kernel-version.mk | 5 ++--- .../linux/generic/patches-4.4/653-disable_netlink_trim.patch | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 64c30e31d6..40f69a27b3 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,10 +2,9 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.4 = .107 - -LINUX_KERNEL_HASH-4.4.107 = 5753a62597caa405e4000a1f5fc6fe8b427f4ed4b53164cf5147e2c04ad8df5d +LINUX_VERSION-4.4 = .108 +LINUX_KERNEL_HASH-4.4.108 = aaf270b84e7b55e7cad0777a6d17515b9afa681d320178364d66926acebd8cb3 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) endif diff --git a/target/linux/generic/patches-4.4/653-disable_netlink_trim.patch b/target/linux/generic/patches-4.4/653-disable_netlink_trim.patch index cc19b8ef33..5f46885708 100644 --- a/target/linux/generic/patches-4.4/653-disable_netlink_trim.patch +++ b/target/linux/generic/patches-4.4/653-disable_netlink_trim.patch @@ -1,6 +1,6 @@ --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c -@@ -1187,24 +1187,7 @@ void netlink_detachskb(struct sock *sk, +@@ -1228,24 +1228,7 @@ void netlink_detachskb(struct sock *sk, static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) { -- 2.25.1