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 EAD6AC77B71 for ; Fri, 14 Apr 2023 05:13:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229847AbjDNFNn (ORCPT ); Fri, 14 Apr 2023 01:13:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229625AbjDNFNL (ORCPT ); Fri, 14 Apr 2023 01:13:11 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C724F5598; Thu, 13 Apr 2023 22:13:05 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 9E50068AA6; Fri, 14 Apr 2023 07:12:59 +0200 (CEST) Date: Fri, 14 Apr 2023 07:12:59 +0200 From: Christoph Hellwig To: Saeed Mirzamohammadi Cc: stable@vger.kernel.org, Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM173X Message-ID: <20230414051259.GA11464@lst.de> References: <20230315223436.2857712-1-saeed.mirzamohammadi@oracle.com> <20230321132604.GA14120@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230321132604.GA14120@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 21, 2023 at 02:26:04PM +0100, Christoph Hellwig wrote: > Can you send a patch with a new quirk that just disables the EUI64, > but keeps the NGUID? Did this go anywhere?