[MODERATED] Re: [PATCH 5/9] TAA 5
Greg KH <[email protected]>
| Newsgroups | org.kernel.lore.historical-speck |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 23, 2019 at 12:19:51PM +0200, speck for Pawan Gupta wrote: > From: Pawan Gupta <[email protected]> > Subject: [PATCH 5/9] x86/speculation/taa: Add sysfs reporting for TSX Async > Abort > > Add the sysfs reporting file for TSX Async Abort. It exposes the > vulnerability and the mitigation state similar to the existing files for > the other hardware vulnerabilities. > > Sysfs file path is: > /sys/devices/system/cpu/vulnerabilities/tsx_async_abort > > Signed-off-by: Pawan Gupta <[email protected]> > Signed-off-by: Borislav Petkov <[email protected]> > Reviewed-by: Mark Gross <[email protected]> > Reviewed-by: Tony Luck <[email protected]> > Tested-by: Neelima Krishnan <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: "H. Peter Anvin" <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Jiri Kosina <[email protected]> > Cc: Josh Poimboeuf <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: x86-ml <[email protected]> > --- > arch/x86/kernel/cpu/bugs.c | 23 +++++++++++++++++++++++ > drivers/base/cpu.c | 9 +++++++++ > include/linux/cpu.h | 3 +++ > 3 files changed, 35 insertions(+) Reviewed-by: Greg Kroah-Hartman <[email protected]>