Received: by 10.223.185.116 with SMTP id b49csp51904wrg; Thu, 22 Feb 2018 16:23:07 -0800 (PST) X-Google-Smtp-Source: AH8x227UV2YVaSOHCHirtw9esj1ctj50KHeBx3lao63hRr6VV5goZgbqTa+Aa0JNpqW3P1yTWWkw X-Received: by 10.98.137.90 with SMTP id v87mr8575499pfd.80.1519345386786; Thu, 22 Feb 2018 16:23:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519345386; cv=none; d=google.com; s=arc-20160816; b=Ue2foxPKP2+4F+peMwBC1G/V/MoEoE1Rwf5LOrNPF4fKEudWHDkc78HiPqr1RGRZeF bDR+pRwuBDi7DIyufsTOWKel+owYoY4b8NV9XzGa5hOJ86pH3PJKBG1dSVPCJzB3luFk HFukMIeJ19OdUIxhic/dO76bP5WNYcgjzUhQYONJgDSHHQDuVAkiMMoZxNRWPifqLEFZ wqrFONfFndvFifnSqHDeqFZO1xowKQxw6+dOAuEo2pIibtdQAxJ7WuneSOHygWHVbnEe X2MaNqj3nM/m8yLby/peh9vBLK29c3mkCKV7XJWBRq02JcdHjXSAq7MM7O0sQ0fowXXK KH1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=diS//A9R0RPj7TqNhcInekY2Ok/R0c2mgOQr/n2yhPc=; b=m0apzL6Ji0Aey2yIo5GjamZZ70uw4KnBxLVC/yIhSv4tdwiTNdettE61ZXuyvjwrLS 9aEJNIcZXtP4jBoje9ynwnRe3/XkWP2YMIfInMzXcvy0NWPXLXJu9hZHkYxqcbYgoiv8 YVh/S8B9anlZ1zYyhY8klPPsBLmCgKtUZrcy7aegQdVAjgpnF7a8bRMyHzLkY1zZJLSh I7E0DryopkcTtXhPx+X+Pd+9/OZ2k0nmetu6jldp5vneG5y0DghMh7TXoZ8e3198VQjs w8cfIgBEmhCb6Ct0++wEK47nj7xgjdv0UCICpuU3D4gQcW+GtrI+GFzxnlxz333rXZXF Yljw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x7-v6si821950plw.21.2018.02.22.16.22.52; Thu, 22 Feb 2018 16:23:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751888AbeBWAVr (ORCPT + 99 others); Thu, 22 Feb 2018 19:21:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:43972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751723AbeBWAVp (ORCPT ); Thu, 22 Feb 2018 19:21:45 -0500 Received: from localhost (unknown [69.71.4.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C2F5821716; Fri, 23 Feb 2018 00:21:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C2F5821716 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Date: Thu, 22 Feb 2018 18:21:42 -0600 From: Bjorn Helgaas To: Ulf Magnusson 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 Subject: Re: [PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default Message-ID: <20180223002142.GG14632@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Bjorn