diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh index e41835bd..0d03cd2c 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh @@ -1,60 +1,60 @@ #!/bin/bash cd $base"kernel/amazon/hdx-common" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2012-6704/^3.5/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-1739/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-4656/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-8709/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9420/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9880/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-1593/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-6640/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10230/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2443/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2488/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2544/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3892/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3893/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6753/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8417/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8444/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8650/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9793/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9794/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0404/^3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0611/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0710/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11000/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11059/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-13080/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5970/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6074/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7308/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8247/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9684/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9706/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2012-6704/^3.5/0001.patch +git apply $cvePatches/CVE-2014-1739/ANY/0001.patch +git apply $cvePatches/CVE-2014-4656/ANY/0001.patch +git apply $cvePatches/CVE-2014-8709/ANY/0001.patch +git apply $cvePatches/CVE-2014-9420/ANY/0001.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2014-9880/ANY/0001.patch +git apply $cvePatches/CVE-2015-1593/ANY/0001.patch +git apply $cvePatches/CVE-2015-6640/ANY/0001.patch +git apply $cvePatches/CVE-2016-10230/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2443/ANY/0001.patch +git apply $cvePatches/CVE-2016-2488/ANY/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3892/ANY/0001.patch +git apply $cvePatches/CVE-2016-3893/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-6672/ANY/0001.patch +git apply $cvePatches/CVE-2016-6751/ANY/0001.patch +git apply $cvePatches/CVE-2016-6753/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2016-8417/ANY/0001.patch +git apply $cvePatches/CVE-2016-8444/ANY/0001.patch +git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2016-9793/ANY/0001.patch +git apply $cvePatches/CVE-2016-9794/ANY/0001.patch +git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0611/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-0710/ANY/0001.patch +git apply $cvePatches/CVE-2017-0751/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-11000/ANY/0001.patch +git apply $cvePatches/CVE-2017-11059/ANY/0001.patch +git apply $cvePatches/CVE-2017-13080/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5970/ANY/0001.patch +git apply $cvePatches/CVE-2017-6074/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7308/ANY/0003.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8247/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/CVE-2017-9684/ANY/0001.patch +git apply $cvePatches/CVE-2017-9706/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_msm8916.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_msm8916.sh index bfc65166..9a603a51 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_msm8916.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_asus_msm8916.sh @@ -1,13 +1,13 @@ #!/bin/bash cd $base"kernel/asus/msm8916" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8394/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8481/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +git apply $cvePatches/CVE-2012-6703/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-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 +git apply $cvePatches/LVT-2017-0003/3.10/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh index 1211994c..d5671d65 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_fairphone_msm8974.sh @@ -1,10 +1,10 @@ #!/bin/bash cd $base"kernel/fairphone/msm8974" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0801/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0430/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2016-0801/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2017-0430/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh index 7714b30e..5b65865a 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_marlin.sh @@ -1,85 +1,85 @@ #!/bin/bash cd $base"kernel/google/marlin" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9900/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-2041/^3.19/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8966/3.15+/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10044/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10088/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2544/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2549/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2847/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3136/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3137/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3140/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3156/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3906/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5342/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5345/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5854/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5856/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5858/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5867/3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5870/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6694/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6695/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-7042/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8418/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8483/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0510/3.18/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0622/3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0627/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0749/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000365/3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-10998/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11001/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11002/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11025/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11032/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11046/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11048/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11057/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11067/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11600/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-12146/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5986/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6001/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6353/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7371/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7372/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7616/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7618/^4.10/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8247/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8280/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9075/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9676/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9686/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9697/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9719/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9720/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9900/ANY/0001.patch +git apply $cvePatches/CVE-2015-2041/^3.19/0002.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-8966/3.15+/0001.patch +git apply $cvePatches/CVE-2016-10044/ANY/0001.patch +git apply $cvePatches/CVE-2016-10088/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2187/ANY/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-2549/^4.4/0001.patch +git apply $cvePatches/CVE-2016-2847/ANY/0001.patch +git apply $cvePatches/CVE-2016-3136/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3140/ANY/0001.patch +git apply $cvePatches/CVE-2016-3156/ANY/0001.patch +git apply $cvePatches/CVE-2016-3672/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0002.patch +git apply $cvePatches/CVE-2016-3906/ANY/0001.patch +git apply $cvePatches/CVE-2016-5342/ANY/0001.patch +git apply $cvePatches/CVE-2016-5345/ANY/0001.patch +git apply $cvePatches/CVE-2016-5854/ANY/0001.patch +git apply $cvePatches/CVE-2016-5856/ANY/0001.patch +git apply $cvePatches/CVE-2016-5857/ANY/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0001.patch +git apply $cvePatches/CVE-2016-5867/3.18/0002.patch +git apply $cvePatches/CVE-2016-5870/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-6694/ANY/0001.patch +git apply $cvePatches/CVE-2016-6695/ANY/0001.patch +git apply $cvePatches/CVE-2016-6696/ANY/0001.patch +git apply $cvePatches/CVE-2016-7042/ANY/0001.patch +git apply $cvePatches/CVE-2016-8418/ANY/0001.patch +git apply $cvePatches/CVE-2016-8483/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0510/3.18/0003.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0622/3.18/0001.patch +git apply $cvePatches/CVE-2017-0627/ANY/0001.patch +git apply $cvePatches/CVE-2017-0749/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000365/3.18/0002.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-10998/ANY/0001.patch +git apply $cvePatches/CVE-2017-11001/ANY/0001.patch +git apply $cvePatches/CVE-2017-11002/ANY/0002.patch +git apply $cvePatches/CVE-2017-11025/ANY/0001.patch +git apply $cvePatches/CVE-2017-11032/ANY/0001.patch +git apply $cvePatches/CVE-2017-11046/ANY/0001.patch +git apply $cvePatches/CVE-2017-11048/ANY/0001.patch +git apply $cvePatches/CVE-2017-11057/ANY/0001.patch +git apply $cvePatches/CVE-2017-11067/ANY/0001.patch +git apply $cvePatches/CVE-2017-11600/ANY/0001.patch +git apply $cvePatches/CVE-2017-12146/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-5986/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6001/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6353/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7371/ANY/0001.patch +git apply $cvePatches/CVE-2017-7372/ANY/0001.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-7616/ANY/0001.patch +git apply $cvePatches/CVE-2017-7618/^4.10/0002.patch +git apply $cvePatches/CVE-2017-8247/ANY/0001.patch +git apply $cvePatches/CVE-2017-8280/ANY/0001.patch +git apply $cvePatches/CVE-2017-9075/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/CVE-2017-9676/ANY/0001.patch +git apply $cvePatches/CVE-2017-9686/ANY/0001.patch +git apply $cvePatches/CVE-2017-9697/ANY/0001.patch +git apply $cvePatches/CVE-2017-9719/ANY/0001.patch +git apply $cvePatches/CVE-2017-9720/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh index 3fbb33b9..c8fca5b3 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_google_msm.sh @@ -1,20 +1,20 @@ #!/bin/bash cd $base"kernel/google/msm" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2013-4738/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-1593/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8402/3.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0710/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-13080/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2013-4738/ANY/0002.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2015-1593/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-8402/3.4/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-0710/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0751/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-13080/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh index 40f3bb7c..dfea33ea 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_flounder.sh @@ -1,33 +1,33 @@ #!/bin/bash cd $base"kernel/htc/flounder" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9892/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9900/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8944/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8955/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0819/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2475/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8453/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8464/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8650/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0449/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0794/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000365/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-10996/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5970/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9892/ANY/0001.patch +git apply $cvePatches/CVE-2014-9900/ANY/0001.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-8944/ANY/0001.patch +git apply $cvePatches/CVE-2015-8955/ANY/0001.patch +git apply $cvePatches/CVE-2016-0819/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2475/ANY/0001.patch +git apply $cvePatches/CVE-2016-8453/ANY/0001.patch +git apply $cvePatches/CVE-2016-8464/3.10/0001.patch +git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0449/ANY/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0794/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000365/3.10/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-10996/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-5970/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/LVT-2017-0003/3.10/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8974.sh index 09ee571b..be85a0a6 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8974.sh @@ -1,15 +1,15 @@ #!/bin/bash cd $base"kernel/htc/msm8974" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-1739/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9715/^3.14/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-1593/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2443/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0610/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-1739/ANY/0001.patch +git apply $cvePatches/CVE-2014-9715/^3.14/0002.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2015-1593/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2443/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2017-0610/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh index 29b7e045..eefb83f3 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_htc_msm8994.sh @@ -1,73 +1,118 @@ #!/bin/bash cd $base"kernel/htc/msm8994" -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8401/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8413/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8417/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8444/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8450/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8477/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8480/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8481/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8650/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9754/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9793/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9794/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0404/^3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0427/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0445/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0452/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0457/3.10/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0516/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0520/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0576/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0606/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0607/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0610/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0611/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0620/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0621/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0627/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0631/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0710/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0746/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0748/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0794/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000365/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-10999/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11024/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11046/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11048/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11056/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11059/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2618/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5970/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6074/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7308/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7369/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8246/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8261/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8265/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8280/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9706/ANY/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2014-9903/ANY/0001.patch +git apply $cvePatches/CVE-2014-9904/ANY/0001.patch +git apply $cvePatches/CVE-2015-8019/3.10/0001.patch +git apply $cvePatches/CVE-2015-8942/ANY/0001.patch +git apply $cvePatches/CVE-2015-8955/ANY/0001.patch +git apply $cvePatches/CVE-2015-8967/ANY/0001.patch +git apply $cvePatches/CVE-2016-0758/ANY/0001.patch +git apply $cvePatches/CVE-2016-10044/ANY/0003.patch +git apply $cvePatches/CVE-2016-10200/ANY/0001.patch +git apply $cvePatches/CVE-2016-10230/ANY/0001.patch +git apply $cvePatches/CVE-2016-10234/3.10/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2187/ANY/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-3136/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3140/ANY/0001.patch +git apply $cvePatches/CVE-2016-3689/ANY/0001.patch +git apply $cvePatches/CVE-2016-3809/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0002.patch +git apply $cvePatches/CVE-2016-3906/ANY/0001.patch +git apply $cvePatches/CVE-2016-3907/3.10/0002.patch +git apply $cvePatches/CVE-2016-3934/ANY/0001.patch +git apply $cvePatches/CVE-2016-5345/ANY/0001.patch +git apply $cvePatches/CVE-2016-5853/3.10/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0002.patch +git apply $cvePatches/CVE-2016-5867/3.10/0001.patch +git apply $cvePatches/CVE-2016-5868/3.10/0001.patch +git apply $cvePatches/CVE-2016-5870/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-2016-6738/ANY/0001.patch +git apply $cvePatches/CVE-2016-6741/3.10/0001.patch +git apply $cvePatches/CVE-2016-6751/ANY/0001.patch +git apply $cvePatches/CVE-2016-6753/ANY/0001.patch +git apply $cvePatches/CVE-2016-7910/ANY/0001.patch +git apply $cvePatches/CVE-2016-7913/ANY/0001.patch +git apply $cvePatches/CVE-2016-7915/ANY/0001.patch +git apply $cvePatches/CVE-2016-8399/ANY/0001.patch +git apply $cvePatches/CVE-2016-8401/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2016-8413/ANY/0001.patch +git apply $cvePatches/CVE-2016-8417/ANY/0001.patch +git apply $cvePatches/CVE-2016-8444/ANY/0001.patch +git apply $cvePatches/CVE-2016-8450/ANY/0001.patch +git apply $cvePatches/CVE-2016-8477/3.10/0001.patch +git apply $cvePatches/CVE-2016-8480/3.10/0001.patch +git apply $cvePatches/CVE-2016-8481/ANY/0001.patch +git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2016-9754/ANY/0001.patch +git apply $cvePatches/CVE-2016-9793/ANY/0001.patch +git apply $cvePatches/CVE-2016-9794/ANY/0001.patch +git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch +git apply $cvePatches/CVE-2017-0427/3.10/0001.patch +git apply $cvePatches/CVE-2017-0445/ANY/0001.patch +git apply $cvePatches/CVE-2017-0452/ANY/0001.patch +git apply $cvePatches/CVE-2017-0457/3.10/0002.patch +git apply $cvePatches/CVE-2017-0516/ANY/0001.patch +git apply $cvePatches/CVE-2017-0520/ANY/0001.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0576/ANY/0001.patch +git apply $cvePatches/CVE-2017-0604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0606/ANY/0001.patch +git apply $cvePatches/CVE-2017-0607/ANY/0001.patch +git apply $cvePatches/CVE-2017-0610/ANY/0001.patch +git apply $cvePatches/CVE-2017-0611/ANY/0001.patch +git apply $cvePatches/CVE-2017-0620/ANY/0001.patch +git apply $cvePatches/CVE-2017-0621/ANY/0001.patch +git apply $cvePatches/CVE-2017-0627/ANY/0001.patch +git apply $cvePatches/CVE-2017-0631/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-0710/ANY/0001.patch +git apply $cvePatches/CVE-2017-0746/ANY/0001.patch +git apply $cvePatches/CVE-2017-0748/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0751/ANY/0001.patch +git apply $cvePatches/CVE-2017-0794/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000365/3.10/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-10999/ANY/0001.patch +git apply $cvePatches/CVE-2017-11024/ANY/0001.patch +git apply $cvePatches/CVE-2017-11046/ANY/0001.patch +git apply $cvePatches/CVE-2017-11048/ANY/0001.patch +git apply $cvePatches/CVE-2017-11056/ANY/0001.patch +git apply $cvePatches/CVE-2017-11059/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-2618/3.10/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-5970/ANY/0001.patch +git apply $cvePatches/CVE-2017-6074/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7308/ANY/0003.patch +git apply $cvePatches/CVE-2017-7369/3.10/0001.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-8246/3.10/0001.patch +git apply $cvePatches/CVE-2017-8261/ANY/0001.patch +git apply $cvePatches/CVE-2017-8265/ANY/0001.patch +git apply $cvePatches/CVE-2017-8280/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/CVE-2017-9706/ANY/0001.patch +git apply $cvePatches/LVT-2017-0003/3.10/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh index 6ec6ee43..4199a3f4 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_huawei_angler.sh @@ -1,72 +1,72 @@ #!/bin/bash cd $base"kernel/huawei/angler" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-8160/^3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-0573/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-2041/^3.19/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-5366/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7550/^4.3/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0805/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0843/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2063/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2384/^4.5/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2438/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2469/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2475/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2544/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2545/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2549/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3070/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3136/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3137/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3138/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3140/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3689/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5342/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5345/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5858/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5859/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5867/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5868/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5870/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6694/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6695/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8481/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0510/3.10/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0516/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0824/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000365/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11024/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2618/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6001/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8280/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2015-0573/ANY/0001.patch +git apply $cvePatches/CVE-2015-2041/^3.19/0002.patch +git apply $cvePatches/CVE-2015-5366/3.10/0001.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-7550/^4.3/0001.patch +git apply $cvePatches/CVE-2016-0805/ANY/0001.patch +git apply $cvePatches/CVE-2016-0843/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2063/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2187/ANY/0001.patch +git apply $cvePatches/CVE-2016-2384/^4.5/0001.patch +git apply $cvePatches/CVE-2016-2438/ANY/0001.patch +git apply $cvePatches/CVE-2016-2469/3.10/0001.patch +git apply $cvePatches/CVE-2016-2475/ANY/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-2545/^4.4/0001.patch +git apply $cvePatches/CVE-2016-2549/^4.4/0001.patch +git apply $cvePatches/CVE-2016-3070/ANY/0001.patch +git apply $cvePatches/CVE-2016-3136/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3138/ANY/0001.patch +git apply $cvePatches/CVE-2016-3140/ANY/0001.patch +git apply $cvePatches/CVE-2016-3689/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-5342/ANY/0001.patch +git apply $cvePatches/CVE-2016-5345/ANY/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0001.patch +git apply $cvePatches/CVE-2016-5859/3.10/0001.patch +git apply $cvePatches/CVE-2016-5867/3.10/0001.patch +git apply $cvePatches/CVE-2016-5868/3.10/0001.patch +git apply $cvePatches/CVE-2016-5870/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-6694/ANY/0001.patch +git apply $cvePatches/CVE-2016-6695/ANY/0001.patch +git apply $cvePatches/CVE-2016-6696/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2016-8481/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0510/3.10/0002.patch +git apply $cvePatches/CVE-2017-0516/ANY/0001.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-0824/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000365/3.10/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-11024/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-2618/3.10/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6001/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8280/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/LVT-2017-0003/3.10/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh index 6085642b..9c345590 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_bullhead.sh @@ -1,65 +1,65 @@ #!/bin/bash cd $base"kernel/lge/bullhead" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-8160/^3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-0573/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-2041/^3.19/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-5366/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7550/^4.3/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0805/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0843/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2063/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2384/^4.5/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2438/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2469/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2544/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2545/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2549/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3070/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3136/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3137/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3140/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3689/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5345/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5858/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5859/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5867/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5870/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6694/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6695/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-7913/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8481/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0510/3.10/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0516/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000365/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11024/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2618/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6001/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2015-0573/ANY/0001.patch +git apply $cvePatches/CVE-2015-2041/^3.19/0002.patch +git apply $cvePatches/CVE-2015-5366/3.10/0001.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-7550/^4.3/0001.patch +git apply $cvePatches/CVE-2016-0805/ANY/0001.patch +git apply $cvePatches/CVE-2016-0843/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2063/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2187/ANY/0001.patch +git apply $cvePatches/CVE-2016-2384/^4.5/0001.patch +git apply $cvePatches/CVE-2016-2438/ANY/0001.patch +git apply $cvePatches/CVE-2016-2469/3.10/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-2545/^4.4/0001.patch +git apply $cvePatches/CVE-2016-2549/^4.4/0001.patch +git apply $cvePatches/CVE-2016-3070/ANY/0001.patch +git apply $cvePatches/CVE-2016-3136/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3140/ANY/0001.patch +git apply $cvePatches/CVE-2016-3689/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0002.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-5345/ANY/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0001.patch +git apply $cvePatches/CVE-2016-5859/3.10/0001.patch +git apply $cvePatches/CVE-2016-5867/3.10/0001.patch +git apply $cvePatches/CVE-2016-5870/ANY/0001.patch +git apply $cvePatches/CVE-2016-6693/ANY/0001.patch +git apply $cvePatches/CVE-2016-6694/ANY/0001.patch +git apply $cvePatches/CVE-2016-6695/ANY/0001.patch +git apply $cvePatches/CVE-2016-6696/ANY/0001.patch +git apply $cvePatches/CVE-2016-7913/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2016-8481/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0510/3.10/0002.patch +git apply $cvePatches/CVE-2017-0516/ANY/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000365/3.10/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-11024/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-2618/3.10/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6001/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/LVT-2017-0003/3.10/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh index 44971a87..ff24286c 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_hammerhead.sh @@ -1,28 +1,28 @@ #!/bin/bash cd $base"kernel/lge/hammerhead" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9881/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9882/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-1593/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5829/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8650/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0611/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0710/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5970/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6074/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7308/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8247/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9684/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9881/ANY/0001.patch +git apply $cvePatches/CVE-2014-9882/ANY/0001.patch +git apply $cvePatches/CVE-2015-1593/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-5829/ANY/0001.patch +git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0611/ANY/0001.patch +git apply $cvePatches/CVE-2017-0710/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0751/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5970/ANY/0001.patch +git apply $cvePatches/CVE-2017-6074/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7308/ANY/0003.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8247/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/CVE-2017-9684/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh index 717548d8..efbd585c 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh @@ -1,11 +1,11 @@ #!/bin/bash cd $base"kernel/lge/mako" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2013-4738/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8402/3.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9793/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2013-4738/ANY/0002.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-8402/3.4/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2016-9793/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh index 775d873a..f1aa5c03 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_moto_shamu.sh @@ -1,64 +1,64 @@ #!/bin/bash cd $base"kernel/moto/shamu" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-8160/^3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9420/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9683/^3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9715/^3.14/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-1593/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-2041/^3.19/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7550/^4.3/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8955/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8967/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0758/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2475/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2544/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2545/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2549/^4.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3070/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3136/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3137/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3138/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3140/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3689/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5342/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5870/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6695/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-7913/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8464/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8650/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0404/^3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0627/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0824/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000365/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11024/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2618/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6951/^3.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8269/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-8160/^3.18/0002.patch +git apply $cvePatches/CVE-2014-9420/ANY/0001.patch +git apply $cvePatches/CVE-2014-9683/^3.18/0002.patch +git apply $cvePatches/CVE-2014-9715/^3.14/0002.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2015-1593/ANY/0001.patch +git apply $cvePatches/CVE-2015-2041/^3.19/0002.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-7550/^4.3/0001.patch +git apply $cvePatches/CVE-2015-8955/ANY/0001.patch +git apply $cvePatches/CVE-2015-8967/ANY/0001.patch +git apply $cvePatches/CVE-2016-0758/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2187/ANY/0001.patch +git apply $cvePatches/CVE-2016-2475/ANY/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-2545/^4.4/0001.patch +git apply $cvePatches/CVE-2016-2549/^4.4/0001.patch +git apply $cvePatches/CVE-2016-3070/ANY/0001.patch +git apply $cvePatches/CVE-2016-3136/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3138/ANY/0001.patch +git apply $cvePatches/CVE-2016-3140/ANY/0001.patch +git apply $cvePatches/CVE-2016-3689/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0002.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-5342/ANY/0001.patch +git apply $cvePatches/CVE-2016-5870/ANY/0001.patch +git apply $cvePatches/CVE-2016-6672/ANY/0001.patch +git apply $cvePatches/CVE-2016-6695/ANY/0001.patch +git apply $cvePatches/CVE-2016-7913/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2016-8464/3.10/0001.patch +git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0627/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-0824/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000365/3.10/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-11024/ANY/0001.patch +git apply $cvePatches/CVE-2017-2618/3.10/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6951/^3.14/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8269/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh index 7f0b74ef..ae98b300 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8916.sh @@ -1,39 +1,39 @@ #!/bin/bash cd $base"kernel/motorola/msm8916" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9420/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-1593/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8950/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8955/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8967/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3137/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3892/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3902/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5858/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5858/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5859/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-5867/3.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6694/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6695/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8481/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0457/3.10/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0794/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11024/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9420/ANY/0001.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2015-1593/ANY/0001.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-8950/ANY/0001.patch +git apply $cvePatches/CVE-2015-8955/ANY/0001.patch +git apply $cvePatches/CVE-2015-8967/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0002.patch +git apply $cvePatches/CVE-2016-3892/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-3902/ANY/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0001.patch +git apply $cvePatches/CVE-2016-5858/ANY/0002.patch +git apply $cvePatches/CVE-2016-5859/3.10/0001.patch +git apply $cvePatches/CVE-2016-5867/3.10/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-6694/ANY/0001.patch +git apply $cvePatches/CVE-2016-6695/ANY/0001.patch +git apply $cvePatches/CVE-2016-6696/ANY/0001.patch +git apply $cvePatches/CVE-2016-8481/ANY/0003.patch +git apply $cvePatches/CVE-2017-0457/3.10/0002.patch +git apply $cvePatches/CVE-2017-0524/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-0794/ANY/0001.patch +git apply $cvePatches/CVE-2017-11024/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/LVT-2017-0003/3.10/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh index 7532d8e0..39b27a09 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_nextbit_msm8992.sh @@ -1,13 +1,13 @@ #!/bin/bash cd $base"kernel/nextbit/msm8992" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9904/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6693/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6696/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/LVT-2017-0003/3.10/0001.patch +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 cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh index 12506d82..e7521a29 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh @@ -1,29 +1,29 @@ #!/bin/bash cd $base"kernel/oneplus/msm8974" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9880/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0801/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2443/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0510/3.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0610/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11000/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11048/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11059/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-13080/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-8247/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9242/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9684/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-9706/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2014-9880/ANY/0001.patch +git apply $cvePatches/CVE-2016-0801/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2443/ANY/0001.patch +git apply $cvePatches/CVE-2016-6672/ANY/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2017-0510/3.4/0001.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0610/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-0751/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-11000/ANY/0001.patch +git apply $cvePatches/CVE-2017-11048/ANY/0001.patch +git apply $cvePatches/CVE-2017-11059/ANY/0001.patch +git apply $cvePatches/CVE-2017-13080/ANY/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-8247/ANY/0001.patch +git apply $cvePatches/CVE-2017-9242/^4.11/0001.patch +git apply $cvePatches/CVE-2017-9684/ANY/0001.patch +git apply $cvePatches/CVE-2017-9706/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh index 6a16d7e5..39ab19d8 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_jf.sh @@ -1,34 +1,34 @@ #!/bin/bash cd $base"kernel/samsung/jf" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0801/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10233/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2475/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3854/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3865/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3894/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6672/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6791/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8402/3.4/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8404/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0430/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0524/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0571/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0573/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0706/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0710/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0751/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0791/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-10663/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5970/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2016-0801/ANY/0001.patch +git apply $cvePatches/CVE-2016-10233/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2475/ANY/0001.patch +git apply $cvePatches/CVE-2016-3854/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-3865/ANY/0001.patch +git apply $cvePatches/CVE-2016-3894/ANY/0001.patch +git apply $cvePatches/CVE-2016-6672/ANY/0001.patch +git apply $cvePatches/CVE-2016-6791/ANY/0001.patch +git apply $cvePatches/CVE-2016-8402/3.4/0001.patch +git apply $cvePatches/CVE-2016-8404/ANY/0001.patch +git apply $cvePatches/CVE-2017-0430/ANY/0001.patch +git apply $cvePatches/CVE-2017-0524/ANY/0001.patch +git apply $cvePatches/CVE-2017-0571/ANY/0001.patch +git apply $cvePatches/CVE-2017-0573/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-0706/ANY/0001.patch +git apply $cvePatches/CVE-2017-0710/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-0751/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-0791/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-10663/ANY/0002.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-5970/ANY/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh index 204f8ee9..538d8a60 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_msm8974.sh @@ -1,8 +1,8 @@ #!/bin/bash cd $base"kernel/samsung/msm8974" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-1583/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2475/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-4578/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2016-1583/ANY/0001.patch +git apply $cvePatches/CVE-2016-2475/ANY/0001.patch +git apply $cvePatches/CVE-2016-4578/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh index 27ecb1a7..d9799a4d 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_smdk4412.sh @@ -1,33 +1,33 @@ #!/bin/bash cd $base"kernel/samsung/smdk4412" -git apply --whitespace=fix $cvePatches/CVE-2014-1739/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-4656/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9420/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9781/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9870/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9895/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9900/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-6640/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8944/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0819/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2544/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6753/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8463/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0404/^3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0430/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0648/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0706/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0786/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-15265/^4.14/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6074/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7308/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2014-1739/ANY/0001.patch +git apply $cvePatches/CVE-2014-4656/ANY/0001.patch +git apply $cvePatches/CVE-2014-9420/ANY/0001.patch +git apply $cvePatches/CVE-2014-9781/ANY/0001.patch +git apply $cvePatches/CVE-2014-9870/ANY/0001.patch +git apply $cvePatches/CVE-2014-9895/ANY/0001.patch +git apply $cvePatches/CVE-2014-9900/ANY/0001.patch +git apply $cvePatches/CVE-2015-6640/ANY/0001.patch +git apply $cvePatches/CVE-2015-8944/ANY/0001.patch +git apply $cvePatches/CVE-2016-0819/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2544/ANY/0001.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-6753/ANY/0001.patch +git apply $cvePatches/CVE-2016-8463/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch +git apply $cvePatches/CVE-2017-0430/ANY/0001.patch +git apply $cvePatches/CVE-2017-0648/ANY/0001.patch +git apply $cvePatches/CVE-2017-0706/ANY/0001.patch +git apply $cvePatches/CVE-2017-0786/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-15265/^4.14/0001.patch +git apply $cvePatches/CVE-2017-6074/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7308/ANY/0003.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch cd $base diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh index 8c10c165..b339511b 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_samsung_universal8890.sh @@ -1,69 +1,69 @@ #!/bin/bash cd $base"kernel/samsung/universal8890" -git apply --whitespace=fix $cvePatches/CVE-2012-6703/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9900/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2014-9940/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-2041/^3.19/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7515/^4.4/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-7550/^4.3/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8019/3.18/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8575/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8785/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8839/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8962/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-8966/3.15+/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2015-9004/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-0819/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10044/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10044/ANY/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10088/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-10200/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2185/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2186/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-2187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3136/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3137/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3140/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3156/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3689/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3775/3.18/0004.patch -git apply --whitespace=fix $cvePatches/CVE-2016-3857/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-4794/3.18+/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-4794/3.18+/0002.patch -git apply --whitespace=fix $cvePatches/CVE-2016-6828/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-7042/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-7913/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-7917/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8399/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8468/3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-8650/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9604/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9754/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9793/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2016-9794/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0404/^3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0510/3.18/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0523/3.18/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0537/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0627/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0710/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0749/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-0750/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-1000380/^4.11/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-10996/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-11600/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-2671/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5669/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5970/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-5986/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6001/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6345/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6348/^4.9/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-6353/^4.10/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7187/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7308/ANY/0003.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7472/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7487/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7616/ANY/0001.patch -git apply --whitespace=fix $cvePatches/CVE-2017-7618/^4.10/0002.patch +git apply $cvePatches/CVE-2012-6703/ANY/0001.patch +git apply $cvePatches/CVE-2014-9900/ANY/0001.patch +git apply $cvePatches/CVE-2014-9940/ANY/0001.patch +git apply $cvePatches/CVE-2015-2041/^3.19/0002.patch +git apply $cvePatches/CVE-2015-7515/^4.4/0002.patch +git apply $cvePatches/CVE-2015-7550/^4.3/0001.patch +git apply $cvePatches/CVE-2015-8019/3.18/0002.patch +git apply $cvePatches/CVE-2015-8575/ANY/0001.patch +git apply $cvePatches/CVE-2015-8785/ANY/0001.patch +git apply $cvePatches/CVE-2015-8839/ANY/0002.patch +git apply $cvePatches/CVE-2015-8962/ANY/0001.patch +git apply $cvePatches/CVE-2015-8966/3.15+/0001.patch +git apply $cvePatches/CVE-2015-9004/ANY/0001.patch +git apply $cvePatches/CVE-2016-0819/ANY/0001.patch +git apply $cvePatches/CVE-2016-10044/ANY/0001.patch +git apply $cvePatches/CVE-2016-10044/ANY/0002.patch +git apply $cvePatches/CVE-2016-10088/ANY/0001.patch +git apply $cvePatches/CVE-2016-10200/ANY/0001.patch +git apply $cvePatches/CVE-2016-2185/ANY/0001.patch +git apply $cvePatches/CVE-2016-2186/ANY/0001.patch +git apply $cvePatches/CVE-2016-2187/ANY/0001.patch +git apply $cvePatches/CVE-2016-3136/ANY/0001.patch +git apply $cvePatches/CVE-2016-3137/ANY/0001.patch +git apply $cvePatches/CVE-2016-3140/ANY/0001.patch +git apply $cvePatches/CVE-2016-3156/ANY/0001.patch +git apply $cvePatches/CVE-2016-3689/ANY/0001.patch +git apply $cvePatches/CVE-2016-3775/3.18/0004.patch +git apply $cvePatches/CVE-2016-3857/ANY/0001.patch +git apply $cvePatches/CVE-2016-4794/3.18+/0001.patch +git apply $cvePatches/CVE-2016-4794/3.18+/0002.patch +git apply $cvePatches/CVE-2016-6828/ANY/0001.patch +git apply $cvePatches/CVE-2016-7042/ANY/0001.patch +git apply $cvePatches/CVE-2016-7913/ANY/0001.patch +git apply $cvePatches/CVE-2016-7917/ANY/0001.patch +git apply $cvePatches/CVE-2016-8399/ANY/0001.patch +git apply $cvePatches/CVE-2016-8468/3.18/0001.patch +git apply $cvePatches/CVE-2016-8650/ANY/0001.patch +git apply $cvePatches/CVE-2016-9604/ANY/0001.patch +git apply $cvePatches/CVE-2016-9754/ANY/0001.patch +git apply $cvePatches/CVE-2016-9793/ANY/0001.patch +git apply $cvePatches/CVE-2016-9794/ANY/0001.patch +git apply $cvePatches/CVE-2017-0404/^3.18/0001.patch +git apply $cvePatches/CVE-2017-0510/3.18/0003.patch +git apply $cvePatches/CVE-2017-0523/3.18/0001.patch +git apply $cvePatches/CVE-2017-0537/ANY/0001.patch +git apply $cvePatches/CVE-2017-0627/ANY/0001.patch +git apply $cvePatches/CVE-2017-0710/ANY/0001.patch +git apply $cvePatches/CVE-2017-0749/ANY/0001.patch +git apply $cvePatches/CVE-2017-0750/ANY/0001.patch +git apply $cvePatches/CVE-2017-1000380/^4.11/0001.patch +git apply $cvePatches/CVE-2017-10996/ANY/0001.patch +git apply $cvePatches/CVE-2017-11600/ANY/0001.patch +git apply $cvePatches/CVE-2017-2671/^4.10/0001.patch +git apply $cvePatches/CVE-2017-5669/^4.9/0001.patch +git apply $cvePatches/CVE-2017-5970/ANY/0001.patch +git apply $cvePatches/CVE-2017-5986/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6001/ANY/0001.patch +git apply $cvePatches/CVE-2017-6345/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6348/^4.9/0001.patch +git apply $cvePatches/CVE-2017-6353/^4.10/0001.patch +git apply $cvePatches/CVE-2017-7187/ANY/0001.patch +git apply $cvePatches/CVE-2017-7308/ANY/0003.patch +git apply $cvePatches/CVE-2017-7472/ANY/0001.patch +git apply $cvePatches/CVE-2017-7487/ANY/0001.patch +git apply $cvePatches/CVE-2017-7616/ANY/0001.patch +git apply $cvePatches/CVE-2017-7618/^4.10/0002.patch cd $base