From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B6EDE2F2607 for ; Wed, 28 Jan 2026 21:04:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769634280; cv=none; b=R7kD7lPHLv/EjnGqblE3VjMIDsJHcvQ66FPfKs0XKQU89m4y7R6xpC8Zv2zv6CAo5R+5UyT1oarhSO75cCvAxUtQsjX2hfSAhY8cLmsCm+ecOiofZjDnLgNkBdwJo2pLW6Ag3LrVv9VqBNj+CaIpnAy1vUSpXeqEgyu52Tkbut8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769634280; c=relaxed/simple; bh=Bj8zWZOCir3+dSvnXCTxNaUi7oNxP9dc2irjuUED4aE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DwAMoNC63sKOsCRTVJCb2xoZmU7JglzQOq8Ov+0yO9FYWWpsUu0HwHcXfi0YQew+F/Z2hFtBDNpYG7WuLxcUBMhHnjPiI1Tih/OUPpaMdZQ9yTkhLy2njToLShiBtFnbdBFfdGMnTzX1UZWSDPsUpd5HcoUXLQIa82GW5Jj+w0Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tZR0f4xV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tZR0f4xV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E285CC4CEF1; Wed, 28 Jan 2026 21:04:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769634280; bh=Bj8zWZOCir3+dSvnXCTxNaUi7oNxP9dc2irjuUED4aE=; h=From:To:Cc:Subject:Date:From; b=tZR0f4xVenoy3aGM6oubAPnDZ+ZJFA951B2yV26wCscaCprO0KLXXDnQR4g198e15 bwfhmajStiA+TDWp8CWIujDZd759eXZ0uNtMH47Cdm76laNtv+Fs8l3e6ykYNLe6Bj adxsIX/IS9Tz8dCyH4Rv+wUCLgE4VZ0aPdkWwpVL1Qfmp9lsYnVIYeB42k/ffz8BaG ikuiTk/Gv7zgLUwjNBIofeMqz4QlV9ZwfWBQl0dPrRLOPuGgLjanuj7sSaWy+P4oQR wAP1F1WazIIuYg8oXWdlSmXYgS39REWchj+XXlPOXivq7mGRho072CDsi25eNT+Lhm i0ebNp1x8qcOQ== From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, Jakub Kicinski , daniel.zahka@gmail.com, willemdebruijn.kernel@gmail.com Subject: [PATCH net] MAINTAINERS: add an entry for PSP Date: Wed, 28 Jan 2026 13:04:35 -0800 Message-ID: <20260128210435.161061-1-kuba@kernel.org> X-Mailer: git-send-email 2.52.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit We are missing a MAINTAINERS entry for PSP, create one. Signed-off-by: Jakub Kicinski --- CC: daniel.zahka@gmail.com CC: willemdebruijn.kernel@gmail.com --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c3df85fd5acd..bcd2e71dec1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20991,6 +20991,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 +M: Jakub Kicinski +M: Willem de Bruijn +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 R: Tony Luck -- 2.52.0