From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751740AbbKGHOY (ORCPT ); Sat, 7 Nov 2015 02:14:24 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:37551 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185AbbKGHOW (ORCPT ); Sat, 7 Nov 2015 02:14:22 -0500 Date: Sat, 7 Nov 2015 09:14:19 +0200 From: "Kirill A. Shutemov" To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, kirill.shutemov@linux.intel.com, n-horiguchi@ah.jp.nec.com, mm-commits@vger.kernel.org Subject: Re: + mm-hwpoison-adjust-for-new-thp-refcounting-fix.patch added to -mm tree Message-ID: <20151107071419.GA27003@node.shutemov.name> References: <563d2dc6.yOjOekgn/hxKLXeS%akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <563d2dc6.yOjOekgn/hxKLXeS%akpm@linux-foundation.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 06, 2015 at 02:46:30PM -0800, akpm@linux-foundation.org wrote: > > The patch titled > Subject: mm-hwpoison-adjust-for-new-thp-refcounting-fix > has been added to the -mm tree. Its filename is > mm-hwpoison-adjust-for-new-thp-refcounting-fix.patch > > This patch should soon appear at > http://ozlabs.org/~akpm/mmots/broken-out/mm-hwpoison-adjust-for-new-thp-refcounting-fix.patch > and later at > http://ozlabs.org/~akpm/mmotm/broken-out/mm-hwpoison-adjust-for-new-thp-refcounting-fix.patch > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/SubmitChecklist when testing your code *** > > The -mm tree is included into linux-next and is updated > there every 3-4 working days > > ------------------------------------------------------ > From: Andrew Morton > Subject: mm-hwpoison-adjust-for-new-thp-refcounting-fix > > remove unneeeeded #define, per Kirill > > Cc: Kirill A. Shutemov > Cc: Naoya Horiguchi > Signed-off-by: Andrew Morton > --- > > include/linux/mm.h | 1 - > 1 file changed, 1 deletion(-) > > diff -puN include/linux/mm.h~mm-hwpoison-adjust-for-new-thp-refcounting-fix include/linux/mm.h > --- a/include/linux/mm.h~mm-hwpoison-adjust-for-new-thp-refcounting-fix > +++ a/include/linux/mm.h > @@ -2193,7 +2193,6 @@ extern int memory_failure(unsigned long > extern void memory_failure_queue(unsigned long pfn, int trapno, int flags); > extern int unpoison_memory(unsigned long pfn); > extern int get_hwpoison_page(struct page *page); > -#define put_hwpoison_page(page) put_page(page) > extern void put_hwpoison_page(struct page *page); Andrew, you've removed the wrong line. The next one should be removed. -- Kirill A. Shutemov