diff options
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index 49899a4d9..8266f5525 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -18,3 +18,10 @@ SRC_URI += " file://rtl_sdr.cfg \ # disk drivers for vmdk SRC_URI_append_qemux86 = " file://vbox-vmware-sata.cfg " SRC_URI_append_qemux86_64 = " file://vbox-vmware-sata.cfg " + +# Fix for CVE-2017-1000364 +SRC_URI_append = " \ +file://0001-mm-larger-stack-guard-gap-between-vmas.patch \ +file://0002-Allow-stack-to-grow-up-to-address-space-limit.patch \ +file://0003-mm-fix-new-crash-in-unmapped_area_topdown.patch \ +" |