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 B8C821D7999; Tue, 10 Jun 2025 04:35:02 +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=1749530104; cv=none; b=hlfXjU2WYmK2FWX6WdDvrIt6ztt+2IACW0RTg3OfyAX1OgRaVyA5eBYLoGOS6wGYavU9azNvSJwHRCp/oGNsFxgG+nvBnW7mjWeYFNY8kR5viox+FAJPZDChwwtdGbfYZVicuXnNz8jH3KtRtktL5T2+TLE6xd/0smX7B8cD7/o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749530104; c=relaxed/simple; bh=DmSqb4RyrJEUfQc38zpgEXHaWPa4Afjzig3KPbwxgxY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=a64aZq6ynbTllKFDPjPFpRr6cu6qCxMG2ESywJ1W9ArQMQsMlvQgQ07PyM0iC889YxeJN0RHZLPWqfixO8A3ye80AMiqehgyyUzRgC4z6r7nxMhFCo7maPmm5acOHBz0tCyhmy6lDRJ8LFGxdP0uQMd3XgLk+X+desWXz2P1mpc= 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: linux-nfs@vger.kernel.org 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.