[source] kernel: update 4.4 to 4.4.90

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 7 10:55:11 PDT 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/ae2a8a3b9b0b68ea7f3c8178531bc213612655d9

commit ae2a8a3b9b0b68ea7f3c8178531bc213612655d9
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Thu Oct 5 17:50:48 2017 +0100

    kernel: update 4.4 to 4.4.90
    
    No patch refresh required.
    
    Compile & run tested: ar71xx Archer C7 v2
    
    Fixes the following CVEs:
    - CVE-2017-1000252
    - CVE-2017-12153
    - CVE-2017-12154
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
    [reference fixed CVEs]
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 include/kernel-version.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 3d32017..bf38d86 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,11 +3,11 @@
 LINUX_RELEASE?=1
 
 LINUX_VERSION-3.18 = .71
-LINUX_VERSION-4.4 = .89
+LINUX_VERSION-4.4 = .90
 LINUX_VERSION-4.9 = .52
 
 LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
-LINUX_KERNEL_HASH-4.4.89 = a81d1b1306e4fddee5d6f7219090a616073b02f4069e44522a9c0454b17f2b67
+LINUX_KERNEL_HASH-4.4.90 = 6826ccd213ac79bbfd47e63912e89ef7ec70324b7aa3684a4d4560fc2b436331
 LINUX_KERNEL_HASH-4.9.52 = ffdd034f1bf32fa41d1a66a347388c0dc4c3cff6f578a1e29d88b20fbae1048a
 
 ifdef KERNEL_PATCHVER



More information about the lede-commits mailing list