Re: [RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-18 Thread Topi Miettinen
On 06/18/16 00:59, Doug Ledford wrote: > On 6/13/2016 3:44 PM, Topi Miettinen wrote: >> Track maximum size of locked memory, presented in /proc/self/limits. > > You should have probably Cc:ed everyone on the cover letter and probably > patch 1 of this series. This patch is hard to decipher withou

Re: [RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-17 Thread Doug Ledford
On 6/13/2016 3:44 PM, Topi Miettinen wrote: > Track maximum size of locked memory, presented in /proc/self/limits. You should have probably Cc:ed everyone on the cover letter and probably patch 1 of this series. This patch is hard to decipher without the additional context of those items. Howeve

Re: [RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-13 Thread Topi Miettinen
On 06/13/16 20:43, Alex Williamson wrote: > On Mon, 13 Jun 2016 22:44:19 +0300 > Topi Miettinen wrote: > >> Track maximum size of locked memory, presented in /proc/self/limits. >> >> Signed-off-by: Topi Miettinen >> --- >> arch/ia64/kernel/perfmon.c | 1 + >> arch/powerpc/kvm/b

[RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-13 Thread Topi Miettinen
Track maximum size of locked memory, presented in /proc/self/limits. Signed-off-by: Topi Miettinen --- arch/ia64/kernel/perfmon.c | 1 + arch/powerpc/kvm/book3s_64_vio.c | 1 + arch/powerpc/mm/mmu_context_iommu.c| 1 + drivers/infiniband/core/umem.c

Re: [RFC 12/18] limits: track RLIMIT_MEMLOCK actual max

2016-06-13 Thread Alex Williamson
On Mon, 13 Jun 2016 22:44:19 +0300 Topi Miettinen wrote: > Track maximum size of locked memory, presented in /proc/self/limits. > > Signed-off-by: Topi Miettinen > --- > arch/ia64/kernel/perfmon.c | 1 + > arch/powerpc/kvm/book3s_64_vio.c | 1 + > arch/powerpc/mm/mm