Re: [PATCH 3/3] param: convert some "on"/"off" users to strtobool
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-01-29 03:16:04
Also in:
linux-cifs, linuxppc-dev, lkml, netdev
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-01-29 03:16:04
Also in:
linux-cifs, linuxppc-dev, lkml, netdev
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 <redacted> Cc: x86@kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-s390@vger.kernel.org --- arch/powerpc/kernel/rtasd.c | 10 +++------- arch/powerpc/platforms/pseries/hotplug-cpu.c | 11 +++--------
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) cheers