This also includes the extremely important CVE-2017-1000251 fix.
Signed-off-by: California Sullivan <[email protected]>
---
v2: A few more fixes for the v4.9.47 release:
* BT
* lttng
* DRM
* smpboot
The other patches in this series can be taken as-is.
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 5501594..786d16d 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 ?= "08e521dbd80239c47402d02e8bb25d69aa5771d1"
+SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35"
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 5150655..a6b9f6b 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 ?= "39b77977c62ba675d1b1a46746ff5ef2242089b0"
+SRCREV_meta ?= "6acae6f7200af17b3c2be5ecab2cffdc59a02b35"
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}"
--
2.9.5
--
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel