diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:59:52 +0200 |
---|---|---|
committer | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:59:52 +0200 |
commit | d25ab3a860188fd32710d75eb7173548f4d7292d (patch) | |
tree | 2aaf204eb3f2daec63a514bda0cadbf1e1aa2cb2 /patches/cve/4.9.x.scc | |
parent | 9678bba6586cdfe681cc809b3f4627d11473c23d (diff) | |
download | enea-kernel-cache-ti-4.9.tar.gz |
mm: CVE-2018-17182ti-4.9
mm: get rid of vmacache_flush_all() entirely
Reference:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=84580567f1f856d2c7a610273315852e345bc3ac
Change-Id: Ic336b6562f3a04292ca75a114a6c651a98d69f58
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 7aec14a..c3eca4d 100644 --- a/patches/cve/4.9.x.scc +++ b/patches/cve/4.9.x.scc | |||
@@ -30,3 +30,6 @@ SRC_URI += "file://CVE-2018-5390-tcp-free-batches-of-packets-in-tcp_prune_ofo_qu | |||
30 | 30 | ||
31 | #CVEs fixed in 4.9.121: | 31 | #CVEs fixed in 4.9.121: |
32 | SRC_URI += "file://CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch" | 32 | SRC_URI += "file://CVE-2018-9363-Bluetooth-hidp-buffer-overflow-in-hidp_process_repor.patch" |
33 | |||
34 | #CVEs fixed in 4.9.128: | ||
35 | SRC_URI += "file://CVE-2018-17182-mm-get-rid-of-vmacache_flush_all-entirely.patch" | ||