diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:26:31 +0200 |
---|---|---|
committer | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:26:31 +0200 |
commit | 6a68947178d47c7e473a0a4a25d73be51a252803 (patch) | |
tree | 999fcb4391b6b852cc78e6c45debed1815a039fc /patches/cve/4.9.x.scc | |
parent | 53fccbc963044818e6f5afb73c09bf91a88518a3 (diff) | |
download | enea-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.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 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: |
5 | SRC_URI += "file://CVE-2018-8781-drm-udl-Properly-check-framebuffer-mmap-offsets.patch" | 5 | SRC_URI += "file://CVE-2018-8781-drm-udl-Properly-check-framebuffer-mmap-offsets.patch" |
6 | |||
7 | #CVEs fixed in 4.9.96: | ||
8 | SRC_URI += "file://CVE-2018-1108-random-fix-crng_ready-test.patch" | ||