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: 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>

+12
+12
MAINTAINERS
··· 20973 20973 F: drivers/net/pse-pd/ 20974 20974 F: net/ethtool/pse-pd.c 20975 20975 20976 + PSP SECURITY PROTOCOL 20977 + M: Daniel Zahka <daniel.zahka@gmail.com> 20978 + M: Jakub Kicinski <kuba@kernel.org> 20979 + M: Willem de Bruijn <willemdebruijn.kernel@gmail.com> 20980 + F: Documentation/netlink/specs/psp.yaml 20981 + F: Documentation/networking/psp.rst 20982 + F: include/net/psp/ 20983 + F: include/net/psp.h 20984 + F: include/uapi/linux/psp.h 20985 + F: net/psp/ 20986 + K: struct\ psp(_assoc|_dev|hdr)\b 20987 + 20976 20988 PSTORE FILESYSTEM 20977 20989 M: Kees Cook <kees@kernel.org> 20978 20990 R: Tony Luck <tony.luck@intel.com>