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 9325237DE91 for ; Thu, 28 May 2026 08:30:19 +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=1779957021; cv=none; b=vGHQo90gQcc3rb179lQB0//pqPkbcY4PuYmnJYcaBcKJzMrUwEB//WhLI0S/SU7PuVPahtXu27BtgCN7JAn1XvZL5//eqakOqhQJBtvXMd6DnR3UVWxUQkSGg74H/l1dqqUdhxGNqT7rpqP66iYGR0WvzeFQz04F9VZe5VJKDVA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779957021; c=relaxed/simple; bh=sGtFhMpj3g0kTqrBhgNAodhz7haoKZ/05fuvFa99y5w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ijyWWlnnDmvUr5YSGdaVgXfsE6uTCvf+75TKKMzWwxReutL7jLumdCD2V/mjX1w+IP6X4h4tixo7UOThjRzVEXUAY33wHpNaI4TMP5cKDRXVh7f3k3RKBTFEFmYp1Y/psoYPyKe5Ksjt/ckG1+lW4zQ+6+cZb4vOWTpM/D1saKE= 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 2413968BEB; Thu, 28 May 2026 10:30:17 +0200 (CEST) Date: Thu, 28 May 2026 10:30:16 +0200 From: Christoph Hellwig To: liuxixin Cc: linux-nvme@lists.infradead.org, kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] nvme: fix FDP fdpcidx bounds check Message-ID: <20260528083016.GB7073@lst.de> References: <20260527133205.GA12042@lst.de> <820c56d3908ffa2726e38c31eeb5d3d7701fc590.1779930057.git.gliuxen@gmail.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: <820c56d3908ffa2726e38c31eeb5d3d7701fc590.1779930057.git.gliuxen@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, May 28, 2026 at 09:43:24AM +0800, liuxixin wrote: > > From: liuxixin > Date: Thu, 28 May 2026 09:00:36 +0800 > Subject: [PATCH v3 1/2] nvme: fix FDP fdpcidx bounds check Somehow the mail format got messed up here. Either way, the patch itself looks good: Reviewed-by: Christoph Hellwig