On Thu, Feb 4, 2016 at 3:00 PM, Andy Shevchenko
wrote:
> On Thu, Feb 4, 2016 at 11:00 PM, Kees Cook wrote:
>> Add support for "on" and "off" when converting to boolean.
>>
>> Signed-off-by: Kees Cook
>> ---
>> lib/kstrtox.c | 14 ++
>> 1 file changed, 14 insertions(+)
>>
>> diff --g
On Thu, Feb 4, 2016 at 11:00 PM, Kees Cook wrote:
> Add support for "on" and "off" when converting to boolean.
>
> Signed-off-by: Kees Cook
> ---
> lib/kstrtox.c | 14 ++
> 1 file changed, 14 insertions(+)
>
> diff --git a/lib/kstrtox.c b/lib/kstrtox.c
> index e18f088704d7..09e83a19a
Add support for "on" and "off" when converting to boolean.
Signed-off-by: Kees Cook
---
lib/kstrtox.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/lib/kstrtox.c b/lib/kstrtox.c
index e18f088704d7..09e83a19a96d 100644
--- a/lib/kstrtox.c
+++ b/lib/kstrtox.c
@@ -347,6 +347,2