Re: [PATCH 3/3] param: convert some "on"/"off" users to strtobool

From: Heiko Carstens
Date: Thu Jan 28 2016 - 10:28:11 EST


On Thu, Jan 28, 2016 at 06:17:07AM -0800, Kees Cook wrote:
> This changes several users of manual "on"/"off" parsing to use strtobool.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> Cc: x86@xxxxxxxxxx
> Cc: linuxppc-dev@xxxxxxxxxxxxxxxx
> Cc: linux-s390@xxxxxxxxxxxxxxx
> ---
> arch/powerpc/kernel/rtasd.c | 10 +++-------
> arch/powerpc/platforms/pseries/hotplug-cpu.c | 11 +++--------
> arch/s390/kernel/time.c | 8 ++------
> arch/s390/kernel/topology.c | 8 +++-----
> arch/x86/kernel/aperture_64.c | 13 +++----------
> include/linux/tick.h | 2 +-
> kernel/time/hrtimer.c | 11 +++--------
> kernel/time/tick-sched.c | 11 +++--------
> 8 files changed, 21 insertions(+), 53 deletions(-)

For the s390 bits:

Acked-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>