From 9e58b8be7e98b6911db6a0a3af3fbe4e185f279f Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 4 Nov 2016 21:21:50 +0100 Subject: Backport fix for CVE-2016-5195 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3bd6feb22e87ba12cbd339a4413e396f7fcf7db7 Signed-off-by: Jan-Simon Möller --- meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb') diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb index 2386d98..69275c5 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb +++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb @@ -142,6 +142,9 @@ SRC_URI_append_smack = " \ file://smack/0054-Smack-secmark-connections.patch \ " +# CVE-2016-5195 +SRC_URI_append = " file://9999-Backport-fix-for-CVE-2016-5195.patch " + S = "${WORKDIR}/git" KERNEL_DEFCONFIG = "shmobile_defconfig" -- cgit 1.2.3-korg : meta-agl
meta-agl layer (core AGL)Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 7b22282ddbf4c7d4a842cbd8f49698663657972e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14