diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:30:35 +0200 |
---|---|---|
committer | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:30:35 +0200 |
commit | 8675d0d71e339e0933de5aa1b354b74d8ce59d97 (patch) | |
tree | bf66a897829b99c07f3ee7dce9225af082381063 /patches/cve/4.9.x.scc | |
parent | 6a68947178d47c7e473a0a4a25d73be51a252803 (diff) | |
download | enea-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.scc | 3 |
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: |
8 | SRC_URI += "file://CVE-2018-1108-random-fix-crng_ready-test.patch" | 8 | SRC_URI += "file://CVE-2018-1108-random-fix-crng_ready-test.patch" |
9 | |||
10 | #CVEs fixed in 4.9.98: | ||
11 | SRC_URI += "file://CVE-2018-9415-ARM-amba-Fix-race-condition-with-driver_override.patch" | ||