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 AD3EB3D5232; Thu, 5 Mar 2026 19:31:52 +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=1772739112; cv=none; b=A8BTcBtkWYoSwCdSxLbU8Awr+PxfGse9iuTIp98rIEaho4kH10VOW0u7R/szyCoeVEFUKTnGAmZsIkur211e0Us+9bakN+bESWRGexSkr3hP3C8AfGYakP9WnJIOvbzKDUk9kgM+XW2+9gXedmxe2evPLDStfoVHTOkSJQujLzA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772739112; c=relaxed/simple; bh=jiH3cPo01fWhlFeVyhSM+sERjE9JFWIPvuBM/2lEIvM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tzKkA5rQ+492+wFsC3vT2B2WR6WV+80JEdYNKFO+KrQJjJYnDGHwhm6evz4JZ66+Js+J2vjQo+dOU8D+TRI3kRd3DLI3fVOtpP8imhjJddKluViy8xdcj67dwK7gS5+wOwE+zZsemy6FfQeTZ9l+T6jia4rdp+7MnvAC9vw6aYo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VUfeNTTr; 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="VUfeNTTr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 907FCC116C6; Thu, 5 Mar 2026 19:31:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772739112; bh=jiH3cPo01fWhlFeVyhSM+sERjE9JFWIPvuBM/2lEIvM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VUfeNTTrgvv4qxRcxJhMGTT2RE8xIq3C9hocWsyhnSD3lk0r//nJVHVlmtU3t80m/ 71/yZOiF37x+dmie0YaOBZPIQUtIulfFyLevxKD69agNwtRfckvCGU8C7tyETFyQbl CICXvpVfykoXUg5S/HP/dZf9DX4s6oq63NT6ld1TBX+bybTvsyp/fGcFOl+apUO9lK Hv10VoPmjubMgU7a2Bx3GZVJ9s414wqDLGtY76H5iEtyUI61/XDsXoZk7/tUWKEckq lHZsKs633G3WAUCL7R2gASGCBEV4q/z+p3ahxWmWjoZ5rfdjq+tgx474QJcmKchfib UbmB7A28C0mFA== Date: Thu, 5 Mar 2026 11:31:50 -0800 From: Eric Biggers To: Christoph Hellwig , Keith Busch Cc: 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: <20260305193150.GF2796@quark> References: <20260302075959.338638-1-ebiggers@kernel.org> <20260304132327.GA15515@lst.de> 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: <20260304132327.GA15515@lst.de> 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. - Eric