mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-03 13:47:08 +02:00
chore: add proper header to all src/vulns/* files
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
||||
###################
|
||||
# TAA SECTION
|
||||
###############################
|
||||
# CVE-2019-11135, TAA, ZombieLoad V2, TSX Asynchronous Abort
|
||||
|
||||
# CVE-2019-11135 TAA (TSX asynchronous abort) - entry point
|
||||
check_CVE_2019_11135() {
|
||||
check_cve 'CVE-2019-11135'
|
||||
}
|
||||
|
||||
# CVE-2019-11135 TAA (TSX asynchronous abort) - Linux mitigation check
|
||||
check_CVE_2019_11135_linux() {
|
||||
local status sys_interface_available msg kernel_taa kernel_taa_err
|
||||
status=UNK
|
||||
@@ -85,7 +83,6 @@ check_CVE_2019_11135_linux() {
|
||||
fi
|
||||
}
|
||||
|
||||
# CVE-2019-11135 TAA (TSX asynchronous abort) - BSD mitigation check
|
||||
check_CVE_2019_11135_bsd() {
|
||||
local taa_enable taa_state mds_disable kernel_taa kernel_mds
|
||||
pr_info_nol "* Kernel supports TAA mitigation (machdep.mitigations.taa.enable): "
|
||||
|
||||
Reference in New Issue
Block a user