From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754292AbdGNMsn (ORCPT ); Fri, 14 Jul 2017 08:48:43 -0400 Received: from verein.lst.de ([213.95.11.211]:39049 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754263AbdGNMsl (ORCPT ); Fri, 14 Jul 2017 08:48:41 -0400 Date: Fri, 14 Jul 2017 14:48:40 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , Linux Kernel Mailinglist , Linux NVMe Mailinglist Subject: Re: [PATCH v2 2/2] nvmet: preserve controller serial number between reboots Message-ID: <20170714124840.GA26791@lst.de> References: <20170714120517.13552-1-jthumshirn@suse.de> <20170714120517.13552-3-jthumshirn@suse.de> <20170714123208.GE26187@lst.de> <20170714124632.GA13633@linux-x5ow.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170714124632.GA13633@linux-x5ow.site> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 14, 2017 at 02:46:32PM +0200, Johannes Thumshirn wrote: > On Fri, Jul 14, 2017 at 02:32:08PM +0200, Christoph Hellwig wrote: > > This patch itself looks good: > > > > Reviewed-by: Christoph Hellwig > > > > > static struct configfs_attribute *nvmet_subsys_attrs[] = { > > > &nvmet_subsys_attr_attr_allow_any_host, > > > &nvmet_subsys_attr_version, > > > + &nvmet_subsys_attr_attr_serial, > > > > but the new version attribute really needs the attr prefix so that > > nvmetcli can pick it up. And we should also add nvmetcli support > > for it. Can you do the rename before your series to ease backporting > > as that should go into 3.12 (just like your serial number fix). > > > > Is it OK if I send the patches in the same series? Yes. Just move the version fix to the beginning, please. From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Fri, 14 Jul 2017 14:48:40 +0200 Subject: [PATCH v2 2/2] nvmet: preserve controller serial number between reboots In-Reply-To: <20170714124632.GA13633@linux-x5ow.site> References: <20170714120517.13552-1-jthumshirn@suse.de> <20170714120517.13552-3-jthumshirn@suse.de> <20170714123208.GE26187@lst.de> <20170714124632.GA13633@linux-x5ow.site> Message-ID: <20170714124840.GA26791@lst.de> On Fri, Jul 14, 2017@02:46:32PM +0200, Johannes Thumshirn wrote: > On Fri, Jul 14, 2017@02:32:08PM +0200, Christoph Hellwig wrote: > > This patch itself looks good: > > > > Reviewed-by: Christoph Hellwig > > > > > static struct configfs_attribute *nvmet_subsys_attrs[] = { > > > &nvmet_subsys_attr_attr_allow_any_host, > > > &nvmet_subsys_attr_version, > > > + &nvmet_subsys_attr_attr_serial, > > > > but the new version attribute really needs the attr prefix so that > > nvmetcli can pick it up. And we should also add nvmetcli support > > for it. Can you do the rename before your series to ease backporting > > as that should go into 3.12 (just like your serial number fix). > > > > Is it OK if I send the patches in the same series? Yes. Just move the version fix to the beginning, please.