Update CVE patchers

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-12-05 12:15:31 -05:00
parent 73e2c5f909
commit fbefce0e28
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
84 changed files with 490 additions and 303 deletions

View file

@ -991,7 +991,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-4592/3.4/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-9728/3.4/0008.patch

View file

@ -657,7 +657,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch

View file

@ -693,7 +693,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch

View file

@ -841,11 +841,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.10/0004.patch
@ -858,7 +860,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p858"
editKernelLocalversion "-dos.p860"
else echo "kernel_htc_msm8994 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -926,11 +926,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.10/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
@ -942,7 +944,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p942"
editKernelLocalversion "-dos.p944"
else echo "kernel_lge_msm8992 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -795,11 +795,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch
@ -809,7 +811,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p809"
editKernelLocalversion "-dos.p811"
else echo "kernel_motorola_msm8952 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -769,7 +769,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch

View file

@ -454,7 +454,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch

View file

@ -572,7 +572,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch

View file

@ -572,7 +572,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50148/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch

View file

@ -562,7 +562,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50148/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch

View file

@ -1165,11 +1165,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0004-net-add-recursion-limit-to-GRO.patch
@ -1182,7 +1186,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p1182"
editKernelLocalversion "-dos.p1186"
else echo "kernel_samsung_universal8890 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -932,11 +932,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/772877_0001-usb-core-Fix-use-after-free-for-hub-usb-device.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3076/3.4/0003.patch
@ -955,7 +957,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p955"
editKernelLocalversion "-dos.p957"
else echo "kernel_asus_fugu is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -743,11 +743,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
@ -758,7 +760,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p758"
editKernelLocalversion "-dos.p760"
else echo "kernel_asus_msm8916 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1135,12 +1135,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.18/0003-alt.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch
@ -1155,7 +1159,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p1155"
editKernelLocalversion "-dos.p1159"
else echo "kernel_google_dragon is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -739,11 +739,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
@ -755,7 +757,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p755"
editKernelLocalversion "-dos.p757"
else echo "kernel_htc_flounder is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -862,11 +862,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-4002/3.10/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch
@ -879,7 +881,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p879"
editKernelLocalversion "-dos.p881"
else echo "kernel_huawei_angler is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -873,11 +873,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-4002/3.10/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.10/0002.patch
@ -890,7 +892,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p890"
editKernelLocalversion "-dos.p892"
else echo "kernel_lge_bullhead is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1130,11 +1130,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15951/3.18/0004.patch
@ -1146,7 +1151,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p1146"
editKernelLocalversion "-dos.p1151"
else echo "kernel_zte_msm8996 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -741,11 +741,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
@ -756,7 +758,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p756"
editKernelLocalversion "-dos.p758"
else echo "kernel_cyanogen_msm8916 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -622,7 +622,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6752/3.4/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch

View file

@ -790,11 +790,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
@ -805,7 +807,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p805"
editKernelLocalversion "-dos.p807"
else echo "kernel_google_yellowstone is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -592,11 +592,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch
@ -609,7 +611,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p609"
editKernelLocalversion "-dos.p611"
else echo "kernel_samsung_apq8084 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -741,11 +741,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
@ -756,7 +758,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p756"
editKernelLocalversion "-dos.p758"
else echo "kernel_cyanogen_msm8916 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -784,11 +784,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-4002/3.10/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
@ -798,7 +800,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p798"
editKernelLocalversion "-dos.p800"
else echo "kernel_motorola_msm8916 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -710,11 +710,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch
@ -724,7 +726,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p724"
editKernelLocalversion "-dos.p726"
else echo "kernel_motorola_msm8992 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -712,11 +712,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch
@ -726,7 +728,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p726"
editKernelLocalversion "-dos.p728"
else echo "kernel_oneplus_msm8994 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1261,7 +1261,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.14/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24586/4.14/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47222/4.14/0002.patch
@ -1269,7 +1272,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
editKernelLocalversion "-dos.p1269"
editKernelLocalversion "-dos.p1272"
else echo "kernel_xiaomi_sm6150 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1031,16 +1031,22 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0012.patch
@ -1050,7 +1056,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p1050"
editKernelLocalversion "-dos.p1056"
else echo "kernel_yandex_sdm660 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -436,7 +436,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch

