30 lines
1.8 KiB
Bash
30 lines
1.8 KiB
Bash
![]() |
#Created using raymanfx's android-cve-checker
|
||
|
kernelPath="/mnt/Drive-1/Development/Other/Android_ROMs/Build/LineageOS-14.1/kernel/asus/msm8916";
|
||
|
cvePatch="/home/spotcomms/Development/Other/Android_ROMs/Repos/android-cve-checker/patches/3.10/";
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-9903.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-2618.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-3181.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-0453.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-7975.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-0436.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-7616.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-4486.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2015-8961.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-0630.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5343.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-2647.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-2184.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3813.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-6786.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2015-7799.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3893.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3843.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-8483.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-8391.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2015-3339.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-10290.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-9420.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-3601.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-4171.patch"
|
||
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6353.patch"
|