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 AB3BF13D891 for ; Mon, 4 May 2026 04:37:06 +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=1777869429; cv=none; b=KysUTTeTlLukQJ6c44yerPWSNvJKt3RnzjbBRmEnAhsTT4/HhSMxPV3YfxcjUJbkt/vPO905bd1CS/rtwHiyo9Tfxt587gZam8u8CXUY8trBlhs/fLaYuQ5H1dQbyy40fMZCG/BTTcRdNfdD0vkXqYYKyye1YumXaKKXfcTP5sc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777869429; c=relaxed/simple; bh=wMaUqDBY2vkLHrfo01a4nIexbplxT+usO4dhe3uOJqQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GFZTRjEyohhm4e1SnYEuFO5P2rvBhZG/jCKntHvtRg7ppeAK9zphb8bHiHlkujAioD9Tn/d5fVeZXcOPr2XpGW/YvxvYf1PFG1MFmImLeBm3WTymSSPEm0Wb0G25h8D5S8/iM1592Uooa75nsvmleObgDAc0eEssLdCgwER+7Go= 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 EFCD168AFE; Mon, 4 May 2026 06:36:55 +0200 (CEST) Date: Mon, 4 May 2026 06:36:55 +0200 From: Christoph Hellwig To: Bean Huo Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Bean Huo Subject: Re: [PATCH] nvme: skip I/O Command Set specific Identify Controller on pre-2.0 devices Message-ID: <20260504043655.GA9013@lst.de> References: <20260503200243.2968366-1-beanhuo@iokpp.de> 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: <20260503200243.2968366-1-beanhuo@iokpp.de> User-Agent: Mutt/1.5.17 (2007-11-01) No. NVMe allow TPs to be implemented on devices claiming earlier compliance. We've had this patch and this answer probably half a dozen times now.