From 09b570fa5da805c44f4991e19451a862875e8881 Mon Sep 17 00:00:00 2001 From: Tavi Date: Wed, 21 Aug 2024 14:11:35 -0400 Subject: [PATCH] Fixup Signed-off-by: Tavi --- Patches/Linux | 2 +- Scripts/Common/Fix_CVE_Patchers.sh | 2 +- .../CVE_Patchers/android_kernel_samsung_universal8890.sh | 2 +- .../LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh | 2 +- .../LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh | 2 +- .../LineageOS-17.1/CVE_Patchers/android_kernel_yandex_sdm660.sh | 2 +- .../LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh | 2 +- .../CVE_Patchers/android_kernel_motorola_msm8996.sh | 2 +- .../CVE_Patchers/android_kernel_oneplus_msm8996.sh | 2 +- .../LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh | 2 +- .../CVE_Patchers/android_kernel_essential_msm8998.sh | 2 +- .../CVE_Patchers/android_kernel_fairphone_sdm632.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh | 2 +- .../CVE_Patchers/android_kernel_google_msm-4.9.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh | 2 +- .../CVE_Patchers/android_kernel_oneplus_msm8998.sh | 2 +- .../CVE_Patchers/android_kernel_oneplus_sdm845.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh | 2 +- .../CVE_Patchers/android_kernel_samsung_exynos9810.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh | 2 +- .../CVE_Patchers/android_kernel_xiaomi_msm8937.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh | 2 +- .../LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Patches/Linux b/Patches/Linux index 4373dbfb..9936c5ee 160000 --- a/Patches/Linux +++ b/Patches/Linux @@ -1 +1 @@ -Subproject commit 4373dbfb254af602e16fcefc3503b2e5b9e85195 +Subproject commit 9936c5ee212b6731141d455b7e9f41de6459e883 diff --git a/Scripts/Common/Fix_CVE_Patchers.sh b/Scripts/Common/Fix_CVE_Patchers.sh index 5fb3ad2d..22954bc2 100644 --- a/Scripts/Common/Fix_CVE_Patchers.sh +++ b/Scripts/Common/Fix_CVE_Patchers.sh @@ -153,7 +153,7 @@ done declare -a fourDotNine=("${fourDotFour[@]}" "android_kernel_fairphone_sdm632.sh" "android_kernel_google_msm-4.9.sh" "android_kernel_oneplus_sdm845.sh" "android_kernel_razer_sdm845.sh" "android_kernel_samsung_exynos9810.sh" "android_kernel_samsung_universal9810.sh" "android_kernel_sony_sdm845.sh" "android_kernel_xiaomi_msm8937.sh" "android_kernel_xiaomi_sdm845.sh"); for script in "${fourDotNine[@]}" do - commentPatches $script "CVE-2018-11412/4.14" "CVE-2020-0067/4.14" "CVE-2022-1204/4.14" "CVE-2023-0461/4.14" "CVE-2023-31084" "CVE-2023-4623/^6.5" "CVE-2024-0775/4.14" "CVE-2023-52435/^6.7" "CVE-2024-26763" "CVE-2024-42106"; + commentPatches $script "CVE-2018-11412/4.14" "CVE-2020-0067/4.14" "CVE-2022-1204/4.14" "CVE-2023-0461/4.14" "CVE-2023-31084" "CVE-2023-4623/^6.5" "CVE-2024-0775/4.14" "CVE-2023-52435/^6.7" "CVE-2024-26763" "CVE-2024-42106" "CVE-2023-52901"; done #4.14 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 23e14a00..100cdd14 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 @@ -935,7 +935,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52880/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-24855/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-24861/4.4/0001.patch diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh index ce6aafcd..190fa3a5 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_google_dragon.sh @@ -901,7 +901,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-24855/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-24857/4.4/0008.patch diff --git a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh index 260017b8..cace147c 100644 --- a/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh +++ b/Scripts/LineageOS-15.1/CVE_Patchers/android_kernel_zte_msm8996.sh @@ -892,7 +892,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52880/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-21468/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/4.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-24855/^6.4/0001.patch 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 ff2b49b5..546f01d6 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 @@ -686,7 +686,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh index 6ad523f0..8446918d 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_google_marlin.sh @@ -705,7 +705,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52880/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-21468/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/4.4/0008.patch diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh index b6e132a5..05b92967 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_motorola_msm8996.sh @@ -724,7 +724,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52880/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-21468/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/4.4/0008.patch diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh index ac595570..43dcb174 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_oneplus_msm8996.sh @@ -712,7 +712,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52880/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-21468/ANY/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/4.4/0008.patch diff --git a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh index 0c550e2c..3bcdc9db 100644 --- a/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh +++ b/Scripts/LineageOS-18.1/CVE_Patchers/android_kernel_xiaomi_sdm660.sh @@ -319,7 +319,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh index d9fb1166..fda3a86b 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_essential_msm8998.sh @@ -351,7 +351,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-1086/4.4/0008.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh index e41fbfce..fdd9e8f8 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh @@ -222,7 +222,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh index c35d0e99..301cd0e3 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_msm8998.sh @@ -296,7 +296,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh index 2ea3705a..60ace78d 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh @@ -225,7 +225,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh index 0292b39f..4a8e2b60 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_wahoo.sh @@ -316,7 +316,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-1086/4.4/0008.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh index 4b86cacf..10208cc6 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_lge_msm8996.sh @@ -296,7 +296,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh index 48b4ad50..832dcc97 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_msm8998.sh @@ -299,7 +299,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh index 83e3b9f4..a08da178 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh @@ -221,7 +221,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh index f8ddb7c6..778f6e33 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_msm8998.sh @@ -296,7 +296,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh index 8fb6da30..74b3601a 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh @@ -219,7 +219,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh index 9f673e24..18ea6c06 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh @@ -855,7 +855,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh index 443b20b3..9f4cfe5a 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm660.sh @@ -315,7 +315,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh index a6b649cc..b6a58ca4 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_sony_sdm845.sh @@ -712,7 +712,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh index a9aa2049..0cf380d5 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_msm8937.sh @@ -220,7 +220,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh index f8cfedf8..4532c634 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sdm845.sh @@ -226,7 +226,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52885/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.14/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.14/0003.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/4.14/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/4.14/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0607/4.14/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.14/0003.patch diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh index e692425d..d2af69c3 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_zuk_msm8996.sh @@ -310,7 +310,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52884/^6.5/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52893/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52894/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52900/4.4/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52901/^6.2/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0340/^6.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0639/4.4/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-0775/4.4/0001.patch