From 02384e3d7cdd573578a812dcc171fa19b40a7bf3 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Fri, 21 Jun 2019 23:13:13 -0400 Subject: [PATCH] Bump kernel to 4.4.182 : fixes CVE-2019-11477, CVE-2019-11478, CVE-2019-11479 --- include/kernel-version.mk | 4 ++-- .../linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 1f143db9ae..fbaafc5833 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,9 +2,9 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.4 = .181 +LINUX_VERSION-4.4 = .182 -LINUX_KERNEL_HASH-4.4.181 = 9488e16b7e189ca3b914396120557c571aa4a6290f15010c3413bd3b143a2dc7 +LINUX_KERNEL_HASH-4.4.182 = 7014cb386201dafe2f16b8bc0e97ab742cdafff27ab9a91bad499d2cfd2dfa3d ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) diff --git a/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch index 3ace99ff7c..6e3a6e5144 100644 --- a/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch @@ -838,7 +838,7 @@ --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c -@@ -3836,14 +3836,16 @@ static bool tcp_parse_aligned_timestamp( +@@ -3852,14 +3852,16 @@ static bool tcp_parse_aligned_timestamp( { const __be32 *ptr = (const __be32 *)(th + 1); -- 2.25.1