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 775153B47EF for ; Thu, 9 Jul 2026 06:31:24 +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=1783578685; cv=none; b=rHJLgnPJgsqy0jFdVaFtDWU3hJ8/1NR5g2RHL6Rcw9EX1ct4gujHgc8kPdcx+WWCL6NFwZuho9M8/yMdUVGVaLQUmpnjD3He6EV00/C3Wh7W0URrloszjMYtLyjS1LB6lFxgEOpLI2v+7K89Kb2r6qlWoeah/QSLzjjZthGZSsE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783578685; 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=ev3qbUPmgd6+xoHW/OIkz4zRZDe0nvxmOx2jjKO/fbZ7NEaYhTru4h3cV5gSWBMY+siqF2tV2YdL/SPc52Sz5Y5hqnia3jfq4SuqUk0ryUI0gBnLiG3eTBjl4UfCOLgOuFTdO1zpSWgFLBYCruuFtAmkCxV2OcLWxfnTFudjcPM= 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 E68DE68BFE; Thu, 9 Jul 2026 08:31:21 +0200 (CEST) Date: Thu, 9 Jul 2026 08:31:21 +0200 From: Christoph Hellwig To: Nilay Shroff Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, hch@lst.de, elver@google.com, kbusch@kernel.org, sagi@grimberg.me, axboe@fb.com, bvanassche@acm.org, gjoyce@linux.ibm.com Subject: Re: [PATCH v3 11/18] nvme: add context annotations in fabric.c Message-ID: <20260709063121.GE18056@lst.de> References: <20260706141452.3008233-1-nilay@linux.ibm.com> <20260706141452.3008233-12-nilay@linux.ibm.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: <20260706141452.3008233-12-nilay@linux.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig