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 8B885C00140 for ; Wed, 10 Aug 2022 14:09:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232107AbiHJOJD (ORCPT ); Wed, 10 Aug 2022 10:09:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233114AbiHJOIW (ORCPT ); Wed, 10 Aug 2022 10:08:22 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B18AD6EF27 for ; Wed, 10 Aug 2022 07:08:15 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 6176D68AA6; Wed, 10 Aug 2022 16:08:12 +0200 (CEST) Date: Wed, 10 Aug 2022 16:08:12 +0200 From: Christoph Hellwig To: Linjun Bao Cc: Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] nvme: align "fake" nqn with spec 1.3 Message-ID: <20220810140812.GA24773@lst.de> References: <20220810133953.5411-1-meljbao@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220810133953.5411-1-meljbao@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 10, 2022 at 09:39:54PM +0800, Linjun Bao wrote: > Replace '.' with '-' to align "fake" nqn format with nvme spec 1.3 or newer. We can't just change the existing NQN construction if we don't want to break userspace. Maybe add a comment that it is different from the canonical version for historic reasons instead.