linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jun 3 (mm/memory-failure.c)
       [not found] <20220603144935.5b67f75b@canb.auug.org.au>
@ 2022-06-03 16:21 ` Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2022-06-03 16:21 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, linux-mm, Andrew Morton,
	Naoya Horiguchi



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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-03 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20220603144935.5b67f75b@canb.auug.org.au>
2022-06-03 16:21 ` linux-next: Tree for Jun 3 (mm/memory-failure.c) Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).