From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751770AbbCST0r (ORCPT ); Thu, 19 Mar 2015 15:26:47 -0400 Received: from one.firstfloor.org ([193.170.194.197]:48616 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbbCST0q (ORCPT ); Thu, 19 Mar 2015 15:26:46 -0400 Date: Thu, 19 Mar 2015 20:26:44 +0100 From: Andi Kleen To: Naoya Horiguchi Cc: Andrew Morton , Andi Kleen , Tony Luck , Xie XiuQi , Steven Rostedt , Chen Gong , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" Subject: Re: [PATCH] mm/memory-failure.c: define page types for action_result() in one place Message-ID: <20150319192644.GD22151@two.firstfloor.org> References: <1426746272-24306-1-git-send-email-n-horiguchi@ah.jp.nec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426746272-24306-1-git-send-email-n-horiguchi@ah.jp.nec.com> 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, Mar 19, 2015 at 06:24:35AM +0000, Naoya Horiguchi wrote: > This cleanup patch moves all strings passed to action_result() into a single > array action_page_type so that a reader can easily find which kind of action > results are possible. And this patch also fixes the odd lines to be printed > out, like "unknown page state page" or "free buddy, 2nd try page". > > Signed-off-by: Naoya Horiguchi Looks good Reviewed-by: Andi Kleen -Andi