Re: [PATCH V2] Documentation: Describe the shared memory usage/accounting

2015-12-22 Thread Vlastimil Babka
On 12/21/2015 07:07 PM, Rodrigo Freire wrote: The Shared Memory accounting support is present in Kernel since commit 4b02108ac1b3 ("mm: oom analysis: add shmem vmstat") and in userland free(1) since 2014. This patch updates the Documentation to reflect this change. Signed-off-by: Rodrigo

Re: [PATCH V2] Documentation: Describe the shared memory usage/accounting

2015-12-22 Thread Vlastimil Babka
On 12/21/2015 07:07 PM, Rodrigo Freire wrote: The Shared Memory accounting support is present in Kernel since commit 4b02108ac1b3 ("mm: oom analysis: add shmem vmstat") and in userland free(1) since 2014. This patch updates the Documentation to reflect this change. Signed-off-by: Rodrigo

[PATCH V2] Documentation: Describe the shared memory usage/accounting

2015-12-21 Thread Rodrigo Freire
The Shared Memory accounting support is present in Kernel since commit 4b02108ac1b3 ("mm: oom analysis: add shmem vmstat") and in userland free(1) since 2014. This patch updates the Documentation to reflect this change. Signed-off-by: Rodrigo Freire --- V2: Better wording as per Vlastimil

[PATCH V2] Documentation: Describe the shared memory usage/accounting

2015-12-21 Thread Rodrigo Freire
The Shared Memory accounting support is present in Kernel since commit 4b02108ac1b3 ("mm: oom analysis: add shmem vmstat") and in userland free(1) since 2014. This patch updates the Documentation to reflect this change. Signed-off-by: Rodrigo Freire --- V2: Better wording as