diff --git a/Logs/resetWorkspace-LineageOS-20.0.txt b/Logs/resetWorkspace-LineageOS-20.0.txt index 1920e3c9..563b200c 100644 --- a/Logs/resetWorkspace-LineageOS-20.0.txt +++ b/Logs/resetWorkspace-LineageOS-20.0.txt @@ -1380,7 +1380,7 @@ vendor/lge/us996d 548f96ba5e97624c00650fd218e985aaf7b8424c vendor/lge/us997 1bdb1edf78b5b86972a61c8e51294b5905c36e77 vendor/lge/v20-common 1493693b4de2e304ba5271022236fad1aa969a4f vendor/lge/vs995 86a35d3e47c9de58c55a8c6dd5438638e3525776 -vendor/lineage 32ae76c5a84efb50646de40499c048568c79bf50 +vendor/lineage 49b20fd75c747da08697e6db0be1e300b2fff6f6 vendor/nxp/nfc 7cfaa9b365f43eef984d0c3c11a14ceffdd7c666 vendor/nxp/secure_element c1327d2dc2f1119a0e226c4a97d039ffc874b023 vendor/nxp/secure_element_extns 9794c73f5a5b37116d6a161c4252c82c7ecf0ba0 diff --git a/Patches/LineageOS-20.0/android_frameworks_base/0029-Strict_Package_Checks-2.patch b/Patches/LineageOS-20.0/android_frameworks_base/0029-Strict_Package_Checks-2.patch index c1c4130c..9eeb611f 100644 --- a/Patches/LineageOS-20.0/android_frameworks_base/0029-Strict_Package_Checks-2.patch +++ b/Patches/LineageOS-20.0/android_frameworks_base/0029-Strict_Package_Checks-2.patch @@ -11,10 +11,10 @@ Subject: [PATCH] perform additional boot-time checks on system package updates create mode 100644 services/core/java/com/android/server/pm/PackageVerityExt.java diff --git a/services/core/java/com/android/server/pm/InstallPackageHelper.java b/services/core/java/com/android/server/pm/InstallPackageHelper.java -index 0ec70238ff64..adf3e172d192 100644 +index 357a7e98413e..b08e4349e543 100644 --- a/services/core/java/com/android/server/pm/InstallPackageHelper.java +++ b/services/core/java/com/android/server/pm/InstallPackageHelper.java -@@ -3827,6 +3827,13 @@ final class InstallPackageHelper { +@@ -3831,6 +3831,13 @@ final class InstallPackageHelper { @Nullable UserHandle user) throws PackageManagerException { final boolean scanSystemPartition = (parseFlags & ParsingPackageUtils.PARSE_IS_SYSTEM_DIR) != 0; diff --git a/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch b/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch index 28448d45..31fb5105 100644 --- a/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch +++ b/Patches/LineageOS-20.0/android_packages_modules_Wifi/0001-Random_MAC.patch @@ -87,10 +87,10 @@ index dca3e6b139..9c45521fde 100644 return config.getRandomizedMacAddress(); } diff --git a/service/java/com/android/server/wifi/WifiConfigurationUtil.java b/service/java/com/android/server/wifi/WifiConfigurationUtil.java -index 1997a9adf6..40837ff703 100644 +index 9d7063fbe8..e1b36fb172 100644 --- a/service/java/com/android/server/wifi/WifiConfigurationUtil.java +++ b/service/java/com/android/server/wifi/WifiConfigurationUtil.java -@@ -245,7 +245,7 @@ public class WifiConfigurationUtil { +@@ -254,7 +254,7 @@ public class WifiConfigurationUtil { public static boolean hasMacRandomizationSettingsChanged(WifiConfiguration existingConfig, WifiConfiguration newConfig) { if (existingConfig == null) { diff --git a/Patches/Linux b/Patches/Linux index d325f076..1c7e34dc 160000 --- a/Patches/Linux +++ b/Patches/Linux @@ -1 +1 @@ -Subproject commit d325f07654c5dc4d25c9f7df8ecbef465331cf91 +Subproject commit 1c7e34dc6e3973e0273348fa6d9f0bafe034fa8d diff --git a/Scripts/Common/Fix_CVE_Patchers.sh b/Scripts/Common/Fix_CVE_Patchers.sh index eef9985a..5810689a 100644 --- a/Scripts/Common/Fix_CVE_Patchers.sh +++ b/Scripts/Common/Fix_CVE_Patchers.sh @@ -160,7 +160,7 @@ done declare -a fourDotFourteen=("${fourDotNine[@]}" "android_kernel_google_msm-4.14.sh" "android_kernel_xiaomi_sm6150.sh" "android_kernel_oneplus_sm8150.sh" "android_kernel_xiaomi_sm8150.sh" "android_kernel_xiaomi_vayu.sh"); for script in "${fourDotFourteen[@]}" do - commentPatches $script "CVE-2019-19252/4.19" "CVE-2021-46921/4.19" "CVE-2023-51043/4.19" "CVE-2024-38618" "CVE-2023-52486/^6.7" "CVE-2024-35910"; + commentPatches $script "CVE-2019-19252/4.19" "CVE-2021-46921/4.19" "CVE-2023-51043/4.19" "CVE-2024-38618" "CVE-2023-52486/^6.7" "CVE-2024-35910" "CVE-2024-49949"; done echo -e "\e[0;32m[SCRIPT COMPLETE] Fixed CVE patchers\e[0m"; diff --git a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh index 6400e7f9..0f17e6e1 100644 --- a/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh +++ b/Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh @@ -1193,12 +1193,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49952/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49958/4.19/0006.patch @@ -1242,8 +1241,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p1243" +editKernelLocalversion "-dos.p1241" else echo "kernel_xiaomi_sm6150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh b/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh index 11b59f68..de815129 100644 --- a/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh +++ b/Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh @@ -1275,12 +1275,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49952/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49958/4.19/0006.patch @@ -1315,9 +1314,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/4.14/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch @@ -1330,8 +1329,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p1331" +editKernelLocalversion "-dos.p1329" else echo "kernel_xiaomi_sm8150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 db34f809..2e49c56e 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 @@ -505,13 +505,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -551,8 +550,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-alt/4.9/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p552" +editKernelLocalversion "-dos.p550" else echo "kernel_fairphone_sdm632 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh index f974e30c..2c84aec0 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sm7225.sh @@ -551,7 +551,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49894/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49896/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch @@ -602,17 +601,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p612" +editKernelLocalversion "-dos.p610" else echo "kernel_fairphone_sm7225 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh index 71125f55..6a7ff8a0 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fxtec_sm6115.sh @@ -551,7 +551,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49894/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49896/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch @@ -602,17 +601,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p612" +editKernelLocalversion "-dos.p610" else echo "kernel_fxtec_sm6115 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh index 345b18c9..064f1a6f 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs101_private_gs-google.sh @@ -1226,15 +1226,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50185/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50188/5.10/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50198/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50199/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/5.10/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50204/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50205/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50208/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50209/5.10/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/5.10/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47490/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48850/5.10/0006.patch @@ -1246,7 +1245,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/5.10/0002.patch -editKernelLocalversion "-dos.p1246" +editKernelLocalversion "-dos.p1245" else echo "kernel_google_gs101_private_gs-google is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh index f46fb0b7..a2081a7f 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_gs201_private_gs-google.sh @@ -1224,15 +1224,14 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50185/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50188/5.10/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/5.10/0003.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50198/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50199/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/5.10/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50204/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50205/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50208/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50209/5.10/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/5.10/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/5.10/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47490/5.10/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48850/5.10/0006.patch @@ -1244,7 +1243,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/5.10/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/5.10/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/5.10/0002.patch -editKernelLocalversion "-dos.p1244" +editKernelLocalversion "-dos.p1243" else echo "kernel_google_gs201_private_gs-google is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh index e228d191..e63cc586 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh @@ -531,14 +531,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49902/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49952/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49958/4.19/0006.patch @@ -574,9 +573,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-33063/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch @@ -584,8 +583,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p585" +editKernelLocalversion "-dos.p583" else echo "kernel_google_msm-4.14 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 2683f6e2..b9afc3ca 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 @@ -512,13 +512,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -558,8 +557,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p559" +editKernelLocalversion "-dos.p557" else echo "kernel_google_msm-4.9 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh index c3d1ad66..c6fdde78 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_redbull.sh @@ -781,7 +781,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49894/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49896/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch @@ -828,17 +827,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p838" +editKernelLocalversion "-dos.p836" else echo "kernel_google_redbull is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 a4eee165..876266d4 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 @@ -518,13 +518,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -565,8 +564,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p566" +editKernelLocalversion "-dos.p564" else echo "kernel_oneplus_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh index 51b98877..81d1f370 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm7250.sh @@ -608,7 +608,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49894/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49896/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch @@ -658,17 +657,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p668" +editKernelLocalversion "-dos.p666" else echo "kernel_oneplus_sm7250 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh index e7417840..87203b38 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh @@ -1230,12 +1230,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49952/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49958/4.19/0006.patch @@ -1270,9 +1269,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/4.14/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch @@ -1284,8 +1283,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p1285" +editKernelLocalversion "-dos.p1283" else echo "kernel_oneplus_sm8150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh index 0750b33b..984f703b 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8250.sh @@ -552,7 +552,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49894/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49896/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch @@ -603,17 +602,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p613" +editKernelLocalversion "-dos.p611" else echo "kernel_oneplus_sm8250 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh index 02ba09dd..1df22df3 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8350.sh @@ -746,12 +746,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/5.4/0005.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/5.4/0005.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50199/5.4/0004.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50204/^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50205/5.4/0004.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/5.4/0008.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47490/5.4/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48783/^5.17/0001.patch @@ -763,7 +762,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/5.4/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/5.4/0005.patch -editKernelLocalversion "-dos.p763" +editKernelLocalversion "-dos.p762" else echo "kernel_oneplus_sm8350 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 f217957c..1ee10d09 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 @@ -514,13 +514,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -561,8 +560,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p562" +editKernelLocalversion "-dos.p560" else echo "kernel_razer_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 cccc1b05..00a7c001 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 @@ -1135,12 +1135,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49860/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -1173,8 +1172,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p1174" +editKernelLocalversion "-dos.p1172" else echo "kernel_samsung_exynos9810 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 d8fd40e5..94a9e1ba 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 @@ -1029,12 +1029,11 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -1079,8 +1078,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p1080" +editKernelLocalversion "-dos.p1078" else echo "kernel_sony_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 3b463145..4c3397d7 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 @@ -508,13 +508,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -554,8 +553,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p555" +editKernelLocalversion "-dos.p553" else echo "kernel_xiaomi_msm8937 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" 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 c8c70ef5..7bd4b748 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 @@ -522,13 +522,12 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49959/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49962/4.19/0006.patch @@ -568,8 +567,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.9/0009.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p569" +editKernelLocalversion "-dos.p567" else echo "kernel_xiaomi_sdm845 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh index 4b9c3b37..8495eafd 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm6150.sh @@ -567,14 +567,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49902/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49952/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49958/4.19/0006.patch @@ -611,9 +610,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-33063/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch @@ -621,8 +620,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p622" +editKernelLocalversion "-dos.p620" else echo "kernel_xiaomi_sm6150 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh index c3584982..40eea223 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_sm8250.sh @@ -437,7 +437,6 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49894/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49896/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch @@ -488,14 +487,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.19/0007.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26720/4.19/0003.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.19/0002.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p495" +editKernelLocalversion "-dos.p493" else echo "kernel_xiaomi_sm8250 is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE" diff --git a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh index e372203c..edd3f65a 100644 --- a/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh +++ b/Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_xiaomi_vayu.sh @@ -571,14 +571,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49867/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49877/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49882/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49883/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49884/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49900/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49902/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49903/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49924/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49938/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49948/4.19/0006.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch +#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49949/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49952/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49957/4.19/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49958/4.19/0006.patch @@ -615,9 +614,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50179/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50180/4.19/0002.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50184/^6.11/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/4.19/0002.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50195/3.17-^6.12/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/^6.6/0001.patch +git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-33063/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.14/0009.patch @@ -625,8 +624,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-42104/4.14/0009.patch git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-43047-upstream/4.14/0007.patch -git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-49881/4.19/0006.patch -editKernelLocalversion "-dos.p626" +editKernelLocalversion "-dos.p624" else echo "kernel_xiaomi_vayu is unavailable, not patching."; fi; cd "$DOS_BUILD_BASE"