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 25731351C03 for ; Thu, 16 Apr 2026 05:17:09 +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=1776316637; cv=none; b=bBhOyhzTP7hH3uJUbmmQhGFUUM6dAXsRQo9XzbBBzyj+wwC5/xICnw0Cb4BctqerrU+WQhY1ezyPO+p2XOJnb6ZvtgKkNKa4rDmuIvtC3l/D85Fpc33IlaBM6qen4XL8Mq2nLiFmwF9CIlE0B7VkrwNlNMEVEXZsSaIH6OpX+Qg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776316637; c=relaxed/simple; bh=K32N1uvGrVJ2wpc9wyximXTjZLm9doou8+qQEyGKKNc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eddn+CWPGlINFnVbfceH5C89DRxJmpzOyKyGwtf1y9CaI9kmWTwZupvWm9cd2L5L8HML8S2zKM3CIuBbHqSz2uRShKywT2AnWJk82Ah/HupI9iXGCHV4fW8CyLxVYadc+IYtYlxKbOpj1y4nrKdKzZ6PSIUr80Fs2lciVan83Ak= 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 C46F76732A; Thu, 16 Apr 2026 07:17:03 +0200 (CEST) Date: Thu, 16 Apr 2026 07:17:03 +0200 From: Christoph Hellwig To: Tao Jiang Cc: linux-nvme@lists.infradead.org, kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvme-pci: add quirk for Memblaze Pblaze5 (0x1c5f:0x0555) Message-ID: <20260416051703.GA14917@lst.de> References: <1776274035-1604-1-git-send-email-tanroame.kyle@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: <1776274035-1604-1-git-send-email-tanroame.kyle@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Me, another broken device :( I wonder how these people test their hardware.. Reviewed-by: Christoph Hellwig