Re: [PATCH net-next] net: xfrm: Change u32 sysctl entries to use proc_douintvec

2016-09-07 Thread Steffen Klassert
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

Re: [PATCH net-next] net: xfrm: Change u32 sysctl entries to use proc_douintvec

2016-09-07 Thread David Miller
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

Re: [PATCH net-next] net: xfrm: Change u32 sysctl entries to use proc_douintvec

2016-09-07 Thread David Miller
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.

[PATCH net-next] net: xfrm: Change u32 sysctl entries to use proc_douintvec

2016-09-06 Thread Subash Abhinov Kasiviswanathan
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_