summaryrefslogtreecommitdiffstats
path: root/patches/cve/4.9.x.scc
diff options
context:
space:
mode:
authorAndreas Wellving <andreas.wellving@enea.com>2018-10-26 13:26:31 +0200
committerAndreas Wellving <andreas.wellving@enea.com>2018-10-26 13:26:31 +0200
commit6a68947178d47c7e473a0a4a25d73be51a252803 (patch)
tree999fcb4391b6b852cc78e6c45debed1815a039fc /patches/cve/4.9.x.scc
parent53fccbc963044818e6f5afb73c09bf91a88518a3 (diff)
downloadenea-kernel-cache-6a68947178d47c7e473a0a4a25d73be51a252803.tar.gz
random: CVE-2018-1108
random: fix crng_ready() test Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=4dfb3442bb7e1fb80515df4a199ca5a7a8edf900 Change-Id: Ibd02ab7de61291eef85169c12cf5e7a97cb60604 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 4dad7d1..788052b 100644
--- a/patches/cve/4.9.x.scc
+++ b/patches/cve/4.9.x.scc
@@ -3,3 +3,6 @@ patch CVE-2018-7480-blkcg-fix-double-free-of-new_blkg-in-blkcg_init_queu.patch
3 3
4#CVEs fixed in 4.9.91: 4#CVEs fixed in 4.9.91:
5SRC_URI += "file://CVE-2018-8781-drm-udl-Properly-check-framebuffer-mmap-offsets.patch" 5SRC_URI += "file://CVE-2018-8781-drm-udl-Properly-check-framebuffer-mmap-offsets.patch"
6
7#CVEs fixed in 4.9.96:
8SRC_URI += "file://CVE-2018-1108-random-fix-crng_ready-test.patch"