As of now, within include/linux, there are three header files
pertaining to the TPM driver: tpm.h, tpm_eventlg.h and tpm_command.h.

Upon investigation when attempting code modifications, it has become
evident that these files are currently without a maintainer.

In light of their intrinsic relationship with the TPM driver itself,
stewardship of these files should fall under the TPM subsystem. So
that scripts/get_maintainer.pl can provide more accurate output

It should be noted that this change entails the omission of some
commit_signer and author entries from the scripts/get_maintainer.pl
output. A list is provided herein for future investigation:
 *tpm.h:
    Jarkko Sakkinen <jar...@kernel.org> (commit_signer)
    James Bottomley <james.bottom...@hansenpartnership.com> (commit_signer)
    Stefan Berger <stef...@linux.ibm.com> (commit_signer)
    Ard Biesheuvel <a...@kernel.org> (commit_signer)
    Roberto Sassu <roberto.sa...@huawei.com> (commit_signer)
    Al Viro <v...@zeniv.linux.org.uk> (author)
 *tpm_eventlog.h:
    Ard Biesheuvel <a...@kernel.org> (commit_signer)
    Gregory Price <gou...@gourry.net> (commit_signer)

In passing, also include include/uapi/linux/vtpm_proxy.h for TPM
maintainers, as it is facing a comparable plight.

Signed-off-by: WangYuli <wangy...@uniontech.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ed7aa6867674..4a7b2e8b97de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24037,6 +24037,8 @@ Q:      
https://patchwork.kernel.org/project/linux-integrity/list/
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
 F:     Documentation/devicetree/bindings/tpm/
 F:     drivers/char/tpm/
+F:     include/linux/tpm*.h
+F:     include/uapi/linux/vtpm_proxy.h
 F:     tools/testing/selftests/tpm2/
 
 TPS546D24 DRIVER
-- 
2.47.2


Reply via email to