From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752006AbeBVXmf (ORCPT ); Thu, 22 Feb 2018 18:42:35 -0500 Received: from mail-vk0-f68.google.com ([209.85.213.68]:37143 "EHLO mail-vk0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751794AbeBVXma (ORCPT ); Thu, 22 Feb 2018 18:42:30 -0500 X-Google-Smtp-Source: AH8x225iWXjbMZHp7yXUem1UC7jO8kcQeo7oMrQDDu0I+FiXc/7nVBse2k5JwoplzENzp0idkMUgdvkbHlt7fEHdJKA= MIME-Version: 1.0 In-Reply-To: <20180222230052.GA14632@bhelgaas-glaptop.roam.corp.google.com> References: <0180206191126.GB98765@bhelgaas-glaptop.roam.corp.google.com> <20180206221106.16620-1-ulfalizer@gmail.com> <20180222230052.GA14632@bhelgaas-glaptop.roam.corp.google.com> From: Ulf Magnusson Date: Fri, 23 Feb 2018 00:42:28 +0100 Message-ID: Subject: Re: [PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default To: Bjorn Helgaas Cc: 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 , Lorenzo Pieralisi , Bjorn Helgaas , linux-pci@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Cheers, Ulf