On Wed, Sep 07, 2016 at 05:25:18PM -0700, David Miller wrote: > From: Subash Abhinov Kasiviswanathan <subas...@codeaurora.org> > 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 <subas...@codeaurora.org> > > I am assuming Steffen will pick this up.
proc_douintvec is not in the ipsec-next tree. The ipsec-next tree is currently based on net-next from Aug 9. The patch that introduces proc_douintvec came in on Aug 25. I can take it after the pull request for ipsec-next, that I plan to do today. Alternatively, you can take it directly into net-next. It does not interfere anything that I have in ipsec-next. In case you want to take it directly: Acked-by: Steffen Klassert <steffen.klass...@secunet.com>