2021-06-23 13:08:47 -04:00
|
|
|
#!/bin/bash
|
2023-03-08 16:01:37 -05:00
|
|
|
if cd "$DOS_BUILD_BASE""kernel/samsung/msm8930-common"; then
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0002-Misc_Fixes/ANY/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0003-syzkaller-Misc/ANY/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0003-syzkaller-Misc2/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0005-AndroidHardening-Deny_USB/3.4/3.4-Backport.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.10/0007.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.10/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.10/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.10/0017.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0043.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0046.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0050.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/ANY/0001.patch
|
2023-01-24 18:20:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-misc/4.4/0016.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-slub/4.4/0002.patch
|
2023-02-11 19:40:15 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0009-rfc4941bis/ANY/0008.patch
|
2023-07-14 17:35:48 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0010-ksm_deferred_timers/3.4/0001.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0090-Unknown/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2012-6703/^3.6/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2012-6703/^3.6/0002.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2012-6704/^3.4/0001.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3076/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3222/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3225/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3227/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3228/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3229/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-3231/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-4470/^3.12/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2013-4737/ANY/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-3688/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-6410/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-7842/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-7975/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-8173/3.10/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-9410/ANY/msm.git-43b4ff3bf3fbb02e85defcea939629f46506a217.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-9870/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-0568/ANY/msm.git-8de3fe39e7c40190f82832253ed5946714e5bff1.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-1339/^4.3/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-2041/3.4/0004.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-2042/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-3290/3.18/0006.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-6937/3.4/0004.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7509/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7513/3.18/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7515/3.4/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7566/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8539/3.4/0003.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8553/4.4/0004.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8575/3.4/0004.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8746/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8812/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8839/3.4/0018.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8962/3.4/0004.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8970/3.10/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-9004/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-0723/3.10/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-0801/ANY/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2085/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2184/3.4/0018.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2185/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2186/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2187/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2188/3.4/0018.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2188/3.4/0019.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2384/3.10/0002.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2438/^4.4/0001.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2471/prima/0001.patch --directory=drivers/staging/prima
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2543/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2544/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2545/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2549/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3135/3.4/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3136/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3137/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3138/3.4/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3140/3.4/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3156/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3672/3.4/0007.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3768/ANY/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3809/3.4/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3857/3.4/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3865/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3894/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3907/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3951/3.4/0016.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3955/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4482/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4485/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4486/3.4/0010.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4565/3.10/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4569/3.10/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4578/3.10/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4578/3.10/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4580/3.10/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4913/3.10/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4998/3.10/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-4998/3.10/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-5244/3.18/0005.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-5346/3.4/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-5828/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-5829/3.10/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6480/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6672/3.4/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6728/ANY/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6742/3.4/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6753/ANY/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6786/3.4/0004.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6828/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-7042/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-7425/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-7911/3.4/0009.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-7915/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-7916/3.4/0010.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8391/3.4/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8399/3.18/0001.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8404/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8406/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8650/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8655/3.4/0007.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9555/3.4/0008.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9576/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9604/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9754/3.4/0009.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9793/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9794/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10044/3.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10088/3.4/0010.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10142/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10153/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10200/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10208/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10208/3.4/0010.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10233/ANY/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10741/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-partial-SMAP-bypass/3.10/0002.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16USB/^4.10/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16USB/^4.13/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16USB/^4.14/0006.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0403/3.0-^3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0404/^3.18/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0430/3.4/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0457/3.4/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0463/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0524/3.4/0004.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0627/3.4/0003.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0630/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0630/3.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0633/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0648/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0751/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0786/3.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0794/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0824/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0861/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-2636/3.4/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-2671/3.4/0010.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-5549/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-5986/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6001/3.4/0009.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6074/3.10/0002.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6214/4.4/0007.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6345/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6346/3.4/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6348/3.4/0010.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6353/3.4/0009.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6951/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7184/3.4/0003.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7184/3.4/0004.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7273/3.10/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7308/3.4/0019.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7308/3.4/0020.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7308/3.4/0021.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7308/3.4/0022.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7472/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7487/3.4/0008.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7645/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7889/3.4/0010.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8246/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8254/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8254/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8281/3.4/0007.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8824/3.10/0009.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8890/3.4/0007.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9074/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9074/3.4/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9075/3.4/0009.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9076/3.10/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9242/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9684/3.4/0005.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9714/prima/0003.patch --directory=drivers/staging/prima
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-9984/3.18/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-10911/3.18/0007.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11015/prima/0001.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11015/prima/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11089/ANY/0001.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11090/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11176/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11473/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-12762/3.18/0002.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13078/prima/0001.patch --directory=drivers/staging/prima
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13080/3.4/0009.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13166/3.4/0076.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0012.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0013.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0015.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0016.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0017.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0018.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13168/3.4/0008.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13215/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13245/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13246/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13305/3.4/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13695/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14051/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14106/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14489/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15115/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15265/3.4/0009.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15649/3.4/0003.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15819/prima/0002.patch --directory=drivers/staging/prima
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15850/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15868/3.4/0012.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15868/3.4/0013.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15868/3.4/0014.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16525/3.4/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16526/3.18/0003.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16527/3.4/0009.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16531/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16532/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16533/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16534/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16535/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16537/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16643/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16650/3.18/0006.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16939/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16994/3.18/0006.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17450/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17558/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17805/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17806/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17807/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18017/3.10/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18079/3.18/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18193/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18203/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18216/3.18/0007.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18257/^4.10/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18360/3.18/0002.patch
|
2021-07-04 14:20:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18509/3.4/0006.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18551/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000111/3.10/0002.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000251/3.4/0005.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000363/3.10/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000365/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000380/3.4/0017.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000380/3.4/0018.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1068/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1068/^4.16/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1092/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1130/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-3561/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-3563/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-3584/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5332/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5333/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5344/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5390/3.10/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5390/3.10/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5750/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5803/3.4/0002.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5835/prima/0001.patch --directory=drivers/staging/prima
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7492/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7566/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7755/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7757/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-8781/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-8822/3.18/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9389/3.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9416/3.4/0002.patch
|
2022-11-21 06:07:45 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9422/3.4/0002.patch
|
2021-07-10 09:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9439/ANY/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9516/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9517/3.4/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9517/3.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9517/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9517/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9517/3.4/0010.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10021/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10087/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10124/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10675/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10876/3.4/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10877/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10879/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10879/3.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10880/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10882/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10883/3.4/0013.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10940/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11506/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11939/3.4/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-12233/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13099/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13917/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-14634/3.4/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-15594/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16276/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16658/3.18/0002.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-17972/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18710/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-19824/3.10/0008.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-19985/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-20169/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-20511/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1000199/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1000199/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1000204/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2001/3.4/0001.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2101/3.4/0002.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2324/3.4/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2331/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3459/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3460/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3701/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3846/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-7222/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-8912/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9456/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9456/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10142/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10638/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11477/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11478/3.4/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11599/^4.9/0008.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11810/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11833/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11884/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14040/3.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14041/3.4/0001.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/3.4/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14821/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14835/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14896/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15117/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15118/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15213/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15214/3.4/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15216/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15219/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15239/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15505/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15807/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15926/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16233/3.18/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16746/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16746/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16746/3.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17052/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17052/3.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17052/3.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17052/3.4/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17133/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-18806/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19051/3.18/0006.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19051/4.4/0011.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19051/4.4/0012.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19063/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19066/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19073/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19074/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19448/3.18/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19524/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19527/3.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19527/3.4/0004.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19528/^5.3/0001.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19528/^5.4/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19532/3.4/0002.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19536/3.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19536/3.4/0009.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19537/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20054/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20054/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20096/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20636/3.4/0002.patch
|
2024-02-27 02:32:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-25160/3.18/0002.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0040/3.4/0002.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0305/4.4/0005.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0404/3.4/0002.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/4.4/0011.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0431/4.4/0005.patch
|
2021-07-04 14:20:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0465/3.4/0015.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8647/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8648/3.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8648/3.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8648/3.4/0006.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8992/4.4/0005.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-9383/3.18/0003.patch
|
2021-07-04 14:20:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10732/3.4/0010.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10773/4.4/0005.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10942/3.18/0003.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11267/ANY/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11267/ANY/0003.patch
|
2021-07-04 14:20:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11282/3.4/0002.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11565/3.18/0003.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12653/4.4/0005.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12654/3.18/0003.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12656/4.4/0008.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12770/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13974/3.18/0002.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14305/4.4/0003.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14314/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14331/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/3.18/0002.patch
|
2021-07-04 14:20:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15436/3.4/0008.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16119/4.4/0006.patch
|
2022-07-06 17:47:08 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24588/4.4/0019.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24588/4.4/0020.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25211/3.18/0007.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25643/3.18/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25669/3.18/0007.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-27066/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-27815/3.18/0008.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-28974/3.18/0007.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29371/3.18/0001.patch
|
2023-03-14 12:20:40 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29568/4.4/0020.patch
|
2021-10-20 13:35:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29661/3.0-^3.10/0008.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-36158/3.18/0008.patch
|
2023-06-01 20:30:45 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-36694/3.18/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0512/3.18/0001.patch
|
2021-09-07 16:14:01 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0695/ANY/0001.patch
|
2022-07-07 20:12:25 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0961/3.4/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0961/3.4/0007.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3178/3.18/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3428/3.18/0001.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3428/4.4/0013.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3483/3.18/0008.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3609/4.4/0006.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3612/3.18/0008.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3653/4.4/0006.patch
|
2022-07-07 20:12:25 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/3.4/0022.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/3.4/0023.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/3.4/0024.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/3.4/0025.patch
|
2021-12-02 02:40:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3753/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3896/4.4/0004.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-20261/^3.15/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-27363/3.18/0008.patch
|
2021-12-29 11:51:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28713/4.4/0004.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28972/3.18/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-31916/3.18/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-34693/3.18/0008.patch
|
2022-03-07 18:08:53 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37576/4.4/0006.patch
|
2022-07-07 20:12:25 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-39685/3.4/0025.patch
|
2022-03-03 20:43:00 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-42008/4.4/0004.patch
|
2022-01-13 09:32:12 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-45095/4.4/0004.patch
|
2022-04-01 17:04:09 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-45868/4.4/0004.patch
|
2024-03-02 10:26:57 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46932/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46935/^5.16/0001.patch
|
2024-03-05 11:51:57 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47086/4.4/0004.patch
|
2024-03-21 14:15:44 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47114/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47118/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47122/3.18/0001.patch
|
2024-03-27 22:09:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47149/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47153/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47173/3.18/0001.patch
|
2024-04-16 08:16:05 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47181/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47207/4.4/0004.patch
|
2021-09-22 20:15:13 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/3.4/0060.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/3.4/0071.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/3.4/0072.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/3.4/0073.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0013.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0014.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0019.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0022.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0025.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0026.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0028.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0029.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0030.patch
|
2021-10-09 19:34:25 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0031.patch
|
2021-09-22 20:15:13 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0032.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0033.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0034.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0036.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0037.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0039.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0040.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0041.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0042.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0043.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0044.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0045.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-Misc2/ANY/0046.patch
|
2022-06-26 22:12:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1353/4.4/0001.patch
|
2022-07-21 20:37:40 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1652/4.4/0008.patch
|
2022-05-25 21:40:44 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1836/4.4/0001.patch
|
2022-08-21 10:13:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-2318/4.4/0008.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-2663/4.4/0012.patch
|
2022-11-30 07:33:28 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3028/4.4/0008.patch
|
2022-12-16 21:04:10 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3111/4.4/0001.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3424/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3542/4.4/0008.patch
|
2022-11-30 07:33:28 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3635/4.4/0008.patch
|
2023-08-27 17:13:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-4378/4.4/0015.patch
|
2022-11-22 06:09:06 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20132/3.4/0041.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20132/3.4/0042.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20132/3.4/0043.patch
|
2022-07-07 20:12:25 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20141/3.4/0008.patch
|
2022-10-13 22:24:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20421/4.4/0008.patch
|
2022-07-07 20:12:25 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-24958/3.4/0017.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-25258/3.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-25375/3.4/0009.patch
|
2022-05-20 16:16:56 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-28390/4.4/0008.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-36280/4.4/0008.patch
|
2023-02-01 12:25:25 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-40768/4.4/0008.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-41850/4.4/0008.patch
|
2022-11-30 07:33:28 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-41858/4.4/0001.patch
|
2023-03-14 12:20:40 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-47929/4.4/0007.patch
|
2024-05-05 11:59:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48701/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48702/4.4/0001.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-Misc2/3.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-Misc2/3.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-Misc2/3.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-Misc2/3.4/0008.patch
|
2023-03-13 17:39:24 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-0394/4.4/0007.patch
|
2023-04-23 22:41:48 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-0458/4.4/0001.patch
|
2023-03-14 12:20:40 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1073/4.4/0007.patch
|
2023-03-13 17:39:24 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1074/4.4/0007.patch
|
2023-04-05 12:00:22 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1118/4.4/0007.patch
|
2023-05-12 22:01:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1670/4.4/0008.patch
|
2023-10-02 21:37:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1989/4.4/0011.patch
|
2023-09-05 20:15:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1989/^6.3/0002.patch
|
2023-06-16 10:25:38 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3141/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3159/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3161/4.4/0001.patch
|
2023-09-17 01:04:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3212/4.4/0008.patch
|
2023-12-20 11:35:01 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3567/4.4/0008.patch
|
2023-09-17 01:04:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3772/4.4/0008.patch
|
2023-08-17 17:18:10 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-4385/4.4/0001.patch
|
2023-08-27 17:13:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-4459/4.4/0001.patch
|
2023-11-16 22:30:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-4623/4.4/0008.patch
|
2024-01-04 14:57:44 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-7192/4.4/0001.patch
|
2023-03-13 17:39:24 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-23559/4.4/0007.patch
|
2023-11-16 22:30:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-31085/4.4/0008.patch
|
2023-05-12 22:01:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-32269/4.4/0001.patch
|
2023-10-15 20:38:09 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-39192/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-39193/4.4/0001.patch
|
2023-11-05 18:19:56 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-45862/4.4/0001.patch
|
2024-01-04 14:57:44 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-51780/4.4/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-51782/4.4/0009.patch
|
2024-03-14 14:16:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52436/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52449/4.4/0008.patch
|
2024-03-02 10:26:57 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52475/4.4/0001.patch
|
2024-03-04 14:36:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52566/4.4/0001.patch
|
2024-03-14 14:16:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52594/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52599/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52602/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52603/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52604/4.4/0008.patch
|
2024-02-19 22:35:04 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-24855/^6.4/0001.patch
|
2024-04-16 08:16:05 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-25739/4.4/0001.patch
|
2024-02-27 02:32:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26606/^6.8/0001.patch
|
2024-03-14 14:16:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26625/4.4/0008.patch
|
2024-04-06 19:59:27 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26675/4.4/0001.patch
|
2024-04-04 12:25:53 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26697/4.4/0001.patch
|
2024-04-22 08:59:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26851/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26894/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26901/4.4/0001.patch
|
2024-05-03 08:50:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26955/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26956/4.4/0001.patch
|
2024-05-08 14:09:13 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26981/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26994/4.4/0008.patch
|
2024-05-03 08:50:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27009/^6.9/0001.patch
|
2024-05-14 15:34:02 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27401/^6.9/0001.patch
|
2024-05-19 12:35:34 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27410/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27419/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27420/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27421/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27426/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27427/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27428/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27429/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27430/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35821/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35828/4.4/0001.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0002/3.4/0001.patch
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0003/3.10/0001.patch
|
2021-06-23 13:08:47 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/LVT-2017-0004/3.4/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
|
2021-11-28 00:15:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13167/3.4/0014.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
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
|
2022-11-22 06:09:06 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20423/3.4/0010.patch
|
2024-03-14 14:16:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52601/4.4/0008.patch
|
2024-05-19 12:35:34 -04:00
|
|
|
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"
|
2023-03-08 16:01:37 -05:00
|
|
|
else echo "kernel_samsung_msm8930-common is unavailable, not patching.";
|
|
|
|
fi;
|
2021-06-23 13:08:47 -04:00
|
|
|
cd "$DOS_BUILD_BASE"
|