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 506883537C9; Wed, 25 Mar 2026 20:20:56 +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=1774470056; cv=none; b=Vzc4ECgQVnRSPffvtD0fMQIc9wD/Lm0qigSqPdHTTACY0KZInrL33Exfq0ip1j7Mm1KXJX0BmRkUnzkq/3WGb+cD1rsW0NmKfj1VLuBSKhpaOWOrXHRa/E/eYvg22L7eRvzIRgLWudzWmMmHRVxsJRL9xE20PuJRepFwXZYEkhE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774470056; c=relaxed/simple; bh=vfTpAReEB03EgkWwWTy/7/I4kxr0oycMmdpafvTBqbw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=R3MxrhZCBLYOBKdymJjiP+l1UwZqoMg/20om0gEWU+tKg5ui+MXf0vp+EFmaaQcX8kwJfaX8GsFldu4QexeRZN71JQz7q1rL2UqnbdwtFyq64w19n9qzQjYwEhN2fzYXqEmnwYBqz1h587knjv81onfC3oF+Rp/9CKuXS9UgvhQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=X9kHOsCX; 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="X9kHOsCX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93746C4CEF7; Wed, 25 Mar 2026 20:20:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774470056; bh=vfTpAReEB03EgkWwWTy/7/I4kxr0oycMmdpafvTBqbw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X9kHOsCXpbnqPbnws8Re1eQA1H0SC5Du96Mv2YFteUdfF5XVSruS0MaMTDfc02+p+ Svq2FldytMFbjAf6QQfwXPa2nGNmdr7ziLF5MYKcLFsV9spuJUZoEcstFZmr8fepyW 1FWoY/dt7/8moXmt3csOCobXx4XTiZurUJFWdRZ6pSFjDwQ7kFdjYPZC8XeLZ5Sk34 Ir56s8WaJNUt/5mwssDfToL5ha/j/5tmd5/xPjPS7YrydBUg9UbjN+cY/17Hv29YTP 2eTzOBUlCi5P196CUBaq4fGzA5EjcX0NrxZyFzKHFHshDeLz7YSPGlNyMOJKekOblU PJE8z6vGMVKwg== Date: Wed, 25 Mar 2026 13:20:53 -0700 From: Eric Biggers To: Keith Busch Cc: Christoph Hellwig , linux-nvme@lists.infradead.org, Chaitanya Kulkarni , Sagi Grimberg , Hannes Reinecke , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Ard Biesheuvel , "Jason A . Donenfeld" , Herbert Xu , Jens Axboe Subject: Re: [PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing Message-ID: <20260325202053.GE2305@quark> References: <20260302075959.338638-1-ebiggers@kernel.org> <20260304132327.GA15515@lst.de> <20260305193150.GF2796@quark> Precedence: bulk X-Mailing-List: linux-crypto@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: On Thu, Mar 05, 2026 at 12:35:55PM -0700, Keith Busch wrote: > On Thu, Mar 05, 2026 at 11:31:50AM -0800, Eric Biggers wrote: > > On Wed, Mar 04, 2026 at 02:23:27PM +0100, Christoph Hellwig wrote: > > > Thanks, this looks really great: > > > > > > Acked-by: Christoph Hellwig > > > > > > > Thanks. I assume Keith will pick this series up for 7.1. Keith, I > > forgot to include you explicitly on the recipients list (I must have run > > get_maintainer on drivers/nvme/target/ instead of drivers/nvme/common/), > > but I assume you received this series via linux-nvme anyway. > > No worries, I'll start up a 7.1 branch and get this queued up. Thanks! This hasn't made its way into linux-next yet. Is that expected? - Eric