From fc4981bb940f1fac33df01327aa5949299bf1df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 20 Jan 2019 19:52:46 +0100 Subject: [PATCH] update MCEDB from v84 to v96 --- spectre-meltdown-checker.sh | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index cbcfb88..f2806b8 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -4059,11 +4059,13 @@ fi exit 0 # ok # We're using MCE.db from the excellent platomav's MCExtractor project -# The builtin version follows, the user can update it with --update-mcedb +# The builtin version follows, but the user can download an up-to-date copy (to be stored in his $HOME) by using --update-mcedb +# To update the builtin version itself (by *modifying* this very file), use --update-builtin-mcedb # wget https://github.com/platomav/MCExtractor/raw/master/MCE.db # sqlite3 MCE.db "select '%%% MCEDB v'||revision||' - '||strftime('%Y/%m/%d', date, 'unixepoch') from MCE; select '# I,0x'||cpuid||',0x'||version||','||max(yyyymmdd) from Intel group by cpuid order by cpuid asc; select '# A,0x'||cpuid||',0x'||version||','||max(yyyymmdd) from AMD group by cpuid order by cpuid asc" -# %%% MCEDB v84 - 2018/09/27 + +# %%% MCEDB v96 - 2019/01/15 # I,0x00000611,0x00000B27,19961218 # I,0x00000612,0x000000C6,19961210 # I,0x00000616,0x000000C6,19961210 @@ -4290,13 +4292,15 @@ exit 0 # ok # I,0x000406E3,0x000000C6,20180417 # I,0x000406E8,0x00000026,20160414 # I,0x000406F0,0x00000014,20150702 -# I,0x000406F1,0x0B00002E,20180419 +# I,0x000406F1,0x0B000031,20180905 # I,0x00050650,0x8000002B,20160208 # I,0x00050651,0x8000002B,20160208 # I,0x00050652,0x80000037,20170502 -# I,0x00050653,0x01000144,20180420 -# I,0x00050654,0x0200004D,20180515 -# I,0x00050655,0x0300000B,20180427 +# I,0x00050653,0x01000146,20180824 +# I,0x00050654,0x02000057,20181022 +# I,0x00050655,0x03000010,20181116 +# I,0x00050656,0x04000013,20181203 +# I,0x00050657,0x05000013,20181203 # I,0x00050661,0xF1000008,20150130 # I,0x00050662,0x00000017,20180525 # I,0x00050663,0x07000013,20180420 @@ -4315,6 +4319,7 @@ exit 0 # ok # I,0x000506E2,0x0000002E,20150815 # I,0x000506E3,0x000000C6,20180417 # I,0x000506E8,0x00000034,20160710 +# I,0x000506F0,0x00000010,20160607 # I,0x000506F1,0x00000024,20180511 # I,0x00060660,0x0000000C,20160821 # I,0x00060661,0x0000000E,20170128 @@ -4322,14 +4327,17 @@ exit 0 # ok # I,0x00060663,0x0000002A,20180417 # I,0x000706A0,0x00000026,20170712 # I,0x000706A1,0x0000002A,20180725 +# I,0x000706E0,0x0000002A,20180528 +# I,0x000706E1,0x0000002E,20181119 +# I,0x000706E2,0x0000002E,20181119 # I,0x00080650,0x00000018,20180108 -# I,0x000806E9,0x00000098,20180626 -# I,0x000806EA,0x00000096,20180515 -# I,0x000806EB,0x00000098,20180530 -# I,0x000906E9,0x0000008E,20180324 -# I,0x000906EA,0x00000096,20180502 -# I,0x000906EB,0x0000008E,20180324 -# I,0x000906EC,0x0000009E,20180826 +# I,0x000806E9,0x0000009E,20181018 +# I,0x000806EA,0x0000009E,20181018 +# I,0x000806EB,0x000000A4,20181025 +# I,0x000906E9,0x0000009A,20180716 +# I,0x000906EA,0x000000AA,20181212 +# I,0x000906EB,0x000000AA,20181212 +# I,0x000906EC,0x000000A2,20180929 # A,0x00000F00,0x02000008,20070614 # A,0x00000F01,0x0000001C,20021031 # A,0x00000F10,0x00000003,20020325 @@ -4398,7 +4406,7 @@ exit 0 # ok # A,0x00800F00,0x0800002A,20161006 # A,0x00800F10,0x0800100C,20170131 # A,0x00800F11,0x08001137,20180214 -# A,0x00800F12,0x08001227,20180209 +# A,0x00800F12,0x08001230,20180804 # A,0x00800F82,0x0800820B,20180620 # A,0x00810F00,0x08100004,20161120 # A,0x00810F10,0x0810100B,20180212