diff options
author | Josh Poimboeuf <[email protected]> | 2023-02-24 13:35:22 -0800 |
---|---|---|
committer | Borislav Petkov (AMD) <[email protected]> | 2023-03-10 11:13:30 +0100 |
commit | 5910f06503aae3cc4890e562683abc3e38857ff9 (patch) | |
tree | 983d1e53eeace4a308cd6c9fa8dd348d6c544498 | |
parent | cd3ad6619517cda3a055d864a85cebbd434dba9a (diff) |
MAINTAINERS: Add x86 hardware vulnerabilities section
Add the bunch of losers who have to deal with this to MAINTAINERS so
that they can get explicitly CCed on more hw nightmares.
[ bp: Add commit message. ]
Signed-off-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/r/20230224213522.nofavod2jzhn22wp@treble
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..d95c6ccbd116 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22660,6 +22660,17 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm F: arch/x86/entry/ +X86 HARDWARE VULNERABILITIES +M: Thomas Gleixner <[email protected]> +M: Borislav Petkov <[email protected]> +M: Peter Zijlstra <[email protected]> +M: Josh Poimboeuf <[email protected]> +R: Pawan Gupta <[email protected]> +S: Maintained +F: Documentation/admin-guide/hw-vuln/ +F: arch/x86/include/asm/nospec-branch.h +F: arch/x86/kernel/cpu/bugs.c + X86 MCE INFRASTRUCTURE M: Tony Luck <[email protected]> M: Borislav Petkov <[email protected]> |