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 71D2735DA41 for ; Mon, 17 Aug 2026 07:00:34 +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=1786950035; cv=none; b=UtkhbsPT7PyKUSOy8I0fvbNdg76admnDlFxHHW0CxFQEGoI5zPHDzA/FU/8nl8yMfOtnBwZhLzqRDqRVf9mno+F6kUlZAqu88A02BXZE9A68USVnh6hY940m0Lv9qsIeqnQgx27+n2eOn8ElP80NWx0SqViqyoGj7pl9hGDn++Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786950035; 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=dI6q24g6H4aytb65VZIJSEFy+2geAxPh94G2znd5K8p50U9sOeCiLXzsST/zU+DIbs4Hg7QUbEMNfntM0XMY9TLhS+1YXfd+3POMnqU/pWkWUTm9yxTgXxVuEzMi40aC0ZjBdRz3iEUU6fO2+8wACNh92fP7fw7qFNNHFqCn2XY= 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 200B468CFE; Mon, 17 Aug 2026 09:00:31 +0200 (CEST) Date: Mon, 17 Aug 2026 09:00:30 +0200 From: Christoph Hellwig To: Sreeraj S Kurup Cc: kbusch@kernel.org, hch@lst.de, sagi@grimberg.me, axboe@kernel.dk, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvme-pci: return -EINVAL when failing to parse quirk parameter Message-ID: <20260817070030.GF16255@lst.de> References: <20260815134745.7263-1-sreekuttan2156239@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: <20260815134745.7263-1-sreekuttan2156239@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig