summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend')
-rw-r--r--meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend15
1 files changed, 11 insertions, 4 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
index 5e3594ef1..45c170661 100644
--- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -1,7 +1,14 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
# Backported fix for CVE-2017-1000364
-SRC_URI_append = " file://4.4-0001-mm-larger-stack-guard-gap-between-vmas.patch \
- file://4.4-0002-Allow-stack-to-grow-up-to-address-space-limit.patch \
- file://4.4-0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \
- "
+SRC_URI_append_core2-32-intel-common = "\
+ file://4.4-0001-mm-larger-stack-guard-gap-between-vmas.patch \
+ file://4.4-0002-Allow-stack-to-grow-up-to-address-space-limit.patch \
+ file://4.4-0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \
+"
+
+SRC_URI_append_corei7-64-intel-common = "\
+ file://4.4-0001-mm-larger-stack-guard-gap-between-vmas.patch \
+ file://4.4-0002-Allow-stack-to-grow-up-to-address-space-limit.patch \
+ file://4.4-0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \
+"