From 78e6dbcd283d898719a689f44d000f0787c55824 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 28 Sep 2017 14:30:22 -0700 Subject: linux-intel/4.9: Update to v4.9.47 This also includes the extremely important CVE-2017-1000251 fix. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 6 +++--- common/recipes-kernel/linux/linux-intel_4.9.bb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb index 55015941..dee89396 100644 --- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb @@ -11,13 +11,13 @@ python () { } KBRANCH = "base-rt" -SRCREV_machine ?= "cd65d037683c92be2c7dedc846f4bfd9ef84ecf4" -SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be" +SRCREV_machine ?= "fc08e0615edccfb4d297c07531451cb7905fb4f4" +SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d" SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.9.30" +LINUX_VERSION ?= "4.9.47" LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb index 51506555..106125a1 100644 --- a/common/recipes-kernel/linux/linux-intel_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel_4.9.bb @@ -2,13 +2,13 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH = "base" -SRCREV_machine ?= "22a3e397584619839ec645c7378dc40bdd5ad2d1" -SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be" +SRCREV_machine ?= "2d533948da0a7c53a0a662d3764be166ba996d93" +SRCREV_meta ?= "3ddaed3671efc2936efbebf4c5216e11b9dfd55d" SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.9.30" +LINUX_VERSION ?= "4.9.47" LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf