From nobody Sat Jun 13 18:08:48 2026 Received: from mail-106120.protonmail.ch (mail-106120.protonmail.ch [79.135.106.120]) (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 C125828B4FA for ; Wed, 6 May 2026 05:49:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=79.135.106.120 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778046575; cv=none; b=AZmZ6FMLYHmcvyqlIB4MEMIgriii2R/yA367dQVPIcUp3Sam+rnLEdrhlwQxsAXW0R3ZlJwM2YccrrItzG1Q6KfsR2CGmQuVX4jth/RJCIO7C+rTXQKiIZjNlxxSQfz0aZhGZOZ0OcT7IcejlsSN0spbmUCn3nU++7CE9v9B21U= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778046575; c=relaxed/simple; bh=V63HCRFuyfYgt+cbtqqWh5Ry5LYRNQC5sAiPc4io1AA=; h=Date:To:From:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=A95QbIGwHUwETiLsMzziOqL/4kujE7rl9VwPIBRSss/ZqEYu7w/uLAy2MkNPU/fpBA6ikL0w3sguiwvAez77bsDsUSutL4FuWNoO/0B6+Z5NqOpfGpfKTDnBBzkf8HXBt8vVWB7KQ9QSDg4V2hI/2w8pWwDOZCQPwzgCYT5IqqE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=Yp1YYKIk; arc=none smtp.client-ip=79.135.106.120 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="Yp1YYKIk" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1778046564; x=1778305764; bh=KpcgUtDn3EXTG1BBcztlZzlGN9ycWgoh9qrRkBRq/p4=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Yp1YYKIkP1entrrA514OkrKPwHtv8aoy/9HiyP7QU+871t63DbSEYnJ0v5bIlFFG6 LRD8M4CWo+DdUxV1hPgxFBX2mFG4YBGF86rKDV2c48Hp+fGoCtLZsQmqe2XfiEQcbe ETUAXI4Mn1wLr64/0FI8lhLYK38Xv3Uzr6CsiNZaw6En9p+l+j4XdKBm5rfvJ01CQB YOnBaPB8UuWlEAXn1+nRjqNpEY5osV194W6soJuBSmZXM058679XP+9nIgSog67UaW jTYWv8Fmgvv8R77j2qFMvRHRlw9suOkc5mBiuEoN7KVE025Fs5Iih8AW8rcQVnZ4as A3VA9endSPhQw== Date: Wed, 06 May 2026 05:49:18 +0000 To: Paul Moore From: Mayank Gite Cc: Mayank Gite , Serge Hallyn , Jonathan Corbet , Shuah Khan , linux-security-module@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation: fix typo and formattting in security/credentials.rst Message-ID: <20260506054914.162806-1-drapl0n@protonmail.com> Feedback-ID: 27639855:user:proton X-Pm-Message-ID: 7ea98b8c116dfdecef9204ec1d3c723a46d2eb38 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" - Fixes a typo in "Keys and keyrings" section. Replaces "keying" with "keyring". - Updates formatting of keyring types. Signed-off-by: Mayank Gite --- Documentation/security/credentials.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/security/credentials.rst b/Documentation/securit= y/credentials.rst index d0191c8b8060..4996838491b1 100644 --- a/Documentation/security/credentials.rst +++ b/Documentation/security/credentials.rst @@ -189,9 +189,9 @@ The Linux kernel supports the following types of creden= tials: be searched for the desired key. Each process may subscribe to a num= ber of keyrings: =20 - Per-thread keying - Per-process keyring - Per-session keyring + - Per-thread keyring + - Per-process keyring + - Per-session keyring =20 When a process accesses a key, if not already present, it will normal= ly be cached on one of these keyrings for future accesses to find. --=20 2.53.0