lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 27 Oct 2016 11:11:08 +1100
From:   Michael Ellerman <mpe@...erman.id.au>
To:     Valentin Rothberg <valentinrothberg@...il.com>
Cc:     Cyril Bur <cyrilbur@...il.com>,
        LKML <linux-kernel@...r.kernel.org>,
        "linuxppc-dev\@lists.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>
Subject: Re: [PATCH] powerpc: process.c: fix Kconfig typo

Valentin Rothberg <valentinrothberg@...il.com> writes:
> On Wed, Oct 26, 2016 at 12:40 PM, Michael Ellerman <mpe@...erman.id.au> 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