From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760321Ab3B0RGr (ORCPT ); Wed, 27 Feb 2013 12:06:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42236 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750927Ab3B0RGq (ORCPT ); Wed, 27 Feb 2013 12:06:46 -0500 Date: Wed, 27 Feb 2013 12:06:27 -0500 From: Naoya Horiguchi To: gong.chen@linux.intel.com Cc: linux-mm@kvack.org, Andrew Morton , Mel Gorman , Hugh Dickins , KOSAKI Motohiro , Andi Kleen , linux-kernel@vger.kernel.org Message-ID: <1361984787-yx7rovrg-mutt-n-horiguchi@ah.jp.nec.com> In-Reply-To: <20130227072517.GA30971@gchen.bj.intel.com> References: <1361475708-25991-1-git-send-email-n-horiguchi@ah.jp.nec.com> <1361475708-25991-4-git-send-email-n-horiguchi@ah.jp.nec.com> <20130227072517.GA30971@gchen.bj.intel.com> Subject: Re: [PATCH 3/9] soft-offline: use migrate_pages() instead of migrate_huge_page() Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mutt-Fcc: ~/Maildir/sent/ 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 Wed, Feb 27, 2013 at 02:25:17AM -0500, Chen Gong wrote: > On Thu, Feb 21, 2013 at 02:41:42PM -0500, Naoya Horiguchi wrote: > > Date: Thu, 21 Feb 2013 14:41:42 -0500 ... > > diff --git v3.8.orig/mm/memory-failure.c v3.8/mm/memory-failure.c > > index bc126f6..01e4676 100644 > > --- v3.8.orig/mm/memory-failure.c > > +++ v3.8/mm/memory-failure.c ... > > + atomic_long_add(1< > mce_bad_pages has been substituted by num_poisoned_pages. This patchset is based on v3.8 (as show in diff header), where the replacing patch "memory-failure: use num_poisoned_pages instead of mce_bad_pages" is not merged yet. I'll rebase on v3.8-rc1 in the next post. Thanks, Naoya