Re: [PATCH] sysctl: fix improper indication of integer sysctl parameter

From: David Howells
Date: Tue Jul 31 2012 - 10:02:08 EST


Mitsuo Hayasaka <mitsuo.hayasaka.hu@xxxxxxxxxxx> wrote:

> When we read the sysctl parameter, they are always treated
> as signed integer, and are casted into unsigned long type
> in the current kernel. If we set a value equivalent to
> (the maximum value in signed integer + 1)

Wouldn't it be better to return EINVAL or EDOM?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/