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 <[email protected]> --- 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(-) 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 1c5493a..30b40f6 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 4321a75..597fcb5 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 4aabfd5..555e1ea 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" -- 2.5.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
