summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_4.9.bbappend
blob: 634a912331ffcf06b209de8b27b14d78bdb0415d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

#-------------------------------------------------------------------------
# smack patches for handling bluetooth

SRC_URI_append_smack = "\
       file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \
"


#-------------------------------------------------------------------------
# Fix for CVE-2017-1000364 by backporting the upstream patches.

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 \
"