Re: [PATCH] mm: enable RLIMIT_DATA by default with workaround for valgrind

From: Cyrill Gorcunov
Date: Sun Apr 24 2016 - 09:23:17 EST


On Sun, Apr 24, 2016 at 11:07:23AM +0300, Konstantin Khlebnikov wrote:
> Since commit 84638335900f ("mm: rework virtual memory accounting")
> RLIMIT_DATA limits both brk() and private mmap() but this's disabled by
> default because of incompatibility with older versions of valgrind.
...
Reviewed-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx>

Thank you!