From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967159AbcA1Kw3 (ORCPT ); Thu, 28 Jan 2016 05:52:29 -0500 Received: from mail-lf0-f42.google.com ([209.85.215.42]:35475 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966163AbcA1KwL (ORCPT ); Thu, 28 Jan 2016 05:52:11 -0500 Date: Thu, 28 Jan 2016 13:52:07 +0300 From: Cyrill Gorcunov To: Konstantin Khlebnikov Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Sudip Mukherjee Subject: Re: [PATCH] mm: polish virtual memory accounting Message-ID: <20160128105207.GB26641@uranus> References: <145397434479.24456.7330581149702545550.stgit@zurg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <145397434479.24456.7330581149702545550.stgit@zurg> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Great, thank you!