2019-08-23 12:23:43 -04:00
|
|
|
#!/bin/bash
|
2023-03-08 16:01:37 -05:00
|
|
|
if cd "$DOS_BUILD_BASE""kernel/zte/msm8996"; then
|
2020-10-15 16:43:49 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/0001-LinuxIncrementals/3.18/3.18.0098-0099.patch --exclude=Makefile
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0001-LinuxIncrementals/3.18/3.18.0103-0104.patch --exclude=Makefile
|
2021-02-07 19:41:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0019.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0020.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0021.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0022.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0023.patch
|
2022-06-04 10:56:44 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0024-other2.patch
|
2021-02-07 19:41:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0025.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0026.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0027.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0028.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0029.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0030.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0031.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0032.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0033.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0034.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0035.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0036.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0037.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0040.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0041.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0006-AndroidHardening-Kernel_Hardening/3.18/0042.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
|
2023-01-24 18:20:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-allocsize/4.9/0015.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-canaries/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-misc/4.4/0014.patch
|
|
|
|
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-random/4.9/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0027.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0008-Graphene-Kernel_Hardening-ro/4.9/0031.patch
|
2023-02-11 19:40:15 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0009-rfc4941bis/ANY/0006.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/0090-Unknown/^4.18/0005.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2014-9900/ANY/0001.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-1339/^4.3/0001.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-2041/^3.19/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-2042/^3.19/0001.patch
|
2021-01-23 23:27:11 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-5257/3.18/0003.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7515/^4.3/0002.patch
|
2021-01-23 23:27:11 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7566/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7833/3.18/0001.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7837/ANY/0001.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7884/^4.3/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-7885/^4.3/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8104/^4.3/0001.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8553/4.4/0004.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8709/3.18/0003.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8844/^4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8845/^4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-8953/^4.2/0001.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2015-9016/3.18/0003.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2069/3.18/0011.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2069/3.18/0012.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2184/3.18/0011.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2543/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2549/3.18/0006.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2550/3.18/0003.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-2782/3.18/0006.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3136/3.18/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3137/3.18/0007.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3138/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3140/3.18/0006.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3672/^4.5/0001.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-3857/3.18/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-5244/3.18/0005.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6130/4.4/0002.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6187/^4.7/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6197/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6198/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6198/3.18/0004.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-6672/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8394/ANY/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8630/3.18/0002.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-8646/^4.3/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-9756/3.18/0004.patch
|
2022-02-22 13:01:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10153/4.9/0002.patch
|
2020-11-12 22:49:23 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10741/3.18/0005.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-10906/4.4/0003.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-GadgetFS/^4.10/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-GadgetFS/^4.10/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-GadgetFS/^4.10/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-GadgetFS/^4.10/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2016-GadgetFS/^4.14/0003.patch
|
|
|
|
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/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16USB/^4.14/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16USB/^4.14/0009.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0002.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0627/3.18/0005.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0861/^4.15/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-2583/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-5549/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-5551/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-5669/3.18/0005.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-5967/4.4/0004.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6001/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-6348/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7273/3.18/0005.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-7518/3.18/0006.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8068/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8069/3.18/0005.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8824/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8924/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-8925/3.18/0005.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-10810/4.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-10911/3.18/0007.patch
|
2020-04-06 16:36:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-11031/3.18/0001.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-12153/3.18/0004.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-12154/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-12190/3.18/0004.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-12192/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-12193/3.18/0003.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13080/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13080/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13080/3.18/0007.patch
|
2020-10-15 16:43:49 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13162/3.18/0001.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13218/3.18/0010.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13220/^3.18/0001.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13246/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13693/^4.12.9/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13694/^4.12.9/0001.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-13695/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14051/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14106/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14156/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-14489/3.18/0003.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15102/4.4/0006.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15299/3.18/0004.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15537/3.18/0002.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16526/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16532/3.18/0003.patch
|
2020-12-08 00:19:40 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16536/3.18/0008.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16537/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16538/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16538/3.18/0006.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16644/3.18/0005.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16645/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16646/3.18/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16650/3.18/0006.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16911/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16912/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16913/3.18/0003.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16914/3.18/0003.patch
|
2020-10-15 16:43:49 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16939/3.18/0004.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16994/3.18/0006.patch
|
2021-01-16 21:36:51 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-16995/3.18/0005.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17052/4.9/0002.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17450/3.18/0003.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17558/3.18/0004.patch
|
2020-12-30 10:13:15 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17741/3.18/0008.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17805/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17806/3.18/0005.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17807/3.18/0004.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-17975/3.18/0002.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18203/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18204/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18208/3.18/0002.patch
|
2021-02-28 13:46:59 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18216/3.18/0007.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18255/3.18/0002.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18270/3.18/0004.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18344/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18360/3.18/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18509/3.18/0003.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18551/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-18595/3.18/0002.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000252/^4.13/0002.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000370/4.4/0003.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000405/3.18/0003.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000407/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-1000410/3.18/0003.patch
|
2021-01-16 21:36:51 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1066/3.18/0006.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1068/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1068/^4.16/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1087/3.18/0002.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1092/3.18/0004.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1093/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1130/3.18/0003.patch
|
2020-08-08 13:41:43 -04: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
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5390/3.18/0004.patch
|
2021-03-24 15:16:30 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5390/3.18/0005.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5750/3.18/0003.patch
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5849/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5897/ANY/0001.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-5953/3.18/0003.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-6412/3.18/0003.patch
|
2022-02-22 13:01:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-6554/4.9/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-6555/4.9/0001.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-6927/3.18/0004.patch
|
2021-02-28 13:46:59 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7191/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7191/3.18/0006.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7492/3.18/0002.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
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
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-7995/3.18/0003.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-8043/3.18/0005.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
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
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9363/3.18/0003.patch
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9383/ANY/0001.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9415/ANY/0005.patch
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9416/ANY/0001.patch
|
2022-11-21 06:07:45 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9422/4.4/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9422/4.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9422/4.4/0008.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9465/3.18/0002.patch
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9515/ANY/0001.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9516/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9518/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-9568/3.18/0004.patch
|
2020-08-08 13:41:43 -04: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
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10323/3.18/0003.patch
|
2020-10-09 12:06:02 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10877/3.18/0005.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10878/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10879/3.18/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10879/3.18/0011.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10880/3.18/0006.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10881/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10882/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10883/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10883/3.18/0007.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10938/3.18/0003.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-10940/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11506/3.18/0003.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11891/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11894/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11902/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11934/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11960/ANY/0001.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11980/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2019-09-03 17:42:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11984/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11986/ANY/0001.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11987/ANY/0001.patch
|
2019-09-03 17:42:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11988/ANY/0002.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-11988/ANY/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-12232/3.18/0002.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-12233/3.18/0003.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-12896/3.18/0003.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13053/3.18/0004.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13094/3.18/0003.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13405/3.16-^4.17.4/0001.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13406/3.18/0003.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13890/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13893/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13900/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13913/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-13914/ANY/0001.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-14609/3.18/0003.patch
|
2021-05-07 21:15:04 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-14612/3.18/0012.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-14633/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-14734/3.18/0003.patch
|
2021-03-04 13:45:40 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-15594/3.18/0005.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16276/3.18/0003.patch
|
2021-11-27 01:12:02 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16597/4.4/0002.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16658/3.18/0002.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16862/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-16884/3.18/0003.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-17182/3.18/0002.patch
|
2020-10-14 09:50:10 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-17972/3.18/0004.patch
|
2020-08-08 13:41:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18021/3.18/0003.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18021/3.18/0004.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18386/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18559/3.18/0003.patch
|
2021-05-21 08:47:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18690/3.18/0006.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-18710/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-19824/3.18/0003.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-19985/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-20169/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-20511/3.18/0004.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-20836/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-20856/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-21008/3.18/0003.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1000004/3.18/0003.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1000199/3.18/0005.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-1000204/3.18/0004.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2018-v4l2-event-uaf/3.18/0002.patch
|
2022-07-06 17:47:08 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-0146/4.4/0013.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-0154/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-0154/4.4/0009.patch
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0011.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0012.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0013.patch
|
2020-08-08 12:03:23 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0014.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2054/ANY/0015.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2101/3.18/0004.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2213/3.18/0002.patch
|
2020-10-15 16:43:49 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2214/3.18/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2215/3.18/0004.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2268/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2287/ANY/0001.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2297/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2299/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2302/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2305/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2307/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2020-05-18 16:25:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2323/ANY/0001.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2331/ANY/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2333/ANY/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-2341/ANY/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3459/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3460/3.18/0004.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3701/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3819/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3846/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-3882/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-6133/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-6974/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-7221/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-7222/3.18/0003.patch
|
2020-11-19 16:19:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-8912/3.18/0005.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9213/3.18/0003.patch
|
2024-04-10 10:53:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9245/^4.20/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9453/^5.1/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9506/3.18/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9506/3.18/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-9506/3.18/0009.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10142/3.18/0003.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10480/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2019-11-04 18:57:33 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10486/ANY/0001.patch
|
2020-05-04 17:18:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10491/ANY/0002.patch
|
2019-11-04 18:57:33 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10503/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10503/ANY/0002.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10507/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2019-09-03 17:42:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10515/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10524/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10524/ANY/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10524/ANY/0003.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10527/ANY/0002.patch
|
2019-11-04 18:57:33 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10529/ANY/0002.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10536/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10542/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2019-12-02 19:42:35 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10544/ANY/0002.patch
|
2019-11-04 18:57:33 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10555/ANY/0001.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10557/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10557/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10566/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2020-02-03 21:16:29 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10567/ANY/0001.patch
|
2019-11-04 18:57:33 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10571/ANY/0001.patch
|
2019-12-02 19:42:35 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10607/ANY/0001.patch
|
2020-05-04 17:18:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10622/ANY/0002.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-10638/^3.18/0015.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11190/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11477/3.18/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11478/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11479/3.18/0009.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11479/3.18/0010.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11486/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11810/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11833/3.18/0004.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-11884/3.18/0004.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12378/^5.1.5/0001.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12456/^5.1.5/0002.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12614/4.4/0004.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12818/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12819/3.18/0003.patch
|
2021-03-24 15:16:30 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-12881/3.18/0005.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-13631/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-13648/3.18/0003.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14037/4.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14038/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14039/4.4/0003.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14040/ANY/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14041/ANY/0002.patch
|
2020-06-02 02:20:14 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14047/ANY/0002.patch
|
2022-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14053/ANY/0004.patch
|
2020-02-03 21:16:29 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14055/ANY/0001.patch
|
2020-10-14 09:50:10 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14070/ANY/0006.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14284/3.18/0005.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14615/4.4/0004.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14814/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14821/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14835/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14895/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14896/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14901/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15098/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15117/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15118/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15211/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15212/3.18/0004.patch
|
2022-07-04 17:26:17 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15213/3.18/0007.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15214/4.4/0009.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15215/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15216/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15217/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15218/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15219/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15220/3.18/0003.patch
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15239/^4.17/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15291/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15292/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15505/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15666/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15807/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15916/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15926/3.18/0004.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-15927/3.18/0003.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16232/3.18/0007.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16233/3.18/0002.patch
|
2021-06-03 13:01:27 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16413/3.18/0007.patch
|
2020-10-14 09:50:10 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16746/3.18/0006.patch
|
2022-02-22 13:01:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16994/4.9/0004.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-16995/3.18/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17052/3.18/0008.patch
|
2021-01-23 23:27:11 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17053/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17054/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17055/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17056/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17075/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17133/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-17666/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-18675/3.18/0003.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-18683/3.18/0002.patch
|
|
|
|
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
|
2022-03-09 16:32:41 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19051/^5.4/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19052/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19054/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19056/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19057/3.18/0003.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19060/3.18/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19061/3.18/0006.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19062/3.18/0003.patch
|
|
|
|
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-19227/3.18/0003.patch
|
2021-01-23 23:27:11 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19318/3.18/0006.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19319/4.4/0017.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19319/4.4/0018.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19319/4.4/0019.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19319/4.4/0020.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19332/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19447/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19448/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19524/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19527/3.18/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19527/3.18/0008.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
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19530/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19531/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19532/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19533/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19534/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19536/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19537/3.18/0004.patch
|
2020-12-03 21:47:27 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19813/3.18/0006.patch
|
2020-10-23 15:02:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19815/3.18/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19947/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19965/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-19966/3.18/0003.patch
|
2020-09-18 10:01:11 -04: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
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20096/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20636/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20810/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-20812/3.18/0003.patch
|
2024-02-27 02:32:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-25160/3.18/0002.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0009/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0030/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0255/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0404/3.18/0003.patch
|
2021-02-10 14:52:47 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0423/3.18/0006.patch
|
2021-04-10 18:21:37 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0427/3.18/0007.patch
|
2020-11-04 10:20:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0429/3.18/0001.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0431/4.4/0005.patch
|
2020-12-10 12:35:05 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0444/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0465/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/3.18/0004.patch
|
2020-05-04 17:18:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-3610/ANY/0001.patch
|
2020-10-06 21:14:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-3625/ANY/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8647/3.18/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8648/3.18/0010.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8648/3.18/0011.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8648/3.18/0012.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8694/3.18/0007.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-8992/4.4/0005.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-9383/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10711/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10720/3.18/0003.patch
|
2020-09-18 10:01:11 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10769/3.18/0003.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10773/4.4/0005.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-10942/3.18/0003.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11115/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11116/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11118/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11131/qcacld-2.0/0001.patch --directory=drivers/staging/qcacld-2.0
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11160/4.4/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11234/4.4/0004.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11234/ANY/0002.patch
|
2021-01-05 12:41:43 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11261/ANY/0001.patch
|
2021-06-07 22:06:28 -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-02-03 10:08:36 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11282/ANY/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11286/ANY/0001.patch
|
2021-03-04 13:45:40 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11309/ANY/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11494/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11565/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11608/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11609/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-11668/3.18/0003.patch
|
2020-10-15 21:44:48 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12352/3.6-^5.10/0001.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12352/ANY/0009.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12653/4.4/0005.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12654/3.18/0003.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12656/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12656/4.4/0009.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12770/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12771/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-12826/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13143/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-13974/3.18/0002.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14305/4.4/0003.patch
|
2020-10-12 15:19:15 -04: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
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14351/3.18/0007.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14386/3.10-^4.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14390/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-14416/3.18/0003.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15393/3.18/0002.patch
|
2020-11-25 16:21:44 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-15436/3.18/0001.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16119/4.4/0006.patch
|
2020-10-14 09:50:10 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-16166/3.18/0002.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-24587/qcacld-2.0/0013.patch --directory=drivers/staging/qcacld-2.0
|
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
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25212/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25284/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25285/3.18/0002.patch
|
|
|
|
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-25668/3.18/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25669/3.18/0007.patch
|
2021-05-07 21:15:04 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25671/3.18/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25672/3.18/0008.patch
|
2021-05-21 08:47:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-25673/3.18/0001.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26088/3.18/0002.patch
|
2021-07-26 23:43:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26139/3.18/0008.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26146/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
2021-07-26 23:43:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26147/3.18/0008.patch
|
2021-03-14 20:25:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-27066/3.18/0001.patch
|
2020-12-10 12:35:05 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-27068/3.18/0002.patch
|
2021-01-23 23:27:11 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-27815/3.18/0008.patch
|
2021-02-10 14:52:47 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-27825/3.18/0007.patch
|
2021-08-13 10:33:59 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-28097/3.18/0007.patch
|
2020-11-25 16:21:44 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-28915/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-28915/3.18/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-28915/3.18/0003.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-28974/3.18/0007.patch
|
2020-12-03 21:47:27 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29371/3.18/0001.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29568/4.4/0020.patch
|
2020-12-30 10:13:15 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29661/3.18/0001.patch
|
2021-01-16 21:36:51 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-35508/3.18/0001.patch
|
2021-02-03 10:08:36 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-36158/3.18/0008.patch
|
2021-04-10 18:21:37 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-36312/3.18/0001.patch
|
2022-07-21 20:37:40 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-36557/3.18/0001.patch
|
2023-06-01 20:30:45 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-36694/3.18/0001.patch
|
2021-03-04 13:45:40 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0399/3.18/0001.patch
|
2021-06-16 02:41:29 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0512/3.18/0001.patch
|
2021-06-07 22:06:28 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0605/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-08-10 21:29:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0920/3.18/0008-backport.patch
|
2021-10-05 11:21:48 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0936/ANY/0005.patch
|
2022-01-11 05:02:52 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-0961/4.4/0004.patch
|
2021-09-07 16:14:01 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-1963/ANY/0003.patch
|
2021-02-06 10:50:38 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3178/3.18/0008.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3428/3.18/0001.patch
|
2021-04-25 11:31:41 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3483/3.18/0008.patch
|
2024-03-02 10:26:57 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3542/4.9/0004.patch
|
2021-08-07 14:49:28 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3564/3.18/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3573/3.18/0008.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3609/4.4/0006.patch
|
2021-09-29 16:02:45 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3612/3.18/0008.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3653/4.4/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/4.4/0011.patch
|
2022-02-22 13:01:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/4.9/0014.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3655/4.9/0015.patch
|
2021-07-31 08:55:20 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3659/3.18/0001.patch
|
2021-09-07 16:14:01 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3715/3.18/0001.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3732/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3753/4.4/0004.patch
|
2022-03-28 16:47:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3772/4.4/0020.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3772/4.4/0021.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-3896/4.4/0004.patch
|
2021-12-11 00:24:01 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-4002/4.4/0007.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-20265/4.4/0002.patch
|
2022-02-22 13:01:58 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-20292/4.9/0004.patch
|
2021-10-27 14:27:45 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-20321/3.18/0008.patch
|
2021-11-02 11:18:21 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-21781/3.18/0008.patch
|
2021-03-14 20:25:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-26930/3.18/0008.patch
|
2021-03-24 15:16:30 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-27363/3.18/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-27365/3.18/0015.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28660/3.18/0008.patch
|
2021-04-17 10:36:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28688/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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28715/4.4/0004.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28964/3.18/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-28972/3.18/0007.patch
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-29154/4.4/0006.patch
|
2021-04-06 20:14:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-30002/3.18/0001.patch
|
2022-01-02 13:13:10 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-30319/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
2021-07-21 02:10:08 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-31916/3.18/0008.patch
|
2021-08-07 14:49:28 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-32399/3.18/0008.patch
|
2022-08-21 10:13:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-33656/4.4/0007.patch
|
2021-07-21 02:10:08 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-33909/3.18/0001.patch
|
2021-09-07 16:14:01 -04:00
|
|
|
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
|
2021-11-26 19:08:08 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-38204/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-38205/4.4/0004.patch
|
2022-01-11 00:42:31 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-39634/3.18/0001.patch
|
2021-12-11 00:24:01 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-39657/3.18/0002.patch
|
2022-03-09 10:49:26 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-39714/4.4/0003.patch
|
2022-03-08 01:22:54 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-39715/ANY/0001.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-02-27 02:32:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46905/3.18/0001.patch
|
2024-03-02 10:26:57 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46909/^5.12/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46932/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46936/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-46939/3.18/0001.patch
|
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47006/4.9/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47058/^5.12/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-47117/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47118/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47121/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-47142/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47145/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47146/3.18/0001.patch
|
|
|
|
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-47168/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47169/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47171/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-47189/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47194/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47203/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47207/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47216/4.4/0004.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47235/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47236/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47245/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47249/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47250/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47252/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47260/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47266/^5.13/0001.patch
|
2024-05-26 22:50:14 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47267/4.9/0004.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47269/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47276/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47277/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47284/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47285/3.18/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47288/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47294/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47310/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47314/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47319/4.4/0004.patch
|
2024-05-26 18:51:19 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47320/4.4/0004.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47323/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47324/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47330/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47334/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47340/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47343/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47344/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47345/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47347/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47353/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47355/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47356/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47357/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47383/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47401/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47403/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47405/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47416/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47418/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47430/^5.15/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47442/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47443/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47445/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47456/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47458/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47468/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/4.4/0005.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47472/4.9/0006.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47476/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47478/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47483/4.4/0004.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-47495/4.4/0004.patch
|
2022-01-29 08:29:07 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-0330/4.4/0004.patch
|
2022-02-19 22:28:35 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-0617/4.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-0617/4.4/0008.patch
|
2022-03-07 18:08:53 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-0850/3.18/0001.patch
|
2022-07-21 20:37:40 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1011/4.4/0008.patch
|
2023-09-10 11:42:24 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1184/4.4/0014.patch
|
2022-06-26 22:12:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1353/4.4/0001.patch
|
2022-05-20 16:16:56 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1516/4.4/0008.patch
|
2022-07-21 20:37:40 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1652/4.4/0008.patch
|
2022-08-26 11:30:00 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1679/^5.19/0001.patch
|
2022-06-09 15:56:22 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-1975/4.4/0001.patch
|
2022-06-26 22:12:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-2153/^5.17/0002.patch
|
2022-08-21 10:13:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-2318/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-2503/4.9/0004.patch
|
2022-11-30 07:33:28 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-2588/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3028/4.4/0008.patch
|
2022-09-04 13:12:40 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3061/^5.18/0001.patch
|
2022-12-16 21:04:10 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3111/4.4/0001.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3202/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
|
2022-10-22 20:54:36 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3542/3.8-^6.0/0001.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3565/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3594/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3621/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3628/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-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-3649/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-12-31 21:13:25 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-4662/4.4/0001.patch
|
2022-06-09 15:56:22 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20141/4.4/0004.patch
|
2022-10-13 22:24:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-20422/4.4/0008.patch
|
2022-05-03 22:12:54 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-22065/qcacld-2.0/0002.patch --directory=drivers/staging/qcacld-2.0
|
2023-08-27 17:13:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-23039/4.4/0005.patch
|
2022-04-04 14:58:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-24958/4.4/0016.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-25258/4.4/0008.patch
|
2022-10-03 20:15:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-25720/qcacld-2.0/0003.patch --directory=drivers/staging/qcacld-2.0
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-25720/qcacld-2.0/0004.patch --directory=drivers/staging/qcacld-2.0
|
2022-04-04 14:58:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-26966/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-27223/4.4/0008.patch
|
2022-03-28 16:47:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-27950/^5.16/0001.patch
|
2022-05-20 16:16:56 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-28390/4.4/0008.patch
|
2022-07-21 20:37:40 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-32981/4.4/0008.patch
|
2022-08-21 10:13:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-33744/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-36123/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
|
2022-08-21 10:13:57 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-36879/4.4/0008.patch
|
2022-11-30 07:33:28 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-39188/4.4/0010.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-39842/4.4/0008.patch
|
2023-02-09 22:46:42 -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-41849/4.4/0008.patch
|
|
|
|
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-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-42895/4.4/0008.patch
|
2022-12-17 00:27:09 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-42896/4.9/0007.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-42896-extra/4.4/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-43750/4.4/0008.patch
|
2023-09-05 20:15:46 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-45887/4.4/0001.patch
|
2023-08-27 17:13:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-45919/4.4/0001.patch
|
2023-01-28 18:07:32 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-45934/4.4/0008.patch
|
2023-03-14 12:20:40 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-47929/4.4/0007.patch
|
2024-01-22 12:51:55 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48619/4.4/0001.patch
|
2024-05-08 14:09:13 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48627/4.4/0006.patch
|
2024-04-30 16:50:36 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48659/4.4/0001.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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48704/4.4/0001.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2022-48710/4.4/0001.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-12-20 11:35:01 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-0590/4.4/0007.patch
|
2023-02-06 22:30:22 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-0615/4.4/0001.patch
|
2023-03-13 17:39:24 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1073/4.4/0007.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1074/4.4/0007.patch
|
2023-03-06 17:12:46 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1095/4.4/0001.patch
|
2023-04-05 12:00:22 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1118/4.4/0007.patch
|
2023-09-17 01:04:06 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-1206/4.4/0008.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-04-23 22:41:48 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-2162/4.4/0001.patch
|
2023-05-12 22:01:03 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-2248/4.4/0008.patch
|
2023-06-16 10:25:38 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-2269/4.4/0008.patch
|
2023-06-01 20:30:45 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-2985/4.4/0001.patch
|
2023-07-15 21:22:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3106/3.18/0001.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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-3776/4.4/0008.patch
|
2023-10-15 20:38:09 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-4128/4.4/0022.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-4128/4.4/0023.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-4128/4.4/0024.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-04-16 08:16:05 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-6270/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-04-05 12:00:22 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-20941/ANY/0001.patch
|
2023-03-13 17:39:24 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-23559/4.4/0007.patch
|
2023-03-17 18:48:25 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-28328/4.4/0001.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-11-07 17:15:05 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-33059/ANY/0003.patch
|
2024-01-04 14:57:44 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-33110/ANY/0002.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-33120/ANY/0003.patch
|
2023-06-26 19:01:31 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-35824/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-09-21 16:12:36 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-42752/^6.5/0002.patch
|
2023-11-05 18:19:56 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-45862/4.4/0001.patch
|
2024-01-31 12:43:56 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-46343/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-51781/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
|
2024-02-27 02:32:37 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52444/^6.7/0001.patch
|
2024-03-14 14:16:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52445/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52449/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52469/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-52507/4.4/0001.patch
|
|
|
|
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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52605/4.4/0008.patch
|
2024-05-19 12:35:34 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52685/4.4/0001.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52699/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52703/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52705/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52741/^6.2/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52742/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52759/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52764/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52774/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52804/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52805/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52809/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52813/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52818/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52832/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52843/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52847/^6.6/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2023-52868/4.4/0001.patch
|
2024-04-02 08:17:12 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-21468/ANY/0002.patch
|
2024-04-16 08:16:05 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-22099/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-24861/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-25739/4.4/0001.patch
|
2024-03-14 14:16:50 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26625/4.4/0008.patch
|
2024-03-21 14:15:44 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26633/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26635/4.4/0001.patch
|
2024-04-16 08:16:05 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26651/4.4/0008.patch
|
2024-04-04 12:25:53 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26675/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26679/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26696/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26697/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26704/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26772/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26773/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26777/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26778/4.4/0001.patch
|
2024-04-16 08:16:05 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26805/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26816/4.4/0001.patch
|
2024-04-22 08:59:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26840/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26851/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26875/4.4/0001.patch
|
2024-05-06 14:54:08 -04:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26889/4.4/0001.patch
|
2024-04-22 08:59:15 -04:00
|
|
|
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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26965/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26966/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26973/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26976/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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-26999/4.4/0008.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27008/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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27059/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-27074/4.4/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-27436/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35812/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
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35849/4.4/0001.patch
|
2024-05-26 18:29:35 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35886/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35915/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35922/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35930/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35935/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35944/4.4/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35947/^6.9/0001.patch
|
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2024-35982/4.4/0001.patch
|
2019-08-23 12:23:43 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-0610/ANY/0001.patch
|
2022-03-08 21:10:32 -05:00
|
|
|
#git apply $DOS_PATCHES_LINUX_CVES/CVE-2017-15951/3.18/0004.patch
|
2020-10-12 15:19:15 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2019-14283/3.18/0004.patch
|
2020-12-10 12:35:05 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-0466/3.18/0003.patch
|
2021-08-03 14:46:16 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-26145/qcacld-2.0/0008.patch --directory=drivers/staging/qcacld-2.0
|
2021-10-20 13:35:18 -04:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2020-29660/3.18/0007.patch
|
2022-03-07 18:08:53 -05:00
|
|
|
git apply $DOS_PATCHES_LINUX_CVES/CVE-2021-37159/4.4/0006.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
|
2024-05-26 22:50:14 -04:00
|
|
|
editKernelLocalversion "-dos.p935"
|
2023-03-08 16:01:37 -05:00
|
|
|
else echo "kernel_zte_msm8996 is unavailable, not patching.";
|
|
|
|
fi;
|
2019-08-23 12:23:43 -04:00
|
|
|
cd "$DOS_BUILD_BASE"
|