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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 29 Jan 2016 14:15:58 +1100 From: Michael Ellerman <mpe@...erman.id.au> To: Kees Cook <keescook@...omium.org>, Andrew Morton <akpm@...ux-foundation.org> Cc: x86@...nel.org, linuxppc-dev@...ts.ozlabs.org, linux-s390@...r.kernel.org, Joe Perches <joe@...ches.com>, Rasmus Villemoes <linux@...musvillemoes.dk>, Daniel Borkmann <daniel@...earbox.net>, Amitkumar Karwar <akarwar@...vell.com>, Nishant Sarmukadam <nishants@...vell.com>, Kalle Valo <kvalo@...eaurora.org>, Steve French <sfrench@...ba.org>, Heiko Carstens <heiko.carstens@...ibm.com>, Martin Schwidefsky <schwidefsky@...ibm.com>, linux-wireless@...r.kernel.org, netdev@...r.kernel.org, linux-cifs@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 3/3] param: convert some "on"/"off" users to strtobool On Thu, 2016-01-28 at 06:17 -0800, Kees Cook wrote: > This changes several users of manual "on"/"off" parsing to use strtobool. You should probably point out that it's a slight behaviour change for some users. ie. parameters that previously *only* worked with "on"/"off", can now also take 0/1/y/n etc. But I don't think that's a show stopper. > Signed-off-by: Kees Cook <keescook@...omium.org> > Cc: x86@...nel.org > Cc: linuxppc-dev@...ts.ozlabs.org > Cc: linux-s390@...r.kernel.org > --- > arch/powerpc/kernel/rtasd.c | 10 +++------- > arch/powerpc/platforms/pseries/hotplug-cpu.c | 11 +++-------- Acked-by: Michael Ellerman <mpe@...erman.id.au> (powerpc) cheers
Powered by blists - more mailing lists