Re: [PATCH] kernel: sysctl: change ipfrag_high/low_thresh to CTL_ULONG

2019-05-25 Thread Kefeng Wang
On 2019/5/24 23:00, Eric Dumazet wrote: > On Fri, May 24, 2019 at 7:30 AM Kefeng Wang > wrote: >> 3e67f106f619 ("inet: frags: break the 2GB limit for frags storage"), >> changes ipfrag_high/low_thread 'type' from int to long, using CTL_ULONG >> instead of CTL_INT to keep consistent. > > What

Re: [PATCH] kernel: sysctl: change ipfrag_high/low_thresh to CTL_ULONG

2019-05-24 Thread Eric Dumazet
On Fri, May 24, 2019 at 7:30 AM Kefeng Wang wrote: > > 3e67f106f619 ("inet: frags: break the 2GB limit for frags storage"), > changes ipfrag_high/low_thread 'type' from int to long, using CTL_ULONG > instead of CTL_INT to keep consistent. What about compatibility with existing applications ?

[PATCH] kernel: sysctl: change ipfrag_high/low_thresh to CTL_ULONG

2019-05-24 Thread Kefeng Wang
3e67f106f619 ("inet: frags: break the 2GB limit for frags storage"), changes ipfrag_high/low_thread 'type' from int to long, using CTL_ULONG instead of CTL_INT to keep consistent. Cc: Andrew Morton Cc: "David S. Miller" Cc: Eric Dumazet Signed-off-by: Kefeng Wang --- kernel/sysctl_binary.c |