Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-08 Thread Waiman Long
On 03/07/2018 05:48 PM, Andrew Morton wrote: > On Wed, 7 Mar 2018 15:34:24 -0500 Waiman Long wrote: > >> This patch series is to be applied on top of the patch >> series "ipc: Clamp *mni to the real IPCMNI limit" >> (https://lkml.org/lkml/2018/3/1/716). >> >> The purpose of

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-08 Thread Waiman Long
On 03/07/2018 05:48 PM, Andrew Morton wrote: > On Wed, 7 Mar 2018 15:34:24 -0500 Waiman Long wrote: > >> This patch series is to be applied on top of the patch >> series "ipc: Clamp *mni to the real IPCMNI limit" >> (https://lkml.org/lkml/2018/3/1/716). >> >> The purpose of this patch series is

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-08 Thread Waiman Long
On 03/08/2018 01:34 PM, Luis R. Rodriguez wrote: > On Wed, Mar 07, 2018 at 03:34:24PM -0500, Waiman Long wrote: >> % cat msgmni_range >> [0, 32768] > All that sounds promising but I think you are jumping a few > steps ahead of what needs to get done. Let's first sort out the > first series

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-08 Thread Waiman Long
On 03/08/2018 01:34 PM, Luis R. Rodriguez wrote: > On Wed, Mar 07, 2018 at 03:34:24PM -0500, Waiman Long wrote: >> % cat msgmni_range >> [0, 32768] > All that sounds promising but I think you are jumping a few > steps ahead of what needs to get done. Let's first sort out the > first series

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-08 Thread Luis R. Rodriguez
On Wed, Mar 07, 2018 at 03:34:24PM -0500, Waiman Long wrote: > > % cat msgmni_range > [0, 32768] All that sounds promising but I think you are jumping a few steps ahead of what needs to get done. Let's first sort out the first series well. Luis

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-08 Thread Luis R. Rodriguez
On Wed, Mar 07, 2018 at 03:34:24PM -0500, Waiman Long wrote: > > % cat msgmni_range > [0, 32768] All that sounds promising but I think you are jumping a few steps ahead of what needs to get done. Let's first sort out the first series well. Luis

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-07 Thread Andrew Morton
On Wed, 7 Mar 2018 15:34:24 -0500 Waiman Long wrote: > This patch series is to be applied on top of the patch > series "ipc: Clamp *mni to the real IPCMNI limit" > (https://lkml.org/lkml/2018/3/1/716). > > The purpose of this patch series is to enable easy addition of new >

Re: [PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-07 Thread Andrew Morton
On Wed, 7 Mar 2018 15:34:24 -0500 Waiman Long wrote: > This patch series is to be applied on top of the patch > series "ipc: Clamp *mni to the real IPCMNI limit" > (https://lkml.org/lkml/2018/3/1/716). > > The purpose of this patch series is to enable easy addition of new > auxillary sysctl

[PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-07 Thread Waiman Long
This patch series is to be applied on top of the patch series "ipc: Clamp *mni to the real IPCMNI limit" (https://lkml.org/lkml/2018/3/1/716). The purpose of this patch series is to enable easy addition of new auxillary sysctl parameters that can be read to display ranges of other sysctl

[PATCH 0/5] sysctl: Enable easy addition of range showing sysctl parameters

2018-03-07 Thread Waiman Long
This patch series is to be applied on top of the patch series "ipc: Clamp *mni to the real IPCMNI limit" (https://lkml.org/lkml/2018/3/1/716). The purpose of this patch series is to enable easy addition of new auxillary sysctl parameters that can be read to display ranges of other sysctl