Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: use tabs for indent of CONFIDENTIAL COMPUTING THREAT MODEL

There are two MAINTAINERS entries which snuck in during the previous
merge window which use spaces instead of tabs for indent. The rest
of the file uses tabs. Fix CONFIDENTIAL COMPUTING THREAT MODEL FOR
X86 VIRTUALIZATION (SNP/TDX).

Given the prevalence of using tabs some scripts (AKA my scripts)
assume tabs when parsing.

The faulty entry was added in commit 1f597b1a6ec2 ("docs: security:
Confidential computing intro and threat model for x86 virtualization")

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Carlos Bilbao <carlos.bilbao@amd.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240103160938.1006517-1-kuba@kernel.org

authored by

Jakub Kicinski and committed by
Jonathan Corbet
2d179e8a 53827745

+4 -4
+4 -4
MAINTAINERS
··· 5274 5274 F: drivers/usb/atm/cxacru.c 5275 5275 5276 5276 CONFIDENTIAL COMPUTING THREAT MODEL FOR X86 VIRTUALIZATION (SNP/TDX) 5277 - M: Elena Reshetova <elena.reshetova@intel.com> 5278 - M: Carlos Bilbao <carlos.bilbao@amd.com> 5279 - S: Maintained 5280 - F: Documentation/security/snp-tdx-threat-model.rst 5277 + M: Elena Reshetova <elena.reshetova@intel.com> 5278 + M: Carlos Bilbao <carlos.bilbao@amd.com> 5279 + S: Maintained 5280 + F: Documentation/security/snp-tdx-threat-model.rst 5281 5281 5282 5282 CONFIGFS 5283 5283 M: Joel Becker <jlbec@evilplan.org>