From 8c15de8dbaa1414ffd0f69bea7227e7285816f85 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Wed, 9 Mar 2016 20:38:30 -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. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- .../recipes-kernel/linux/linux-yocto-rt_4.1.bbappend | 18 +++++++++--------- .../recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 18 +++++++++--------- 3 files changed, 21 insertions(+), 21 deletions(-) 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 a0e2ef42..c3709cdc 100644 --- a/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend @@ -1,25 +1,25 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION_core2-32-intel-common = "4.1.8" +LINUX_VERSION_core2-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" -SRCREV_meta_core2-32-intel-common = "aed902160251d69cc28d1e69a4f692e8ea8fa13b" -SRCREV_machine_core2-32-intel-common = "f7e4bbfef684e29b1257eaf2d7f534b38e2e1b1e" +SRCREV_meta_core2-32-intel-common = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_core2-32-intel-common = "2a4c22b03d434f7695e607b6ad30f77671985a6d" KMACHINE_core2-32-intel-common = "intel-core2-32" KBRANCH_core2-32-intel-common = "standard/preempt-rt/base" KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -LINUX_VERSION_corei7-64-intel-common = "4.1.8" +LINUX_VERSION_corei7-64-intel-common = "4.1.18" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" -SRCREV_meta_corei7-64-intel-common = "aed902160251d69cc28d1e69a4f692e8ea8fa13b" -SRCREV_machine_corei7-64-intel-common = "f7e4bbfef684e29b1257eaf2d7f534b38e2e1b1e" +SRCREV_meta_corei7-64-intel-common = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_corei7-64-intel-common = "2a4c22b03d434f7695e607b6ad30f77671985a6d" KMACHINE_corei7-64-intel-common = "intel-corei7-64" KBRANCH_corei7-64-intel-common = "standard/preempt-rt/base" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -LINUX_VERSION_i586-nlp-32-intel-common = "4.1.8" +LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" -SRCREV_meta_i586-nlp-32-intel-common = "aed902160251d69cc28d1e69a4f692e8ea8fa13b" -SRCREV_machine_i586-nlp-32-intel-common = "f7e4bbfef684e29b1257eaf2d7f534b38e2e1b1e" +SRCREV_meta_i586-nlp-32-intel-common = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_i586-nlp-32-intel-common = "2a4c22b03d434f7695e607b6ad30f77671985a6d" KMACHINE_i586-nlp-32-intel-common = "intel-corei7-64" KBRANCH_i586-nlp-32-intel-common = "standard/preempt-rt/base" KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" 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 d2a1c3c8..aed3e6e4 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend @@ -1,9 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.2" +#LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" -SRCREV_meta-nlp-32-intel-common = "aed902160251d69cc28d1e69a4f692e8ea8fa13b" -SRCREV_machine-nlp-32-intel-common = "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta-nlp-32-intel-common = "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine-nlp-32-intel-common = "ec18b0b3bd6befd416078e81d775dab37b3f9124" KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" KMACHINE_i586-nlp-32-intel-common = "intel-quark" KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend index c8d24934..b9736b3d 100644 --- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend @@ -2,29 +2,29 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" -LINUX_VERSION_core2-32-intel-common = "4.1.8" +LINUX_VERSION_core2-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" KMACHINE_core2-32-intel-common = "intel-core2-32" KBRANCH_core2-32-intel-common = "standard/base" -SRCREV_meta_core2-32-intel-common ?= "cf9ab7112dd8b7fe02739a76e24ba32e87b91306" -SRCREV_machine_core2-32-intel-common ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta_core2-32-intel-common ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_core2-32-intel-common ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124" KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" -LINUX_VERSION_corei7-64-intel-common = "4.1.8" +LINUX_VERSION_corei7-64-intel-common = "4.1.18" COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" KMACHINE_corei7-64-intel-common = "intel-corei7-64" KBRANCH_corei7-64-intel-common = "standard/base" -SRCREV_meta_corei7-64-intel-common ?= "cf9ab7112dd8b7fe02739a76e24ba32e87b91306" -SRCREV_machine_corei7-64-intel-common ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta_corei7-64-intel-common ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_corei7-64-intel-common ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124" KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" # Quark / X1000 BSP Info -LINUX_VERSION_i586-nlp-32-intel-common = "4.1.8" +LINUX_VERSION_i586-nlp-32-intel-common = "4.1.18" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" KMACHINE_i586-nlp-32-intel-common = "intel-quark" KBRANCH_i586-nlp-32-intel-common = "standard/base" -SRCREV_meta_i586-nlp-32-intel-common ?= "cf9ab7112dd8b7fe02739a76e24ba32e87b91306" -SRCREV_machine_i586-nlp-32-intel-common ?= "dbe692d91c8e55d1430f2c45fd578c8e4e71e482" +SRCREV_meta_i586-nlp-32-intel-common ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" +SRCREV_machine_i586-nlp-32-intel-common ?= "ec18b0b3bd6befd416078e81d775dab37b3f9124" KERNEL_FEATURES_append_i586-nlp-32-intel-common = "" -- cgit v1.2.3-54-g00ecf