diff options
| author | 2024-09-11 10:53:08 +0200 | |
|---|---|---|
| committer | 2025-06-17 17:17:02 +0200 | |
| commit | d8010d4ba43e9f790925375a7de100604a5e2dba (patch) | |
| tree | 82d5d8da2b7df3a1736fa2c784f45d177fb106a0 /include/linux/cpu.h | |
| parent | x86/bugs: Rename MDS machinery to something more generic (diff) | |
| download | wireguard-linux-d8010d4ba43e9f790925375a7de100604a5e2dba.tar.xz wireguard-linux-d8010d4ba43e9f790925375a7de100604a5e2dba.zip | |
x86/bugs: Add a Transient Scheduler Attacks mitigation
Add the required features detection glue to bugs.c et all in order to
support the TSA mitigation.
Co-developed-by: Kim Phillips <kim.phillips@amd.com>
Signed-off-by: Kim Phillips <kim.phillips@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
Diffstat (limited to 'include/linux/cpu.h')
| -rw-r--r-- | include/linux/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 96a3a0d6a60e..6378370a952f 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -82,6 +82,7 @@ extern ssize_t cpu_show_old_microcode(struct device *dev, struct device_attribute *attr, char *buf); extern ssize_t cpu_show_indirect_target_selection(struct device *dev, struct device_attribute *attr, char *buf); +extern ssize_t cpu_show_tsa(struct device *dev, struct device_attribute *attr, char *buf); extern __printf(4, 5) struct device *cpu_device_create(struct device *parent, void *drvdata, |
