Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754920AbbHXOwq (ORCPT ); Mon, 24 Aug 2015 10:52:46 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:33635 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754997AbbHXOwl (ORCPT ); Mon, 24 Aug 2015 10:52:41 -0400 MIME-Version: 1.0 In-Reply-To: <55DB2F12.5080204@suse.cz> References: <1437833497-65801-1-git-send-email-valentinrothberg@gmail.com> <1437993185-114360-1-git-send-email-valentinrothberg@gmail.com> <55DB2F12.5080204@suse.cz> From: Valentin Rothberg Date: Mon, 24 Aug 2015 16:52:10 +0200 Message-ID: Subject: Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements To: Michal Marek Cc: Greg KH , hengelein Stefan , linux-kernel@vger.kernel.org, Paul Bolle Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 33 Hi Michal, On Mon, Aug 24, 2015 at 4:49 PM, Michal Marek wrote: > On 2015-07-27 12:33, Valentin Rothberg wrote: >> Until now, checkkonfigsymbols.py did not check default statements for >> references on missing Kconfig symbols (i.e., undefined Kconfig options). >> Hence, add support to parse and check the Kconfig default statement. >> >> Signed-off-by: Valentin Rothberg >> --- >> Changelog: >> v2 (thanks to Stefan Hengelein): >> - update NUMERIC regex (Kconfig accepts 'X' and 'A-F') >> - remove mistakenly added blank line from v1 >> >> scripts/checkkconfigsymbols.py | 9 +++++++-- >> 1 file changed, 7 insertions(+), 2 deletions(-) > > Applied to kbuild.git#kconfig. > > Michal > The patch above already went through Greg's tree to linux-next (see commit 0bd38ae35522). Kind regards, Valentin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/