Commit 5f3d410a authored by Andy Whitcroft's avatar Andy Whitcroft

UBUNTU: [Packaging] pull in retpoline files

CVE-2017-5715 (Spectre v2 Intel)
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent e1b6ef58
......@@ -75,6 +75,11 @@ getall() {
else
echo -n "NO ABI FILE..."
fi
if [ -f tmp/boot/retpoline-* ]; then
mv tmp/boot/retpoline-* $abidir/$arch/$sub.retpoline
else
echo -n "NO RETPOLINE FILE..."
fi
(cd tmp; find lib/modules/$verabi-$sub/kernel -name '*.ko') | \
sed -e 's/.*\/\([^\/]*\)\.ko/\1/' | sort > \
$abidir/$arch/$sub.modules
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment