From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966113AbcA1KNA (ORCPT ); Thu, 28 Jan 2016 05:13:00 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:36707 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964914AbcA1KMw (ORCPT ); Thu, 28 Jan 2016 05:12:52 -0500 Date: Thu, 28 Jan 2016 15:42:42 +0530 From: Sudip Mukherjee To: Konstantin Khlebnikov Cc: Andrew Morton , Cyrill Gorcunov , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: polish virtual memory accounting Message-ID: <20160128101242.GA16239@sudip-pc> 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.21 (2010-09-15) 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 > --- With this blackfin defconfig build failure is fixed. regards sudip