summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2026-01-29 00:04:35 +0300
committerJakub Kicinski <kuba@kernel.org>2026-01-30 04:26:27 +0300
commit37d312bf957b95346fae2b3f82ce043474ea66c9 (patch)
tree84ca1fa6418dd4c847721cb3d93b43967bb82df6
parent1cac38910ecb881b09f61f57545a771bbe57ba68 (diff)
downloadlinux-37d312bf957b95346fae2b3f82ce043474ea66c9.tar.xz
MAINTAINERS: add an entry for PSP
We are missing a MAINTAINERS entry for PSP, create one. Acked-by: Willem de Bruijn <willemb@google.com> Link: https://patch.msgid.link/20260128210435.161061-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--MAINTAINERS12
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 0efa8cc6775b..12d0858e02c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20973,6 +20973,18 @@ F: Documentation/devicetree/bindings/net/pse-pd/
F: drivers/net/pse-pd/
F: net/ethtool/pse-pd.c
+PSP SECURITY PROTOCOL
+M: Daniel Zahka <daniel.zahka@gmail.com>
+M: Jakub Kicinski <kuba@kernel.org>
+M: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
+F: Documentation/netlink/specs/psp.yaml
+F: Documentation/networking/psp.rst
+F: include/net/psp/
+F: include/net/psp.h
+F: include/uapi/linux/psp.h
+F: net/psp/
+K: struct\ psp(_assoc|_dev|hdr)\b
+
PSTORE FILESYSTEM
M: Kees Cook <kees@kernel.org>
R: Tony Luck <tony.luck@intel.com>