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 CC40C1F866D for ; Fri, 17 Jan 2025 08:12:16 +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=1737101538; cv=none; b=W0AhfAul+/eJALpLXF1UvdFXxqamCT1TwjTSb1t7mUaY/06asIcBwx0Bqnk+btLP6u7wGjnmIVGoqq1Zn8GJg+9gmMXV9A5ZigC2oAW8JCV4yaY/GM9zbR9vm9un68piBJH3aKkIZkzbF+rnar88xv4z15frPsP5ayw6lC/5vUE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737101538; 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=QcRPri9X9LUBbk5N8ONvDBemxj/sTws3+tSyeInIslgXgULsOMZ0gQ4H783/dZYmM8PhYRQWSEjmMNjC4yAGGHPnrktPDzjNb/emh81tEmZbt/qf1ASr3t2SckarcYIUzKvw3VaX1wfo6PqqYBj2glzrNuQrH2c80N+IiZw7b/o= 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 5C9D068BFE; Fri, 17 Jan 2025 09:12:13 +0100 (CET) Date: Fri, 17 Jan 2025 09:12:12 +0100 From: Christoph Hellwig To: Werner Sembach Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Georg Gottleuber , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/2] nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk Message-ID: <20250117081212.GB26937@lst.de> References: <20241216223145.135942-1-wse@tuxedocomputers.com> <20241216223145.135942-2-wse@tuxedocomputers.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: <20241216223145.135942-2-wse@tuxedocomputers.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig