From bc7cf7af0a710731faba6f9c89039441b59e5dc7 Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 25 Sep 2020 06:13:03 -0400 Subject: [PATCH] Update CVE patchers --- Patches/Linux | 2 +- PrebuiltApps | 2 +- .../CVE_Patchers/android_kernel_essential_msm8998.sh | 3 ++- .../CVE_Patchers/android_kernel_google_wahoo.sh | 3 ++- .../CVE_Patchers/android_kernel_oneplus_msm8998.sh | 3 ++- .../CVE_Patchers/android_kernel_oneplus_sdm845.sh | 4 +++- .../CVE_Patchers/android_kernel_samsung_universal9810.sh | 4 +++- .../CVE_Patchers/android_kernel_xiaomi_sdm845.sh | 4 +++- .../CVE_Patchers/android_kernel_fxtec_msm8998.sh | 3 ++- .../CVE_Patchers/android_kernel_google_bonito.sh | 4 +++- .../CVE_Patchers/android_kernel_google_crosshatch.sh | 4 +++- .../CVE_Patchers/android_kernel_google_wahoo.sh | 3 ++- .../CVE_Patchers/android_kernel_oneplus_msm8998.sh | 4 +--- .../CVE_Patchers/android_kernel_oneplus_sdm845.sh | 4 +++- .../CVE_Patchers/android_kernel_oneplus_sm8150.sh | 6 +++++- .../CVE_Patchers/android_kernel_razer_msm8998.sh | 3 ++- .../CVE_Patchers/android_kernel_xiaomi_sdm845.sh | 4 +++- .../CVE_Patchers/android_kernel_yandex_sdm660.sh | 3 ++- .../CVE_Patchers/android_kernel_zuk_msm8996.sh | 3 ++- .../CVE_Patchers/android_kernel_google_msm-4.9.sh | 4 +++- .../CVE_Patchers/android_kernel_google_wahoo.sh | 3 ++- .../CVE_Patchers/android_kernel_oneplus_msm8998.sh | 4 +--- .../CVE_Patchers/android_kernel_oneplus_sdm845.sh | 4 +++- .../CVE_Patchers/android_kernel_oneplus_sm8150.sh | 6 +++++- .../CVE_Patchers/android_kernel_samsung_universal9810.sh | 4 +++- .../CVE_Patchers/android_kernel_yandex_sdm660.sh | 3 ++- .../CVE_Patchers/android_kernel_zuk_msm8996.sh | 3 ++- 27 files changed, 66 insertions(+), 31 deletions(-) diff --git a/Patches/Linux b/Patches/Linux index b47cff4a..cc97ed88 160000 --- a/Patches/Linux +++ b/Patches/Linux @@ -1 +1 @@ -Subproject commit b47cff4ad89b66051638a474aff46b07c64f2e6d +Subproject commit cc97ed885d3ff26af99bd89a1346d9e61cabd368 diff --git a/PrebuiltApps b/PrebuiltApps index 775a542a..227f7aef 160000 --- a/PrebuiltApps +++ b/PrebuiltApps @@ -1 +1 @@ -Subproject commit 775a542adda3d79a33279c9c236bd78d2c324d28 +Subproject commit 227f7aefd4ee1ee71c97f6f2577cc67320632b64 diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_essential_msm8998.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_essential_msm8998.sh index 8edb0405..fccc6b9d 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_essential_msm8998.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_essential_msm8998.sh @@ -308,10 +308,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16166/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0008.patch -editKernelLocalversion "-dos.p313" +editKernelLocalversion "-dos.p314" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_wahoo.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_wahoo.sh index feba4514..a313d013 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_wahoo.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_wahoo.sh @@ -458,9 +458,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch -editKernelLocalversion "-dos.p462" +editKernelLocalversion "-dos.p463" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh index b1ee5174..7e3be0b7 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh @@ -385,9 +385,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16166/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch -editKernelLocalversion "-dos.p389" +editKernelLocalversion "-dos.p390" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh index d75380f2..006964c8 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh @@ -420,9 +420,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10853/4.9/0012.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0006.patch -editKernelLocalversion "-dos.p424" +editKernelLocalversion "-dos.p426" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_samsung_universal9810.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_samsung_universal9810.sh index 6a5cfd50..1557aa14 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_samsung_universal9810.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_samsung_universal9810.sh @@ -294,8 +294,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0006.patch -editKernelLocalversion "-dos.p297" +editKernelLocalversion "-dos.p299" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_xiaomi_sdm845.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_xiaomi_sdm845.sh index 69cf6319..0955766e 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_xiaomi_sdm845.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_xiaomi_sdm845.sh @@ -417,9 +417,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10853/4.9/0012.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0006.patch -editKernelLocalversion "-dos.p421" +editKernelLocalversion "-dos.p423" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh index d878e0b6..8ed8c2b3 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh @@ -270,10 +270,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13096/^4.17.3/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch #git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch -editKernelLocalversion "-dos.p275" +editKernelLocalversion "-dos.p276" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_bonito.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_bonito.sh index 1b5ef8d2..e2ca0b54 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_bonito.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_bonito.sh @@ -346,8 +346,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0006.patch -editKernelLocalversion "-dos.p349" +editKernelLocalversion "-dos.p351" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_crosshatch.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_crosshatch.sh index 2e94bf7b..ca3b117f 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_crosshatch.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_crosshatch.sh @@ -325,8 +325,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0006.patch -editKernelLocalversion "-dos.p328" +editKernelLocalversion "-dos.p330" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_wahoo.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_wahoo.sh index 755bf874..30007d4f 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_wahoo.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_google_wahoo.sh @@ -305,9 +305,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch -editKernelLocalversion "-dos.p309" +editKernelLocalversion "-dos.p310" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh index 6e26a306..5e6ed94d 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh @@ -57,9 +57,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16994/^5.0/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19051/4.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11608/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11608/^5.6.1/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14390/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25221/^5.8.7/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13096/^4.17.3/0001.patch -editKernelLocalversion "-dos.p61" +editKernelLocalversion "-dos.p59" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh index 4534a31f..5fdc795d 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh @@ -319,9 +319,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14088/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0006.patch -editKernelLocalversion "-dos.p323" +editKernelLocalversion "-dos.p325" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh index 0e231dc3..92d8177d 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh @@ -337,15 +337,19 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13143/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13974/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14314/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14331/4.14/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14390/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14416/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15780/^5.7.7/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16166/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24394/^5.7.8/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.14/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.14/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.14/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.14/0003.patch -editKernelLocalversion "-dos.p347" +editKernelLocalversion "-dos.p351" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_razer_msm8998.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_razer_msm8998.sh index 9d3c0024..6f86638c 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_razer_msm8998.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_razer_msm8998.sh @@ -210,11 +210,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13096/^4.17.3/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0008.patch -editKernelLocalversion "-dos.p216" +editKernelLocalversion "-dos.p217" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh index 8285ff39..67e0db25 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh @@ -181,7 +181,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25221/^5.8.7/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch -editKernelLocalversion "-dos.p183" +editKernelLocalversion "-dos.p185" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_yandex_sdm660.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_yandex_sdm660.sh index f70072d8..d0aa63e6 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_yandex_sdm660.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_yandex_sdm660.sh @@ -223,11 +223,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13096/^4.17.3/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0008.patch -editKernelLocalversion "-dos.p229" +editKernelLocalversion "-dos.p230" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_zuk_msm8996.sh b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_zuk_msm8996.sh index 67325e50..017a4170 100644 --- a/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_zuk_msm8996.sh +++ b/Scripts/LineageOS-16.0/CVE_Patchers/android_kernel_zuk_msm8996.sh @@ -213,10 +213,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0008.patch -editKernelLocalversion "-dos.p218" +editKernelLocalversion "-dos.p219" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_msm-4.9.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_msm-4.9.sh index e2e803d9..2eed7dc1 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_msm-4.9.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_msm-4.9.sh @@ -140,7 +140,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25221/^5.8.7/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch -editKernelLocalversion "-dos.p142" +editKernelLocalversion "-dos.p144" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_wahoo.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_wahoo.sh index ab466f54..9e134e91 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_wahoo.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_google_wahoo.sh @@ -139,8 +139,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch -editKernelLocalversion "-dos.p142" +editKernelLocalversion "-dos.p143" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh index 6e26a306..5e6ed94d 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_msm8998.sh @@ -57,9 +57,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16994/^5.0/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19051/4.4/0010.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11608/4.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11608/^5.6.1/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14390/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25221/^5.8.7/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13096/^4.17.3/0001.patch -editKernelLocalversion "-dos.p61" +editKernelLocalversion "-dos.p59" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh index ada76e92..33bfc8f6 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sdm845.sh @@ -86,5 +86,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25220/4.9/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25221/^5.8.7/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch -editKernelLocalversion "-dos.p86" +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch +editKernelLocalversion "-dos.p88" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sm8150.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sm8150.sh index 629c3fd1..2ff7e820 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sm8150.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_oneplus_sm8150.sh @@ -252,15 +252,19 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13143/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13974/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14314/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14331/4.14/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14390/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14416/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15780/^5.7.7/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16166/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24394/^5.7.8/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.14/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.14/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.14/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.14/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.14/0003.patch -editKernelLocalversion "-dos.p262" +editKernelLocalversion "-dos.p266" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_samsung_universal9810.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_samsung_universal9810.sh index 9296d023..c4bbd4de 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_samsung_universal9810.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_samsung_universal9810.sh @@ -90,5 +90,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25221/^5.8.7/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.9/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.9/0003.patch -editKernelLocalversion "-dos.p90" +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25641/4.9/0004.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.9/0005.patch +editKernelLocalversion "-dos.p92" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh index 5126c052..cb47be92 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh @@ -136,9 +136,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0008.patch -editKernelLocalversion "-dos.p140" +editKernelLocalversion "-dos.p141" cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_zuk_msm8996.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_zuk_msm8996.sh index 13ef2f3c..1ad96956 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_zuk_msm8996.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_zuk_msm8996.sh @@ -135,9 +135,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/4.4/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/4.4/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-UNKNOWN/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0008.patch -editKernelLocalversion "-dos.p139" +editKernelLocalversion "-dos.p140" cd "$DOS_BUILD_BASE"