From 7965dc814964a30e54542b1d5ef2029d565240bd Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 9 Mar 2016 13:59:50 -0800 Subject: linux-yocto/4.1: Update to Linux 4.1.18 This SRCREV update also includes the fix to CVE-2016-0728. An intermittent graphics bug that appears to be harmless besides spamming dmesg has been observed on this release, but it is very rare and no method to reproduce or patch to fix it has been found. The graphics bug observed is "vblank wait timed out on crtc 0" followed by a call trace. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'common') diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend index 1c5493a5..30b40f6e 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION_INTEL_COMMON = "4.1.15" -SRCREV_META_INTEL_COMMON ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4" -SRCREV_MACHINE_INTEL_COMMON ?= "3188436876d5eaff8d48f82064367d4a65c3aa97" +LINUX_VERSION_INTEL_COMMON = "4.1.18" +SRCREV_META_INTEL_COMMON ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_MACHINE_INTEL_COMMON ?= "2a4c22b03d434f7695e607b6ad30f77671985a6d" KBRANCH_INTEL_COMMON = "standard/preempt-rt/base" diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index 4321a750..597fcb56 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.5" -SRCREV_meta-i586-nlp-32-intel-common = "46bb64d605fd336d99fa05bab566b9553b40b4b4" -SRCREV_machine-i586-nlp-32-intel-common = "788dfc9859321c09f1c58696bf8998f90ccb4f51" +#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18" +SRCREV_meta-i586-nlp-32-intel-common = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine-i586-nlp-32-intel-common = "ec18b0b3bd6befd416078e81d775dab37b3f9124" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend index 4aabfd5a..555e1ea6 100644 --- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION_INTEL_COMMON = "4.1.15" -SRCREV_META_INTEL_COMMON = "46bb64d605fd336d99fa05bab566b9553b40b4b4" -SRCREV_MACHINE_INTEL_COMMON = "788dfc9859321c09f1c58696bf8998f90ccb4f51" +LINUX_VERSION_INTEL_COMMON = "4.1.18" +SRCREV_META_INTEL_COMMON = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_MACHINE_INTEL_COMMON = "ec18b0b3bd6befd416078e81d775dab37b3f9124" KBRANCH_INTEL_COMMON = "standard/base" KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" -- cgit v1.2.3-54-g00ecf