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 0D2B027FD51 for ; Fri, 20 Mar 2026 07:44:17 +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=1773992659; cv=none; b=fSy8RltLyAIEd5KbPuo18OWvA+c3195nGSu/U/Ayh8hEKlTFnyJ6lJue0H+3nY9966tw1VINd9y8lrYmHMDV/4FwcEx06W1et8KwwZWnP6wr86uWVjNJLWXIWgmjZhQtZluzzHIYycE8i4g9ri1+amdTaZDYScv6wLa1RttaxJw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773992659; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XEtslabIp8HZQX4B1ZLC9lBc+eDw/HnyZqNnNwnO5io665THLHhmK81gW+ibctsOV4GL5VFhB1T2wEQJDChmnJHdMRt/33GWKj0IV6vtvH8cusTDl5yDYaD3ahpdxWPjUYAaN67I7vRwRmCoTJYtx/yAAXQxhxDHufYO/SXilYA= 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 3B75D68BFE; Fri, 20 Mar 2026 08:44:14 +0100 (CET) Date: Fri, 20 Mar 2026 08:44:13 +0100 From: Christoph Hellwig To: alistair23@gmail.com Cc: hare@suse.de, kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, yjshin0438@gmail.com, Alistair Francis , Kamaljit Singh Subject: Re: [PATCH v4 2/2] nvme-auth: Don't propose NVME_AUTH_DHGROUP_NULL with SC_C Message-ID: <20260320074413.GB14434@lst.de> References: <20260320002045.1927526-1-alistair.francis@wdc.com> <20260320002045.1927526-2-alistair.francis@wdc.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260320002045.1927526-2-alistair.francis@wdc.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig