From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7CD6F42BC54 for ; Tue, 14 Jul 2026 22:24:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784067865; cv=none; b=EBLST92cqF3KVBDqunlwrec59EbTuNzooS/0O1hrRlS+ElU4a8wf7WKgNgNHZ5IlmTRyK8BCpTnpf2dJuHDrniOeKrN70eK8y2onnu0BtwVmFELEhVq1bZ4Gex4pdJnGPR5+Myhvj4N9lQXyrot8cVe11R3upMXYBU4fPc+0+tE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784067865; c=relaxed/simple; bh=lEXl0AXC4UqSEWNRf4ASbxAmNh2FHhY4CkEdjzfwivg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MRFrIrIjl2HGla+mXxrkkxYWdWnMW4e+G4hLeR51OsyXq8bjYTzTh1RPfpt9vUpe35VgJOxp0YdmIQWLoq5pmd3NB1f9GOo1+zEcziGCDedqByW3ELH/4D3cmz6bR2vqBu47boU7vB0Gjxtx5eVAr//AyZ4rN2se+fgTLrN+wik= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IjLWi+rF; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IjLWi+rF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCBD81F000E9; Tue, 14 Jul 2026 22:24:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784067864; bh=lEXl0AXC4UqSEWNRf4ASbxAmNh2FHhY4CkEdjzfwivg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=IjLWi+rFSZoYj2+1oL+u93Xp/tw5ZeEjBL7E7Pu6cGNoxq5hoPdKfTuNpuBTBcYdF mxUh7jv17WIAwKSwdvplLsJTKPH7xFnhAtTriOBf3wr/QnAIOWkMVAYa3I4YB4+0i9 3wu046PhJj84HFPySCWWGtN582Mpwwk+tJ7S6H5pwhhJdZohTi0vBn8MFHfhI9wgLS xdszfNisrOIHcqRCGSYJQkv/zQ5bcu768Mda79bKskTMQXutRUSq9+szN/bULtP0ys oCEuczp8aohiPjkl9U2eGgzA7SiNZzdONU5cLJr81bgHGJ/WJD3P+nIn8cu+fVfOPO 6o/GQKvhte/XA== Date: Tue, 14 Jul 2026 16:24:22 -0600 From: Keith Busch To: Greg Kroah-Hartman Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Hari Mishal , Jens Axboe , Christoph Hellwig , Sagi Grimberg Subject: Re: [PATCH 1/2] nvme: bound ns descriptor header and body to identify buffer Message-ID: References: <2026070931-stopping-cost-239a@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: <2026070931-stopping-cost-239a@gregkh> Thanks, series applied to nvme-7.3.