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 00F4FC6FD1F for ; Thu, 16 Mar 2023 05:15:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229669AbjCPFPQ (ORCPT ); Thu, 16 Mar 2023 01:15:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjCPFPO (ORCPT ); Thu, 16 Mar 2023 01:15:14 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5AE44C2A; Wed, 15 Mar 2023 22:15:13 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id F3EA667373; Thu, 16 Mar 2023 06:15:08 +0100 (CET) Date: Thu, 16 Mar 2023 06:15:08 +0100 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: <20230316051508.GA8520@lst.de> References: <20230315223436.2857712-1-saeed.mirzamohammadi@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315223436.2857712-1-saeed.mirzamohammadi@oracle.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2023 at 03:34:36PM -0700, Saeed Mirzamohammadi wrote: > This adds a quirk to fix the Samsung PM1733a and PM173X reporting > bogus eui64 so they are not marked as "non globally unique" duplicates. What kinds of euid do they report? Did you report the bug to Samsung?