From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx105.postini.com [74.125.245.105]) by kanga.kvack.org (Postfix) with SMTP id 9CF766B0008 for ; Mon, 28 Jan 2013 13:28:11 -0500 (EST) Date: Mon, 28 Jan 2013 19:28:09 +0100 From: Andi Kleen Subject: Re: [PATCH v3] mm: clean up soft_offline_page() (Re: [PATCH v2] mm: clean up soft_offline_page()) Message-ID: <20130128182809.GU30577@one.firstfloor.org> References: <20130127014811.GL30577@one.firstfloor.org> <1359397090-9644-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: <1359397090-9644-1-git-send-email-n-horiguchi@ah.jp.nec.com> Sender: owner-linux-mm@kvack.org List-ID: To: Naoya Horiguchi Cc: Andi Kleen , Andrew Morton , Tony Luck , Wu Fengguang , Xishi Qiu , Jiang Liu , linux-mm@kvack.org, linux-kernel@vger.kernel.org, gong.chen@linux.intel.com > > As Xishi pointed out, the patch was broken. Mce-test did catch it, but the > related testcase HWPOISON-SOFT showed PASS falsely, so I overlooked it. Oops. Please send a patch to Gong to fix that in mce-test > Now I confirm that tsoft.c and tsoftinj.c in mce-test surely passes (returns > with success exitcode) with the fixed one (attached). -Andi -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752422Ab3A1S2M (ORCPT ); Mon, 28 Jan 2013 13:28:12 -0500 Received: from one.firstfloor.org ([213.235.205.2]:54670 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab3A1S2K (ORCPT ); Mon, 28 Jan 2013 13:28:10 -0500 Date: Mon, 28 Jan 2013 19:28:09 +0100 From: Andi Kleen To: Naoya Horiguchi Cc: Andi Kleen , Andrew Morton , Tony Luck , Wu Fengguang , Xishi Qiu , Jiang Liu , linux-mm@kvack.org, linux-kernel@vger.kernel.org, gong.chen@linux.intel.com Subject: Re: [PATCH v3] mm: clean up soft_offline_page() (Re: [PATCH v2] mm: clean up soft_offline_page()) Message-ID: <20130128182809.GU30577@one.firstfloor.org> References: <20130127014811.GL30577@one.firstfloor.org> <1359397090-9644-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: <1359397090-9644-1-git-send-email-n-horiguchi@ah.jp.nec.com> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > As Xishi pointed out, the patch was broken. Mce-test did catch it, but the > related testcase HWPOISON-SOFT showed PASS falsely, so I overlooked it. Oops. Please send a patch to Gong to fix that in mce-test > Now I confirm that tsoft.c and tsoftinj.c in mce-test surely passes (returns > with success exitcode) with the fixed one (attached). -Andi