From 4fd9b03db4a201b0523a2aecf1cc97fc47b4b614 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 21 Oct 2016 23:47:37 -0400 Subject: linux-yocto/4.1: fix CVE-2016-5195 (dirtycow) Backporting commit 19be0eaffa [mm: remove gup_flags FOLL_WRITE games from __get_user_pages()] to address the dirtycow exploit. (From OE-Core rev: 8470ea4cfd5fca4c9573e39c7c3486aeb310990a) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 78600427b3..ba01702cb6 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb @@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.1.33" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "a38cb202738a2b055ac216b3699cc9377edea45a" -SRCREV_meta ?= "322fa5b2796bfcff7bfbbde1d76c73636ecf5857" +SRCREV_machine ?= "f4d0900b2851e829e990e0f64b09ed3b8e355fae" +SRCREV_meta ?= "3c3197e65b6f2f5514853c1fe78ae8ffc131b02c" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf