Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755204AbbHXOt7 (ORCPT ); Mon, 24 Aug 2015 10:49:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:57896 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755187AbbHXOt5 (ORCPT ); Mon, 24 Aug 2015 10:49:57 -0400 Subject: Re: [PATCH v2] scripts/checkkconfigsymbols.py: support default statements To: Valentin Rothberg , gregkh@linuxfoundation.org, stefan.hengelein@fau.de, linux-kernel@vger.kernel.org, pebolle@tiscali.nl References: <1437833497-65801-1-git-send-email-valentinrothberg@gmail.com> <1437993185-114360-1-git-send-email-valentinrothberg@gmail.com> From: Michal Marek Message-ID: <55DB2F12.5080204@suse.cz> Date: Mon, 24 Aug 2015 16:49:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1437993185-114360-1-git-send-email-valentinrothberg@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 24 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 -- 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/