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 54C9E36165F for ; Thu, 28 May 2026 08:30:46 +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=1779957047; cv=none; b=EG2IhEysLsZaoigjQ84FC1/k6NIQKhtKSR56OMlfvbsm3LjP9Ieu7N+Xl34lxtZ52Y08TKqU+MlvdF1q/0VwbG/0t+XsNtboyTz8Bouy2u6SRxvx1f6Lt+i5LsZFPPjXxzSshfVDSIsJtK+k5Bj0GA+PmYP0XFrPctaH9LO/bOU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779957047; c=relaxed/simple; bh=PVWxGNG7nMrHiKUg9mDiXCI+gO+uExpV7FW/0UXj/OI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W24wuHSuNm55PKdon3hzR37rQQsV+R5yM0RjbowHxXXaH6SVTaDdtKWjs4vFJk0dsU4pt0XdNDC+EsPeMY+ZgNtY67Cgloe0aGRmUaR7F/f51zkDi3bSGOT8+3x0GsQm2haLp0ETAAOyh0sRUh91ME8IAbz1xlM6ka1+ZMcMBkk= 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 DA44E68B05; Thu, 28 May 2026 10:30:43 +0200 (CEST) Date: Thu, 28 May 2026 10:30:43 +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 2/2] nvme: validate FDP configuration descriptor sizes Message-ID: <20260528083043.GC7073@lst.de> References: <20260527133205.GA12042@lst.de> <46b82f1d635ed01017fcceec5d56d5cfd5cfcb79.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: <46b82f1d635ed01017fcceec5d56d5cfd5cfcb79.1779930057.git.gliuxen@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Thu, May 28, 2026 at 09:43:26AM +0800, liuxixin wrote: > > From: liuxixin > Date: Thu, 28 May 2026 09:00:37 +0800 > Subject: [PATCH v3 2/2] nvme: validate FDP configuration descriptor sizes Same formatting issue as the last one. The patch itself looks good: Reviewed-by: Christoph Hellwig