2017-10-29 21:26:04 -04:00
|
|
|
#!/bin/bash
|
|
|
|
cd $base"kernel/nextbit/msm8992"
|
2017-11-07 20:11:50 -05:00
|
|
|
git apply $cvePatches/CVE-2012-6703/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2014-9904/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2016-1583/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2016-6672/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2016-6693/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2016-6696/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-0648/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-0750/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch
|
|
|
|
git apply $cvePatches/LVT-2017-0003/3.10/0001.patch
|
2017-10-29 21:26:04 -04:00
|
|
|
cd $base
|