2017-10-29 21:26:04 -04:00
|
|
|
#!/bin/bash
|
|
|
|
cd $base"kernel/fairphone/msm8974"
|
2017-11-25 19:55:55 -05:00
|
|
|
git apply $cvePatches/CVE-2014-3153/ANY/0002.patch
|
|
|
|
git apply $cvePatches/CVE-2014-3153/ANY/0004.patch
|
|
|
|
git apply $cvePatches/CVE-2016-0774/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2016-7117/^4.5/0002.patch
|
2017-11-07 20:11:50 -05:00
|
|
|
git apply $cvePatches/CVE-2017-0750/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-0786/ANY/0001.patch
|
2017-11-25 19:55:55 -05:00
|
|
|
git apply $cvePatches/CVE-2017-11059/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-11090/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-12153/3.2-^3.16/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-13080/ANY/0001.patch
|
2017-11-09 22:59:37 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16526/^4.13/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16532/^4.13/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16533/^4.13/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16535/^4.13/0001.patch
|
2017-11-25 19:55:55 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16537/^4.13/0001.patch
|
2017-11-07 23:07:05 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16650/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16USB/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16USB/ANY/0005.patch
|
2017-11-25 19:55:55 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16USB/ANY/0006.patch
|
2017-11-07 20:11:50 -05:00
|
|
|
git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch
|
2017-11-08 03:42:33 -05:00
|
|
|
git apply $cvePatches/Untracked/ANY/0008-nfsd-check-for-oversized-NFSv2-v3-arguments.patch
|
2017-10-29 21:26:04 -04:00
|
|
|
cd $base
|