From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757419AbcBDUxG (ORCPT ); Thu, 4 Feb 2016 15:53:06 -0500 Received: from gum.cmpxchg.org ([85.214.110.215]:56910 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756434AbcBDUxE (ORCPT ); Thu, 4 Feb 2016 15:53:04 -0500 Date: Thu, 4 Feb 2016 15:52:10 -0500 From: Johannes Weiner To: Vladimir Davydov Cc: Andrew Morton , Michal Hocko , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] mm: memcontrol: report kernel stack usage in cgroup2 memory.stat Message-ID: <20160204205210.GF8208@cmpxchg.org> References: <57ff0330b597738127ae0f9ca331016719bea7d8.1454589800.git.vdavydov@virtuozzo.com> <1d7473a8f8b814e536f9fdbd29d90591f1952f73.1454589800.git.vdavydov@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d7473a8f8b814e536f9fdbd29d90591f1952f73.1454589800.git.vdavydov@virtuozzo.com> 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, Feb 04, 2016 at 04:03:39PM +0300, Vladimir Davydov wrote: > Show how much memory is allocated to kernel stacks. > > Signed-off-by: Vladimir Davydov Acked-by: Johannes Weiner Thanks, this looks good. The only thing that strikes me is that you appended the new stat items to the enum, but then prepended them to the doc and stat file sections. Why is that?