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 017E03644C4 for ; Mon, 13 Jul 2026 06:43:30 +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=1783925012; cv=none; b=dxGsxjA7jW6Uu68f60cj3BzAOGrD9s8q7Xr0aAL0ofs0yXkVIuHyg1O1pSZIXGxgDezqG/ti1hU23Dy9WpirV8XwQDI0V+6zF1iiTBgh0VX219zLNXry7Hk17hwCeWYcOzDSJiAKtOxhRN2KCFkMq02gClSc9OryUvznQIGjLQc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783925012; 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=a+t7Afp+iw/aTot/gvneWydw5RYgBNXXfqv4C6iRsIsw7mWzQGiXP6yRMg2wF9r99eiP/KiFnsJBaWxNJBIk8OLjNhfIBysA6AqcNQU21ZkUQ3q3/OylrmThI/v3QpcEce3w0D8oT1ufvoirR9ZncXg1/CZYoj3Fwg96YdfwzXc= 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 A5CD368BEB; Mon, 13 Jul 2026 08:43:27 +0200 (CEST) Date: Mon, 13 Jul 2026 08:43:27 +0200 From: Christoph Hellwig To: Greg Kroah-Hartman Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Hari Mishal , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg Subject: Re: [PATCH 2/2] nvme: clamp FDP nruhsd to allocated RUH status descriptor count Message-ID: <20260713064327.GD29416@lst.de> References: <2026070931-stopping-cost-239a@gregkh> <2026070932-fried-frying-9c36@gregkh> 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: <2026070932-fried-frying-9c36@gregkh> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig