Peter V. Beck peter
  • Balzers
  • Joined on 2021-05-14
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-11 03:03:19 +02:00
7e5eee74ac fix: remove useless checks under ARM for CVE-2023-28746
9bef6ec533 enh: use g_mode to explicitly save/load the current running mode
Compare 2 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-11 03:03:19 +02:00
48454a5344 fix: remove useless checks under ARM for CVE-2023-28746
e67c9e4265 enh: use g_mode to explicitly save/load the current running mode
f7ba617e16 enh: guard x86/arm specific checks in kernel/cpu for the proper arch
Compare 3 commits »
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-10 18:53:21 +02:00
f587d9355e enh: guard x86/arm specific checks in kernel/cpu for the proper arch
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-10 18:53:21 +02:00
c64d4bb481 enh: guard x86/arm specific checks in kernel/cpu for the proper arch
e110706df8 enh: factorize is_arch_kernel
Compare 2 commits »
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-09 02:03:20 +02:00
83be8fd544 chore: fix build workflow
9383287fc6 chore: delete FAQ.md from ./ in test-build (moved to doc/ in test)
a2823830a6 chore: create doc/ in -build branch
Compare 3 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-09 02:03:20 +02:00
de853fc801 chore: fix build workflow
98ec067aef enh: rework json/prom output to better split x86/arm
ff42393fa6 new batch mode docs, add doc/ to -build branch
f0fb59310e fix: add a missing pstatus to CVE-2023-20588 check
be0f2d20d2 fix: remove misleading explain on correctly mitigated SLS
Compare 49 commits »
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-07 01:03:20 +02:00
6212de226a enh: when reading CPUID is unavailable (VM?), fallback to cpuinfo where applicable
f8873048fc enh: read/write_msr: clearer error messages
463e33d61c fix: CVE-2017-5715 (Spectre V2): Red Hat specific fix for RSB Filling (fixes #235)
4d1af90420 fix: better compatibility under busybox, silence buggy unzlma versions (fix #432)
e8a3c7d7f5 fix: wrmsr: specify core number (closes #294)
Compare 5 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-07 01:03:20 +02:00
954eb13468 enh: when reading CPUID is unavailable (VM?), fallback to cpuinfo where applicable
be91749d3a enh: read/write_msr: clearer error messages
d040c0ffc3 fix: CVE-2017-5715 (Spectre V2): Red Hat specific fix for RSB Filling (fixes #235)
c143bdb073 fix: read/write msr and lockdown: fix a variable error, properly report lockdown to users
fc34cb729b fix: better compatibility under busybox, silence buggy unzlma versions (fix #432)
Compare 6 commits »
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-06 16:53:20 +02:00
8ae598802c enh: clearer kernel info section at the top of the script
48a4c0e49c chore: add comment about is_intel/amd/hygon recursion
1557bbee42 doc: document Platypus (CVE-2020-8694 CVE-2020-8695) as out of scope (#384)
4530f39fae doc: document CVE-2020-24511 and CVE-2020-24512 as being out of scope along with rationale (#409)
d247733496 fix: CPUs affected by MSBDS but not MDS (fix #351)
Compare 9 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-06 16:53:20 +02:00
ac09be87b5 enh: clearer kernel info section at the top of the script
46e662e9a3 enh: clearer CPU details section
730dd50024 chore: add comment about is_intel/amd/hygon recursion
7f893e17d2 enh: update IntelDB affected CPU list to 2026-04 data, including Hybrid CPU detection
078759413b doc: document Platypus (CVE-2020-8694 CVE-2020-8695) as out of scope (#384)
Compare 20 commits »
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-06 08:43:20 +02:00
c0a389b086 doc: add CVE-2020-0549 (L1D Eviction Sampling, CacheOut) as unsupported
726f9e54f5 fix: CVE-2019-11135 (TAA) detect new 0x10F MSR for TSX-disabled CPUs (#414)
11210ab772 fix: CVE-2024-3635[0,7] don't print lines about TSA CPUID bits under non-AMD
624aef4a46 feat: add CVE-2023-20588 (AMD DIV0 bug) (#473)
b6a7ee2345 doc: add CVE-2024-2201 (Native BHI) and TLBleed as unsupported
Compare 8 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-06 08:43:20 +02:00
ef57f070db doc: add CVE-2020-0549 (L1D Eviction Sampling, CacheOut) as unsupported
0caabfc220 fix: CVE-2019-11135 (TAA) detect new 0x10F MSR for TSX-disabled CPUs (#414)
6106dce8d8 fix: CVE-2024-3635[0,7] don't print lines about TSA CPUID bits under non-AMD
b71465ff74 feat: add CVE-2023-20588 (AMD DIV0 bug) (#473)
1159d44c78 doc: update dev guidelines
Compare 15 commits »
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-06 00:33:20 +02:00
3f60773ec4 enh: MDS FreeBSD: detect software mitigation as OK unless --paranoid (#503)
acaf3b684f doc: update dev guidelines
Compare 2 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-06 00:33:20 +02:00
f5c42098c3 enh: MDS FreeBSD: detect software mitigation as OK unless --paranoid (#503)
bbdf54cf7f doc: update dev guidelines
d0ec70eea1 doc: add CVE-2021-26318 (ADM Prefetch) to unsupported list
34807b0d11 feat: implement CVE-2023-28746 (RFDS, Register File Data Sampling)
548d504e88 feat: add SLS (Straight-Line Speculation) check with --extra option
Compare 5 commits »
peter synced new reference refs/tags/v26.26.0404682 to peter/spectre-meltdown-checker from mirror 2026-04-05 00:03:36 +02:00
peter synced commits to refs/tags/v26.26.0404682 at peter/spectre-meltdown-checker from mirror 2026-04-05 00:03:36 +02:00
peter synced commits to test-build at peter/spectre-meltdown-checker from mirror 2026-04-05 00:03:36 +02:00
0ec51090ae fix: add rebleet to --variant
e9cb988409 fix: add rebleet to --variant
c147f3f7d4 retbl
065f19e313 enh: add known fixed ucode versions for CVE-2023-23583 (Reptar) and CVE-2024-45332 (BPI)
1214e63687 chore: reorder CVE list in README.md
Compare 9 commits »
peter synced commits to test at peter/spectre-meltdown-checker from mirror 2026-04-05 00:03:35 +02:00
75d053a0f1 fix: add rebleet to --variant
cccb3c0081 enh: add known fixed ucode versions for CVE-2023-23583 (Reptar) and CVE-2024-45332 (BPI)
090f109c52 doc: add CVE-2023-31315 (SinkClose) to the unsupported list, add categories
5dc9c3c18d chore: reorder CVE list in README.md
a00fab131f feat: implement CVE-2025-40300 (VMScape) and CVE-2024-45332 (BTI)
Compare 16 commits »
peter synced commits to source-build at peter/spectre-meltdown-checker from mirror 2026-04-05 00:03:35 +02:00
73b67b4a80 Merge branch 'master' into source-build
ea6b8efd18 fix: add rebleet to --variant
24d92540a7 enh: add known fixed ucode versions for CVE-2023-23583 (Reptar) and CVE-2024-45332 (BPI)
f2d871acff fix: spurious local keyword broke sysfs based detection (#533) (#534)
83ebe2f75f chore: update workflows (#531)
Compare 5 commits »
peter synced commits to source at peter/spectre-meltdown-checker from mirror 2026-04-05 00:03:34 +02:00
7a7408d124 fix: add rebleet to --variant
cccb3c0081 enh: add known fixed ucode versions for CVE-2023-23583 (Reptar) and CVE-2024-45332 (BPI)
090f109c52 doc: add CVE-2023-31315 (SinkClose) to the unsupported list, add categories
5dc9c3c18d chore: reorder CVE list in README.md
a00fab131f feat: implement CVE-2025-40300 (VMScape) and CVE-2024-45332 (BTI)
Compare 12 commits »