Re: [PATCH net-next] ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh

2018-04-02 Thread David Miller
From: Eric Dumazet Date: Sun, 1 Apr 2018 21:57:59 -0700 > I forgot to change ip6frag_low_thresh proc_handler > from proc_dointvec_minmax to proc_doulongvec_minmax > > Fixes: 3e67f106f619 ("inet: frags: break the 2GB limit for frags storage") > Signed-off-by: Eric Dumazet

[PATCH net-next] ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh

2018-04-01 Thread Eric Dumazet
I forgot to change ip6frag_low_thresh proc_handler from proc_dointvec_minmax to proc_doulongvec_minmax Fixes: 3e67f106f619 ("inet: frags: break the 2GB limit for frags storage") Signed-off-by: Eric Dumazet Reported-by: Maciej Żenczykowski ---