26 lines
1.6 KiB
Bash
26 lines
1.6 KiB
Bash
#Created using raymanfx's android-cve-checker
|
|
kernelPath="/mnt/Drive-1/Development/Other/Android_ROMs/Build/LineageOS-14.1/kernel/motorola/msm8916";
|
|
cvePatch="/home/spotcomms/Development/Other/Android_ROMs/Repos/android-cve-checker/patches/3.10/";
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-3601.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2014-9420.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2015-7515.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2015-8967.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-10153.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-1583.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3843.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3894.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5829.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5858.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5859.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5867.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-8483.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2016-9576.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-0457.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-2636.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-2647.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-5986.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6074.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6345.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6346.patch"
|
|
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6348.patch"
|