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 8D9B41E505 for ; Mon, 25 May 2026 05:56:29 +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=1779688592; cv=none; b=LVZIRGcn0R9/5vReJApuS+CoovhreeI614zF43PTrXganscfl3N4yCxv6UANKzQ9ON//Z6Hegg8U0lId6lCTy0Zr3dyT9FPAI4THEmAL6V1l7a+Jg75co3EJG4irJALZGw4ecAi2wtTYDddV3ToaQu7/WQ+59xAzAmgiTZzgC9o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779688592; 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=R4TPSGam8duvLVnLJvmgNGGMxBD5VzvEuIG96dPmRyt8E9BgtSDbmUc13UgNj0bmlmBADmNwZg15xrKwPaSCmejaGmVBOHpFt4VF1GFJtffSj8vBcP4hDoWQ07ns1L6cfPXMW2wYSeQKeF/621XxS6Af3fIygyNKDCAJQ1HAQT0= 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 A57D268B05; Mon, 25 May 2026 07:56:18 +0200 (CEST) Date: Mon, 25 May 2026 07:56:18 +0200 From: Christoph Hellwig To: Mateusz Nowicki Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Caleb Sander Mateos , Sung-woo Kim , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] nvme-pci: fix out-of-bounds access in nvme_setup_descriptor_pools Message-ID: <20260525055618.GA3293@lst.de> References: <20260522150628.399288-1-mateusz.nowicki@posteo.net> <20260523082751.20453-1-mateusz.nowicki@posteo.net> 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: <20260523082751.20453-1-mateusz.nowicki@posteo.net> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig