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 F077079E3 for ; Sun, 17 Mar 2024 20:23:10 +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=1710706993; cv=none; b=l2DmfRw9HrtSRMSK/dr5EFwcqjEmAuCK055MIS4jE9KiDCRKHRU9iP3skzsD/QMKn6TDvLna80TSAOcKiIuv6naOzOJxQr16VSKoEc1l9u+L73nYqAHNcD6QC1hsqwV1yXhySvTLKwnOhvn1nOFtgFPwMhwL4lFEsO2dgdoTaCc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710706993; 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=LKepg7zM+kn3S75reAb8e5dmiUBeWlkGaeNrLiycb1+5PtWfglfpG8yTe8a9vMgkhV2nmSY4CBqibWcx2BNZczfKwlcs86+386r5/3WlwE9Mk+EPULhVL0x8IvfVTPbL82Co6KN3Tg/PiQ/FbZQtRRiZSn3f6sIbmlfi+VxPCbo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=none (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 1D3FA67373; Sun, 17 Mar 2024 21:23:01 +0100 (CET) Date: Sun, 17 Mar 2024 21:23:00 +0100 From: Christoph Hellwig To: iBug Cc: kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/nvme: Add quirks for device 126f:2262 Message-ID: <20240317202300.GA5593@lst.de> References: <20240315192747.1749119-3-i@ibugone.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: <20240315192747.1749119-3-i@ibugone.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig