From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751416AbeBWKfS (ORCPT ); Fri, 23 Feb 2018 05:35:18 -0500 Received: from foss.arm.com ([217.140.101.70]:52440 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbeBWKfQ (ORCPT ); Fri, 23 Feb 2018 05:35:16 -0500 Date: Fri, 23 Feb 2018 10:35:03 +0000 From: Lorenzo Pieralisi To: Bjorn Helgaas Cc: Ulf Magnusson , Linux Kernel Mailing List , Linux Kbuild mailing list , Tomasz Figa , Paul Burton , Marek Szyprowski , Hans-Christian Noren Egtvedt , Linus Walleij , Vineet Gupta , Mel Gorman , Christoph Hellwig , Michal Nazarewicz , Rob Herring , Stephen Boyd , Paul Mackerras , Will Deacon , Tony Lindgren , Nicholas Piggin , Masahiro Yamada , Bjorn Helgaas , linux-pci@vger.kernel.org Subject: Re: [PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default Message-ID: <20180223103455.GA20461@e107981-ln.cambridge.arm.com> References: <0180206191126.GB98765@bhelgaas-glaptop.roam.corp.google.com> <20180206221106.16620-1-ulfalizer@gmail.com> <20180222230052.GA14632@bhelgaas-glaptop.roam.corp.google.com> <20180223002142.GG14632@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180223002142.GG14632@bhelgaas-glaptop.roam.corp.google.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 22, 2018 at 06:21:42PM -0600, Bjorn Helgaas wrote: > On Fri, Feb 23, 2018 at 12:42:28AM +0100, Ulf Magnusson wrote: > > On Fri, Feb 23, 2018 at 12:00 AM, Bjorn Helgaas wrote: > > > On Tue, Feb 06, 2018 at 11:11:06PM +0100, Ulf Magnusson wrote: > > >> 'default N' should be 'default n', though they happen to have the same > > >> effect here, due to undefined symbols (N in this case) evaluating to n > > >> in a tristate sense. > > >> > > >> Remove the default instead of changing it. bool and tristate symbols > > >> implicitly default to n. > > > > > > s/bool/Bool/ > > > > Not a great excuse, but I was thinking syntactically -- 'bool' and > > 'tristate' symbols... :) > > > > > > > >> Discovered with the > > >> https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py > > >> script. > > >> > > >> Signed-off-by: Ulf Magnusson > > > > > > Acked-by: Bjorn Helgaas > > > > > > Since only this patch was posted to linux-pci, I assume it will be merged > > > via some other tree. > > > > I didn't have a particular tree in mind for this patchset. I imagined > > people would pick up patches into the trees where they make the most > > sense, and only created the patchset to keep track of the patches more > > easily. Might have created some confusion in retrospect. > > > > I just did a --cc-cmd="scripts/get_maintainer.pl -i" for the > > individual patches by the way. > > OK, then either Lorenzo or I will pick it up. > > It's in drivers/pci/host/, so ideally Lorenzo will take it since he > looks after everything else in there. Sure I will take it, thanks. Lorenzo