Re: [PATCH] mm: polish virtual memory accounting

From: Cyrill Gorcunov
Date: Thu Jan 28 2016 - 05:52:31 EST


On Thu, Jan 28, 2016 at 12:45:44PM +0300, Konstantin Khlebnikov wrote:
> * add VM_STACK as alias for VM_GROWSUP/DOWN depending on architecture
> * always account VMAs with flag VM_STACK as stack (as it was before)
> * cleanup classifying helpers
> * update comments and documentation
>
> Signed-off-by: Konstantin Khlebnikov <koct9i@xxxxxxxxx>

Great, thank you!