]> Git Repo - linux.git/commit
param: convert some "on"/"off" users to strtobool
authorKees Cook <[email protected]>
Thu, 17 Mar 2016 21:23:00 +0000 (14:23 -0700)
committerLinus Torvalds <[email protected]>
Thu, 17 Mar 2016 22:09:34 +0000 (15:09 -0700)
commit4cc7ecb7f2a60e8deb783b8fbf7c1ae467acb920
treecf735eccc32856c261d4ba4b54a58c9ff90a7b62
parenta81a5a17d44b26521fb1199f8ccf27f4af337a67
param: convert some "on"/"off" users to strtobool

This changes several users of manual "on"/"off" parsing to use
strtobool.

Some side-effects:
- these uses will now parse y/n/1/0 meaningfully too
- the early_param uses will now bubble up parse errors

Signed-off-by: Kees Cook <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Acked-by: Michael Ellerman <[email protected]>
Cc: Amitkumar Karwar <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Kalle Valo <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Nishant Sarmukadam <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Steve French <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/powerpc/kernel/rtasd.c
arch/powerpc/platforms/pseries/hotplug-cpu.c
arch/s390/kernel/time.c
arch/s390/kernel/topology.c
arch/x86/kernel/aperture_64.c
include/linux/tick.h
kernel/time/hrtimer.c
kernel/time/tick-sched.c
This page took 0.08803 seconds and 4 git commands to generate.