[tip: x86/misc] MAINTAINERS: Add x86 hardware vulnerabilities section

From: tip-bot2 for Josh Poimboeuf
Date: Fri Mar 10 2023 - 05:24:01 EST


The following commit has been merged into the x86/misc branch of tip:

Commit-ID: 5910f06503aae3cc4890e562683abc3e38857ff9
Gitweb: https://git.kernel.org/tip/5910f06503aae3cc4890e562683abc3e38857ff9
Author: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
AuthorDate: Fri, 24 Feb 2023 13:35:22 -08:00
Committer: Borislav Petkov (AMD) <bp@xxxxxxxxx>
CommitterDate: Fri, 10 Mar 2023 11:13:30 +01:00

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 <jpoimboe@xxxxxxxxxx>
Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
Link: https://lore.kernel.org/r/20230224213522.nofavod2jzhn22wp@treble
---
MAINTAINERS | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d5bc22..d95c6cc 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 <tglx@xxxxxxxxxxxxx>
+M: Borislav Petkov <bp@xxxxxxxxx>
+M: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
+M: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
+R: Pawan Gupta <pawan.kumar.gupta@xxxxxxxxxxxxxxx>
+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 <tony.luck@xxxxxxxxx>
M: Borislav Petkov <bp@xxxxxxxxx>