From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (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 962DF78F4A for ; Tue, 10 Jun 2025 04:35:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749530103; cv=none; b=UxTxEyAZL13VN4o4f9XT2+4GERXc9TrPeCphtob3im+46e6KVRiwv9SAlRaAcUMSjWBObb5OBkv4RXjqrWxLYNm3jG1Rs3i7diyLzQ+pMe4+eNdYbmE4ZyLvuzKBq98x7cJ1pv5iKugThTIzZc7+swb9wfSGtWGjvjzj8ohta64= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749530103; c=relaxed/simple; bh=DmSqb4RyrJEUfQc38zpgEXHaWPa4Afjzig3KPbwxgxY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MV7n//Qvj283hrRQwSt23ZLZXFGcVJUSIGPu0mjrA5/+pXBVkw4k2MOt4vWnLjsNBJDcvRqAD/BIQUdU/L16kRcMFmHChMjOFwCVdAD1++C5i+avL5vij7nZlz62jp1tEeSv2TgJ3KiMhdQMVYGhDdlP+JcGFwxGyGgG/lA5/3I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id E026968C4E; Tue, 10 Jun 2025 06:34:51 +0200 (CEST) Date: Tue, 10 Jun 2025 06:34:51 +0200 From: Christoph Hellwig To: Jarkko Sakkinen Cc: Christoph Hellwig , Sagi Grimberg , Chuck Lever , Trond Myklebust , Anna Schumaker , David Howells , linux-nfs@vger.kernel.org, kernel-tls-handshake , keyrings@vger.kernel.org Subject: Re: [PATCH 2/2] nfs: create a kernel keyring Message-ID: <20250610043451.GA24571@lst.de> References: <20250515115107.33052-3-hch@lst.de> <692256f1-9179-4c19-ba17-39422c9bad69@grimberg.me> <20250602152525.GA27651@lst.de> <20250605042802.GA834@lst.de> <20250609040143.GA26162@lst.de> Precedence: bulk X-Mailing-List: kernel-tls-handshake@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Tue, Jun 10, 2025 at 12:28:49AM +0300, Jarkko Sakkinen wrote: > On Mon, 2025-06-09 at 06:01 +0200, Christoph Hellwig wrote: > > On Fri, Jun 06, 2025 at 07:47:57PM +0300, Jarkko Sakkinen wrote: > > > Ah, ok this cleared it up, thanks! Just learning these subsystem, > > > appreciate the patience with this one :-) > > > > I'm also just learning the keyring, so double checking from that > > perspective is also always welcome.. > > After quickly studying tlshd, my understanding is that the ".nfs" is a > "vault for transient stuff" passed to "keyrings" configuration option. > After that serials within that vault are passed to mount-options > defined in 1/2. Yes. I'll try to make it more clear for a resend, and I also plan to write documents for using TLS and thus the keyrings with NFS and nvme.