From cc811f4992d5916dfdfb88cd784ec7acef79fceb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 21 Oct 2016 23:47:36 -0400 Subject: linux-yocto/4.4: update to v4.4.26 Integrating the 4.4.23->26 -stable releases. Among other fixes this contains commit: mm: remove gup_flags FOLL_WRITE games from __get_user_pages() Which addresses CVE-2016-5195. (From OE-Core rev: e2472c1a66ef62f6904cc9b635b275e7da32e51a) (From OE-Core rev: 5f2ab4bc14863e9ddfd622b770b28b8cb0d3c0d6) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 44ddf21c04..76c41639c0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "4.4.22" +LINUX_VERSION ?= "4.4.26" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "f4e52341c304e044dbe581a35aad6b930c9410d1" -SRCREV_meta ?= "bbaf01752b0168a63b164978495fad4ead7e8972" +SRCREV_machine ?= "ca6a08bd7f86ebef11f763d26f787f7d65270473" +SRCREV_meta ?= "3030330b066a33ce21164a8b30d0503cf9f68e5b" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf