2017-10-29 21:26:04 -04:00
|
|
|
#!/bin/bash
|
|
|
|
cd $base"kernel/asus/msm8916"
|
2017-12-05 19:42:36 -05:00
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0001-No_dir-relax.patch
|
2017-12-05 18:22:31 -05:00
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0002.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0003.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
|
2017-12-05 19:42:36 -05:00
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0009.patch
|
2017-12-05 18:22:31 -05:00
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0010.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0011.patch
|
2017-12-05 19:42:36 -05:00
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0012.patch
|
2017-12-05 18:22:31 -05:00
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0013.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0014.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0015.patch
|
|
|
|
git apply $cvePatches/0002-Copperhead-Kernel_Hardening/3.10/0016.patch
|
2017-11-07 20:11:50 -05:00
|
|
|
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-2016-8394/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2016-8481/ANY/0003.patch
|
|
|
|
git apply $cvePatches/CVE-2017-0648/ANY/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-0750/ANY/0001.patch
|
2017-11-25 19:55:55 -05:00
|
|
|
git apply $cvePatches/CVE-2017-11600/3.10/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-16531/^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-09 22:59:37 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16538/^4.13/0001.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16538/^4.13/0002.patch
|
|
|
|
git apply $cvePatches/CVE-2017-16643/3.5+/0001.patch
|
2017-11-07 23:07:05 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16645/ANY/0001.patch
|
|
|
|
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/0003.patch
|
2017-11-25 19:55:55 -05:00
|
|
|
git apply $cvePatches/CVE-2017-16USB/ANY/0006.patch
|
2017-11-07 21:54:21 -05:00
|
|
|
git apply $cvePatches/CVE-2017-5972/ANY/0002.patch
|
2017-11-07 20:11:50 -05:00
|
|
|
git apply $cvePatches/LVT-2017-0003/3.10/0001.patch
|
2017-10-29 21:26:04 -04:00
|
|
|
cd $base
|