Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 637ace8

Browse files
Fixup
Signed-off-by: Tavi <[email protected]>
1 parent 2850ff6 commit 637ace8

14 files changed

+14
-14
lines changed

Scripts/Common/Fix_CVE_Patchers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ done
157157
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");
158158
for script in "${fourDotFourteen[@]}"
159159
do
160-
commentPatches $script "CVE-2019-19252/4.19" "CVE-2021-46921/4.19" "CVE-2023-51043/4.19";
160+
commentPatches $script "CVE-2019-19252/4.19" "CVE-2021-46921/4.19" "CVE-2023-51043/4.19" "CVE-2024-38618/4.19";
161161
done
162162

163163
echo -e "\e[0;32m[SCRIPT COMPLETE] Fixed CVE patchers\e[0m";

Scripts/LineageOS-17.1/CVE_Patchers/android_kernel_xiaomi_sm6150.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
880880
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
881881
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38612/4.19/0002.patch
882882
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
883-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
883+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
884884
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
885885
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch
886886
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch

Scripts/LineageOS-19.1/CVE_Patchers/android_kernel_xiaomi_sm8150.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
960960
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
961961
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38612/4.19/0002.patch
962962
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
963-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
963+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
964964
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
965965
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch
966966
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/4.14/0005.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_fairphone_sdm632.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38596/4.19/0002.patch
322322
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
323323
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
324324
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
325-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
325+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
326326
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
327327
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
328328
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.14.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
296296
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
297297
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38612/4.19/0002.patch
298298
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
299-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
299+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
300300
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
301301
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch
302302
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.19/0002.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_google_msm-4.9.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38596/4.19/0002.patch
324324
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
325325
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
326326
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
327-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
327+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
328328
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
329329
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
330330
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sdm845.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38596/4.19/0002.patch
326326
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
327327
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
328328
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
329-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
329+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
330330
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
331331
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
332332
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_oneplus_sm8150.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
927927
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
928928
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38612/4.19/0002.patch
929929
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
930-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
930+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
931931
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
932932
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch
933933
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/4.14/0005.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_razer_sdm845.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38596/4.19/0002.patch
325325
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
326326
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
327327
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
328-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
328+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
329329
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
330330
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
331331
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch

Scripts/LineageOS-20.0/CVE_Patchers/android_kernel_samsung_exynos9810.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38596/4.19/0002.patch
927927
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38599/4.19/0003.patch
928928
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38601/4.19/0003.patch
929929
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38613/4.19/0003.patch
930-
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
930+
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38618/4.19/0002.patch
931931
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-38619/^6.10/0001.patch
932932
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
933933
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch

0 commit comments

Comments
 (0)