Bump kernel to 4.4.182 : fixes CVE-2019-11477, CVE-2019-11478, CVE-2019-11479
authorRISCi_ATOM <bob@bobcall.me>
Sat, 22 Jun 2019 03:13:13 +0000 (23:13 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Sat, 22 Jun 2019 03:14:32 +0000 (23:14 -0400)
include/kernel-version.mk
target/linux/ar71xx/patches-4.4/910-unaligned_access_hacks.patch

index 1f143db9ae2636fb3dff6338dc1307e40bcec790..fbaafc5833c5902fdd25870ab1940522d6ebbb26 100644 (file)
@@ -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)))
index 3ace99ff7cdfecc39b18f856fa53abb75ca11029..6e3a6e5144a499883633da543feaad4741a496a2 100644 (file)
  
 --- 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);