summaryrefslogtreecommitdiffstats
path: root/patches/cve/4.9.x.scc
diff options
context:
space:
mode:
authorAndreas Wellving <andreas.wellving@enea.com>2018-10-26 13:30:35 +0200
committerAndreas Wellving <andreas.wellving@enea.com>2018-10-26 13:30:35 +0200
commit8675d0d71e339e0933de5aa1b354b74d8ce59d97 (patch)
treebf66a897829b99c07f3ee7dce9225af082381063 /patches/cve/4.9.x.scc
parent6a68947178d47c7e473a0a4a25d73be51a252803 (diff)
downloadenea-kernel-cache-8675d0d71e339e0933de5aa1b354b74d8ce59d97.tar.gz
ARM: CVE-2018-9415
ARM: amba: Fix race condition with driver_override Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=272c99cf85a371401b78f3c56a18745bf07817a3 Change-Id: I0c3cb9be270970fc21a11773c3710cfc61079d69 Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'patches/cve/4.9.x.scc')
-rw-r--r--patches/cve/4.9.x.scc3
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.9.x.scc b/patches/cve/4.9.x.scc
index 788052b..491ffe4 100644
--- a/patches/cve/4.9.x.scc
+++ b/patches/cve/4.9.x.scc
@@ -6,3 +6,6 @@ SRC_URI += "file://CVE-2018-8781-drm-udl-Properly-check-framebuffer-mmap-offsets
6 6
7#CVEs fixed in 4.9.96: 7#CVEs fixed in 4.9.96:
8SRC_URI += "file://CVE-2018-1108-random-fix-crng_ready-test.patch" 8SRC_URI += "file://CVE-2018-1108-random-fix-crng_ready-test.patch"
9
10#CVEs fixed in 4.9.98:
11SRC_URI += "file://CVE-2018-9415-ARM-amba-Fix-race-condition-with-driver_override.patch"