From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754878AbbDHWUQ (ORCPT ); Wed, 8 Apr 2015 18:20:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60063 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753288AbbDHWUN (ORCPT ); Wed, 8 Apr 2015 18:20:13 -0400 Date: Wed, 8 Apr 2015 15:20:11 -0700 From: Andrew Morton To: Neil Zhang Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: show free pages per each migrate type Message-Id: <20150408152011.03d5f94cce0c5ac327bd87c4@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 8 Apr 2015 09:48:06 +0800 Neil Zhang wrote: > show detailed free pages per each migrate type in show_free_areas. > It would be good to include example before and after output within the changelog, so that people can better understand the effect and value of the proposed change. Thanks.