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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Oct 2018 07:13:46 +0100
From:   Ingo Molnar <mingo@...nel.org>
To:     Jordan Borgner <mail@...dan-borgner.de>
Cc:     tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, x86@...nel.org,
        linux-kernel@...r.kernel.org, hpa@...or.com
Subject: Re: [PATCH] arch: x86: Touched up patterns of 'sizeof' functions


* Jordan Borgner <mail@...dan-borgner.de> wrote:

> Addded missing parentheses to 'sizeof()' functions in arch/x86/.
> 
> Like this:
> Before: 'sizeof x'
> After:  'sizeof(x)'
> 
> Done by motivation of Ingo Molnar.
> 
> Signed-off-by: Jordan Borgner <mail@...dan-borgner.de>

Thanks!

Note that you sent a -p2 patch, the lkml standard is -p1 patches.
Not sure how you managed to set up your Git to get such a patch.

I fixed it up.

Thanks,

	Ingo

Powered by blists - more mailing lists