From f6f141ba96c41c613d51a650da6562793d4baced Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 28 Jun 2017 01:36:33 +0200 Subject: Backport fix for CVE-2017-1000364 to linux-yocto-4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of upstream fixes from 4.9 kernel branch to linux-yocto: - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.9.34&id=cfc0eb403816c5c4f9667d959de5e22789b5421e - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.9.34&id=5d10ad6297260e9b85e7645ee544a6115bb229e4 - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.9.34&id=ce7fe8595902c3f03ef528c2dc1928b3f4b67fcf Change-Id: I5bedd3af344b32b410bb7d59448710799143107d Bug-AGL: SPEC-705 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9853 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Stéphane Desneux --- meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index fcd028062..8205a3feb 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -18,3 +18,6 @@ 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 " + +# Backported fix for CVE-2017-1000364 +SRC_URI_append = " file://4.8-0001-SEC-Backport-Fix-CVE-2017-1000364-through-backport.patch " -- cgit 1.2.3-korg