On Wed, Sep 07, 2016 at 05:25:18PM -0700, David Miller wrote:
> From: Subash Abhinov Kasiviswanathan
> Date: Tue, 6 Sep 2016 18:09:31 -0600
>
> > proc_dointvec limits the values to INT_MAX in u32 sysctl entries.
> > proc_douintvec allows to write upto UINT_MAX.
> >
> > Signed-off-by: Subash Abh
From: Steffen Klassert
Date: Thu, 8 Sep 2016 07:51:17 +0200
> On Wed, Sep 07, 2016 at 05:25:18PM -0700, David Miller wrote:
>> From: Subash Abhinov Kasiviswanathan
>> Date: Tue, 6 Sep 2016 18:09:31 -0600
>>
>> > proc_dointvec limits the values to INT_MAX in u32 sysctl entries.
>> > proc_douint
From: Subash Abhinov Kasiviswanathan
Date: Tue, 6 Sep 2016 18:09:31 -0600
> proc_dointvec limits the values to INT_MAX in u32 sysctl entries.
> proc_douintvec allows to write upto UINT_MAX.
>
> Signed-off-by: Subash Abhinov Kasiviswanathan
I am assuming Steffen will pick this up.
proc_dointvec limits the values to INT_MAX in u32 sysctl entries.
proc_douintvec allows to write upto UINT_MAX.
Signed-off-by: Subash Abhinov Kasiviswanathan
---
net/xfrm/xfrm_sysctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/xfrm/xfrm_sysctl.c b/net/xfrm/xfrm_