[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <727bc913-794a-800c-9b06-31e9257870ef@infradead.org>
Date: Fri, 3 Jun 2022 09:21:26 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Naoya Horiguchi <naoya.horiguchi@....com>
Subject: Re: linux-next: Tree for Jun 3 (mm/memory-failure.c)
On 6/2/22 21:49, Stephen Rothwell wrote:
> Hi all,
>
> Note: please do not add any v5.20 material to your linux-next included
> branches until after v5.19-rc1 has been related.
>
> Changes since 20220602:
>
on i386 or x86_64:
../mm/memory-failure.c: In function ‘__get_huge_page_for_hwpoison’:
../mm/memory-failure.c:1545:2: error: implicit declaration of function ‘hugetlb_set_page_hwpoison’; did you mean ‘hugetlb_page_subpool’? [-Werror=implicit-function-declaration]
hugetlb_set_page_hwpoison(head, page);
when CONFIG_HUGETLB_PAGE is not set.
The inline function hugetlb_set_page_hwpoison() is only defined
when CONFIG_HUGETLB_PAGE is set.
--
~Randy
Powered by blists - more mailing lists