[PATCH 3/3] param: convert some "on"/"off" users to strtobool
Heiko Carstens
heiko.carstens at de.ibm.com
Fri Jan 29 02:27:51 AEDT 2016
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 at chromium.org>
> Cc: x86 at kernel.org
> Cc: linuxppc-dev at lists.ozlabs.org
> Cc: linux-s390 at vger.kernel.org
> ---
> 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 at de.ibm.com>
More information about the Linuxppc-dev
mailing list