diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-29 17:20:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-29 15:47:41 +0000 |
commit | cff9db0bcb4226e4c85d48f1208e0042da018693 (patch) | |
tree | b5551b776908242adfe2c9a8d5cb802a7b562dc9 /meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend | |
parent | d0d26f74d709fb509f97204a6fdfa122e9204295 (diff) |
db410c kernel fixed CVE-2017-1000364 upstream thus remove our patches
https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/log/?h=release/qcomlt-4.9
contains now the necessary patches. We no longer need ours.
Bug-AGL: SPEC-705 SPEC-707
Change-Id: Ib96f543c8ecde33c4fd9848a23f41e1f55ea32e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9957
Diffstat (limited to 'meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend index 80fe23b72..854b7592f 100644 --- a/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend +++ b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend @@ -5,13 +5,6 @@ SRC_URI_append_smack = "\ file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \ " -# Fix CVE-2017-1000364 by backporting the patches from upstream for 4.9 -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 \ -" - # Extra configuration options SRC_URI += "file://fanotify.cfg \ file://uinput.cfg \ |