Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935096AbcJ0ALN (ORCPT ); Wed, 26 Oct 2016 20:11:13 -0400 Received: from ozlabs.org ([103.22.144.67]:41077 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934806AbcJ0ALK (ORCPT ); Wed, 26 Oct 2016 20:11:10 -0400 From: Michael Ellerman To: Valentin Rothberg Cc: Cyril Bur , LKML , "linuxppc-dev\@lists.ozlabs.org" Subject: Re: [PATCH] powerpc: process.c: fix Kconfig typo In-Reply-To: References: <20161005055726.5614-1-valentinrothberg@gmail.com> <1475708074.735.2.camel@gmail.com> <878ttby7vh.fsf@concordia.ellerman.id.au> <87y41bwfyy.fsf@concordia.ellerman.id.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 27 Oct 2016 11:11:08 +1100 Message-ID: <87pommwt0j.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 919 Lines: 21 Valentin Rothberg writes: > On Wed, Oct 26, 2016 at 12:40 PM, Michael Ellerman wrote: >> diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py >> index a32e4da4c117..3820f00b066a 100755 >> --- a/scripts/checkkconfigsymbols.py >> +++ b/scripts/checkkconfigsymbols.py >> @@ -88,7 +88,7 @@ def parse_options(): >> if args.commit and args.diff: >> sys.exit("Please specify only one option at once.") >> >> - if args.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", args.diff): >> + if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff): >> sys.exit("Please specify valid input in the following format: " >> "\'commit1..commit2\'") > > Looks great. If you agree, I'll pick this up and send the patch to > Greg (who takes patches for this script)? That'd be great, thanks. cheers