From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1C6D745BD4C for ; Wed, 6 May 2026 13:26:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778073979; cv=none; b=cCghrcbngSSOHuuxH0RPVUxMcvEWh90Wa9ueZpu/r2HhUlenteQDpP6/eDd1tOcjVPNYo8V7Vxjx2BihN7mOhHYYCAqsfMqOjpfrgfOCbGl1Ozcd8CxImBZ5SX7BZlDkik0sN6Z2Jyk6Uswf5TJL3R5xqfUwP0ufvaUpT4f6sKo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778073979; c=relaxed/simple; bh=83n9Mwh2keXXrkIESUma1xMLfV14i921O1ykhlUEb8k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=C8iQI+muCpbsBKCDNZiSDkRVdq+vMiT3D+z0Fvs+p9uzYAARYpEuxv7GjNgcQXMg7SJn1EGsfZKA2P0nW8HlquH11RPwJ3M133Gazq1DMcjmSHcOralumZHDJGcsNNHj0YOBjBjDlDppxCbgBA5g0Lpoh45dDWNz0eW1fXKdHi4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=D/o/cYFa; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="D/o/cYFa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C53AC2BCB8; Wed, 6 May 2026 13:26:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778073978; bh=83n9Mwh2keXXrkIESUma1xMLfV14i921O1ykhlUEb8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D/o/cYFaU3VB5RmB/mkX6wi+tfXA8K5vZKT1V2piWzU/6kwl/icBWfwvWNm8jJmP9 zubdgayODxa9ZYVpDih3sQ+C8JljgC+pAl1s51osagVpB+l1/e1FH3uDYEXDanUzTt Vmj9+6t1NZ3rsl6WI6WgCiqhDhAry5/cvpjCSXVLQXb1Wzl208y6OgGPlK17hhKYvs 1eYHvAqSeYs5kBqyMmQdRE8/gAaMQ/CIV0P1jQjtDsJmFO/h4LedOZq3pvS1oEjzcp FTCSWCXnMwMojguThamZp3H5rZ2Iwq0KYhJcqI3/75uB8mLMKavVTiJZ+DlI6R/CCa SNjwUyM4AO1Mw== Date: Wed, 6 May 2026 15:26:14 +0200 From: Keith Busch To: Armandas Kvietkus Cc: axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] nvme-pci: add quirks for Lexar SSD NM620 512GB (1e4b:1202) Message-ID: References: <20260504074433.28493-1-armundunelis@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: <20260504074433.28493-1-armundunelis@gmail.com> On Mon, May 04, 2026 at 09:44:33AM +0200, Armandas Kvietkus wrote: > The Lexar SSD NM620 512GB has an invalid SUBNQN field and reports > bogus namespace identifiers. Add NVME_QUIRK_IGNORE_DEV_SUBNQN and > NVME_QUIRK_BOGUS_NID quirks to suppress the resulting boot warnings The subject said this is patch 3 of 3, but I only see just this patch on the mailing list. Where is the rest of the series?