From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D518CC4332F for ; Wed, 21 Dec 2022 08:31:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbiLUIbO (ORCPT ); Wed, 21 Dec 2022 03:31:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234445AbiLUIbH (ORCPT ); Wed, 21 Dec 2022 03:31:07 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8678F640B for ; Wed, 21 Dec 2022 00:31:06 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id B7C5667373; Wed, 21 Dec 2022 09:31:02 +0100 (CET) Date: Wed, 21 Dec 2022 09:31:02 +0100 From: Christoph Hellwig To: August Wikerfors Cc: Christoph Hellwig , Keith Busch , Jens Axboe , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Kanchan Joshi Subject: Re: [PATCH] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G Message-ID: <20221221083102.GA23826@lst.de> References: <20221116171727.4083-1-git@augustwikerfors.se> <20221116171935.GA24524@lst.de> <20221117031951.GB392@test-zns> <20221206055928.GB24451@test-zns> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 20, 2022 at 12:30:39PM +0100, August Wikerfors wrote: >> Took more time than I wanted. Firmware team mentioned that issue existed >> in this firmware. This is fixed in new firmware, but bit of travel time >> is involved when official release from OEM (Lenovo) comes out. >> >> Hope the information is sufficient, and quirk can go in. >> >> If required, Acked-by: Kanchan Joshi > > Ping, anything left for me to do before this can be merged? We don't want to add quirks for things fixed by firmware updates, see the recently posted features and quirks policy.