View file

@ -943,11 +943,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0002-ozwpan-Use-unsigned-ints-to-prevent-heap-overflow.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-01/ANY/0005-tcp-fix-zero-cwnd-in-tcp_cwnd_reduction.patch
@ -961,7 +965,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p961"
editKernelLocalversion "-dos.p965"
else echo "kernel_google_marlin is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -614,7 +614,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/kernel.msm.git-5d89eb01c93d8a62998e3bdccae28a7732e3bd51.patch

View file

@ -723,7 +723,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0001/3.4/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0002/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.4/0001.patch

View file

@ -650,7 +650,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6752/3.4/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch

View file

@ -587,7 +587,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch

View file

@ -230,7 +230,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch

View file

@ -636,7 +636,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch

View file

@ -628,11 +628,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/1035495_0001-cnss-Add-NULL-check-for-PM-related-APIs.patch
@ -646,7 +648,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p646"
editKernelLocalversion "-dos.p648"
else echo "kernel_moto_shamu is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -704,7 +704,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6752/3.4/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch

View file

@ -966,11 +966,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15815/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
@ -981,7 +986,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p981"
editKernelLocalversion "-dos.p986"
else echo "kernel_motorola_msm8996 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -762,11 +762,13 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50201/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0002.patch
@ -776,7 +778,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p776"
editKernelLocalversion "-dos.p778"
else echo "kernel_nextbit_msm8992 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -954,11 +954,16 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50210/3.17-^6.6/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/3.18/0004.patch
@ -969,7 +974,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p969"
editKernelLocalversion "-dos.p974"
else echo "kernel_oneplus_msm8996 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -578,7 +578,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch

View file

@ -651,7 +651,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/797912_0001-usb-gadget-Fix-synchronization-issue-between-f_audio.patch
git apply $DOS_PATCHES_LINUX_CVES/Untracked-02/ANY/870057_0001-wcnss-add-null-check-in-pm_ops-unregister.patch

View file

@ -733,7 +733,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0002/3.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.4/0001.patch

View file

@ -464,7 +464,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50186/^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-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch

View file

@ -675,22 +675,28 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p690"
editKernelLocalversion "-dos.p696"
else echo "kernel_xiaomi_sdm660 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1344,7 +1344,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
@ -1357,7 +1360,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
editKernelLocalversion "-dos.p1357"
editKernelLocalversion "-dos.p1360"
else echo "kernel_xiaomi_sm8150 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -697,16 +697,22 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50218/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -715,7 +721,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p715"
editKernelLocalversion "-dos.p721"
else echo "kernel_essential_msm8998 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -558,7 +558,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -570,7 +572,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
editKernelLocalversion "-dos.p570"
editKernelLocalversion "-dos.p572"
else echo "kernel_fairphone_sdm632 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -639,14 +639,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53136/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
editKernelLocalversion "-dos.p646"
editKernelLocalversion "-dos.p650"
else echo "kernel_fairphone_sm7225 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -650,22 +650,28 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p665"
editKernelLocalversion "-dos.p671"
else echo "kernel_fxtec_msm8998 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -639,14 +639,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53136/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
editKernelLocalversion "-dos.p646"
editKernelLocalversion "-dos.p650"
else echo "kernel_fxtec_sm6115 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1276,6 +1276,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/5.10/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53118/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53121/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53137/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53138/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47195/5.10/0003.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
@ -1288,7 +1291,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.p1288"
editKernelLocalversion "-dos.p1291"
else echo "kernel_google_gs101_private_gs-google is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1274,6 +1274,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/5.10/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53118/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53121/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53137/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53138/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47195/5.10/0003.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
@ -1286,7 +1289,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.p1286"
editKernelLocalversion "-dos.p1289"
else echo "kernel_google_gs201_private_gs-google is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -602,7 +602,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
@ -610,7 +613,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
editKernelLocalversion "-dos.p610"
editKernelLocalversion "-dos.p613"
else echo "kernel_google_msm-4.14 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -565,7 +565,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -577,7 +579,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
editKernelLocalversion "-dos.p577"
editKernelLocalversion "-dos.p579"
else echo "kernel_google_msm-4.9 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -864,14 +864,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53136/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
editKernelLocalversion "-dos.p871"
editKernelLocalversion "-dos.p875"
else echo "kernel_google_redbull is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -671,16 +671,22 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -689,7 +695,7 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p689"
editKernelLocalversion "-dos.p695"
else echo "kernel_google_wahoo is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -650,22 +650,28 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p665"
editKernelLocalversion "-dos.p671"
else echo "kernel_lge_msm8996 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -655,22 +655,28 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p670"
editKernelLocalversion "-dos.p676"
else echo "kernel_oneplus_msm8998 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -572,7 +572,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -584,7 +586,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
editKernelLocalversion "-dos.p584"
editKernelLocalversion "-dos.p586"
else echo "kernel_oneplus_sdm845 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -693,14 +693,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53136/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
editKernelLocalversion "-dos.p700"
editKernelLocalversion "-dos.p704"
else echo "kernel_oneplus_sm7250 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1299,7 +1299,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
@ -1311,7 +1314,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
editKernelLocalversion "-dos.p1311"
editKernelLocalversion "-dos.p1314"
else echo "kernel_oneplus_sm8150 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -640,14 +640,18 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53136/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
editKernelLocalversion "-dos.p647"
editKernelLocalversion "-dos.p651"
else echo "kernel_oneplus_sm8250 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -789,6 +789,8 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/5.4/0005.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/5.4/0005.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53121/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53138/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47195/5.4/0004.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
@ -801,7 +803,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.p801"
editKernelLocalversion "-dos.p803"
else echo "kernel_oneplus_sm8350 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -650,22 +650,28 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p665"
editKernelLocalversion "-dos.p671"
else echo "kernel_razer_msm8998 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -568,7 +568,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -580,7 +582,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
editKernelLocalversion "-dos.p580"
editKernelLocalversion "-dos.p582"
else echo "kernel_razer_sdm845 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1182,7 +1182,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/4.9/0008.patch
@ -1191,7 +1193,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
editKernelLocalversion "-dos.p1191"
editKernelLocalversion "-dos.p1193"
else echo "kernel_samsung_exynos9810 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -671,22 +671,28 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p686"
editKernelLocalversion "-dos.p692"
else echo "kernel_sony_sdm660 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -1080,7 +1080,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes-2024/4.9/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes-2024/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes-2024/4.9/0004.patch
@ -1098,7 +1100,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
editKernelLocalversion "-dos.p1098"
editKernelLocalversion "-dos.p1100"
else echo "kernel_sony_sdm845 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -561,7 +561,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -573,7 +575,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
editKernelLocalversion "-dos.p573"
editKernelLocalversion "-dos.p575"
else echo "kernel_xiaomi_msm8937 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -575,7 +575,9 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-fortify/4.9/0003.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0016.patch
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0029.patch
@ -587,7 +589,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
editKernelLocalversion "-dos.p587"
editKernelLocalversion "-dos.p589"
else echo "kernel_xiaomi_sdm845 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -639,7 +639,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
@ -647,7 +650,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
editKernelLocalversion "-dos.p647"
editKernelLocalversion "-dos.p650"
else echo "kernel_xiaomi_sm6150 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -525,11 +525,15 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53136/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
editKernelLocalversion "-dos.p529"
editKernelLocalversion "-dos.p533"
else echo "kernel_xiaomi_sm8250 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -643,7 +643,10 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53103/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/4.19/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53130/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53131/4.19/0002.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53140/4.19/0002.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
@ -651,7 +654,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
editKernelLocalversion "-dos.p651"
editKernelLocalversion "-dos.p654"
else echo "kernel_xiaomi_vayu is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"

View file

@ -663,23 +663,29 @@ git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50230/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50234/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50237/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50264/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/^6.11/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50265/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50267/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50269/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50279/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50287/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50290/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50299/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50301/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-50302/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53045/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53057/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53060/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53061/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53066/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53101/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53104/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-53112/^6.12/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/4.4/0004.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26145/qcacld-2.0/0008.patch --directory=drivers/staging/qcacld-2.0
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27424/4.4/0001.patch
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27425/4.4/0001.patch
editKernelLocalversion "-dos.p679"
editKernelLocalversion "-dos.p685"
else echo "kernel_zuk_msm8996 is unavailable, not patching.";
fi;
cd "$DOS_BUILD_BASE"