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 3FDEF330B31 for ; Mon, 2 Mar 2026 20:09:12 +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=1772482153; cv=none; b=QEhlVPVYx51vQEQkJkN3isnuPxWRoTvovoQ80/7IU9foVsMwEpeuw7gVTmNqw4RK5RT5sQ8p/8j9AGrGpEhPAAH4L9zfPXQHjV6ay/11HQbN8OiZ1yW4gb1wCyu8hKVYLJyLu+qYW94527I6FC2JH5DEk1K8E2N9y1v096HvXC8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772482153; c=relaxed/simple; bh=lXArgtNeOFFTWLzxqvomrBwQ5HOchKkFHuGlOYGRG58=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p/3zaOCqlqMLuaIJe0Z7dy+NKhkDA+ccf2/FlcFwt8Vklicqf6zrzX7SZDUcc5gcfpVkYW0OD/fqWF9me4ItMRnZJoNvC245Y8+kwbmtue+4y2XcslTcXI41Q4CRLo+wTlf3ENHLR713vo/t5tfnc+wza7u6ny5uc1EBGFLbZlw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VKZv81Xn; 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="VKZv81Xn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38CCBC19423; Mon, 2 Mar 2026 20:09:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772482152; bh=lXArgtNeOFFTWLzxqvomrBwQ5HOchKkFHuGlOYGRG58=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VKZv81Xnk90MAJfH9wqL59EOs90/ssBfqkjY+NKUPdv6jht8hOwHfZiQZ3ByukByK RTuiy48luVmE3qYANeEUtfpqB2Vb7nTRCgMohe5tye88z9Vq3DGKYe4RKy7sFxwIJ+ RmvrnUi4aM08EWDaUyTa/0xx71wxihX84C3wlgA/BwiGlcP2uQsKehIQ+dAzbY0okG FzNNVzV267snWjWITHXU4EXL1pQJ/cazZduXFPWI2iRnpWeJ0GMrJD+lX+GrhmmB7V KWJ/pl0WWlDUlDWMomxT8LE6Hdv4iLsqsnQ3UQCpxZH3Yso0BHXs/kuMJH93/UA1F1 YF6CKeUrkrG4Q== Date: Mon, 2 Mar 2026 13:09:10 -0700 From: Keith Busch To: Alistair Francis Cc: axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, hare@suse.de, kch@nvidia.com, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Alistair Francis Subject: Re: [PATCH v4 0/4] Support PSK reauthentication (REPLACETLSPSK) Message-ID: References: <20251202051755.1312158-1-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: On Mon, Mar 02, 2026 at 01:42:05PM +1000, Alistair Francis wrote: > This series is ready to merge. Can it be picked up? You're right, thank you. Queued up now.