Linux incremental patches - little benefit

This commit is contained in:
Tad 2017-11-10 04:13:11 -05:00
parent 1b74baddf0
commit 8ead3072ca
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ Builds/
Build/
Repos/
Patches/DivestOS_Wallpapers
Patches/Linux_CVEs/00LinuxIncrementals

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $base"kernel/huawei/angler"
git apply $cvePatches/00LinuxIncrementals/3.10/3.10.0073-0074.patch
git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch
git apply $cvePatches/CVE-2014-8173/3.9-^3.12/0001.patch
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd $base"kernel/lge/bullhead"
git apply $cvePatches/00LinuxIncrementals/3.10/3.10.0073-0074.patch
git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch
git apply $cvePatches/CVE-2014-8173/3.9-^3.12/0001.patch
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch