Re: [RESEND PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page

2013-09-14 Thread Andi Kleen
> Reviewed-by: Naoya Horiguchi > Signed-off-by: Wanpeng Li Acked-by: Andi Kleen -Andi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

[RESEND PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page

2013-09-14 Thread Wanpeng Li
Changelog: *v1 -> v2: reverse PageTransHuge(page) && !PageHuge(page) check PageTransHuge() can't guarantee the page is transparent huge page since it return true for both transparent huge and hugetlbfs pages. This patch fix it by check the page is also !hugetlbfs page. Before patch: [ 121.5

Re: [PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page

2013-09-03 Thread Chen Gong
2013 07:36:44 +0800 > >> From: Wanpeng Li > >> To: Andrew Morton > >> Cc: Andi Kleen , Fengguang Wu > >> , Naoya Horiguchi , > >> Tony Luck , gong.c...@linux.intel.com, > >> linux...@kvack.org, linux-kernel@vger.kernel.org, Wanpeng Li >

Re: [PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page

2013-09-02 Thread Chen Gong
r.kernel.org, Wanpeng Li > > Subject: [PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page > X-Mailer: git-send-email 1.7.5.4 > > Changelog: > *v1 -> v2: reverse PageTransHuge(page) && !PageHuge(page) check > > PageTransHuge() can't guaran

Re: [PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page

2013-09-02 Thread Naoya Horiguchi
On Tue, Sep 03, 2013 at 07:36:44AM +0800, Wanpeng Li wrote: > Changelog: > *v1 -> v2: reverse PageTransHuge(page) && !PageHuge(page) check > > PageTransHuge() can't guarantee the page is transparent huge page since it > return true for both transparent huge and hugetlbfs pages. This patch fix

[PATCH v2 2/4] mm/hwpoison: fix miss catch transparent huge page

2013-09-02 Thread Wanpeng Li
Changelog: *v1 -> v2: reverse PageTransHuge(page) && !PageHuge(page) check PageTransHuge() can't guarantee the page is transparent huge page since it return true for both transparent huge and hugetlbfs pages. This patch fix it by check the page is also !hugetlbfs page. Before patch: [ 121.5