Re: [PATCH 01/14] resource limits: foundation for resource highwater tracking

2016-07-15 Thread Nicolas Dichtel
Le 15/07/2016 18:27, Topi Miettinen a écrit : [snip] >> Why playing with version number? It complexifies the (userland) code and >> existing applications break when the kernel is updated. >> Goal of netlink is to be easily extensible. By adding a new attribute, >> existing >> userspace tools won't

Re: [PATCH 01/14] resource limits: foundation for resource highwater tracking

2016-07-15 Thread Topi Miettinen
On 07/15/16 12:49, Nicolas Dichtel wrote: > Le 15/07/2016 12:35, Topi Miettinen a écrit : >> There are many basic ways to control processes, including capabilities, >> cgroups and resource limits. However, there are far fewer ways to find out >> useful values for the limits, except blind trial and

Re: [PATCH 01/14] resource limits: foundation for resource highwater tracking

2016-07-15 Thread Nicolas Dichtel
Le 15/07/2016 12:35, Topi Miettinen a écrit : > There are many basic ways to control processes, including capabilities, > cgroups and resource limits. However, there are far fewer ways to find out > useful values for the limits, except blind trial and error. > > Prepare a foundation for resource h

Re: [PATCH 01/14] resource limits: foundation for resource highwater tracking

2016-07-15 Thread kbuild test robot
Hi, [auto build test ERROR on v4.7-rc7] [also build test ERROR on next-20160715] [cannot apply to tip/sched/core rdma/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Topi-Miettinen/Presen

[PATCH 01/14] resource limits: foundation for resource highwater tracking

2016-07-15 Thread Topi Miettinen
There are many basic ways to control processes, including capabilities, cgroups and resource limits. However, there are far fewer ways to find out useful values for the limits, except blind trial and error. Prepare a foundation for resource highwater tracking. The collected highwater marks for th