Re: [PATCH] mm: page-flags: fix build failure due to missing parameter for HasHWPoisoned flag

From: Linus Torvalds
Date: Mon Nov 01 2021 - 17:35:13 EST


On Mon, Nov 1, 2021 at 1:45 PM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:
>
> Should probbaly cc Linus, and also note that Stephen noticed & fixed
> this problem already.
> https://lore.kernel.org/lkml/20211101174846.2b1097d7@xxxxxxxxxxxxxxxx/

Oops. And both my "small" and "large" config have MEMORY_FAILURE and
TRANSPARENT_HUGEPAGE enabled, which seems to be why my build tests
didn't trigger the failure case.

Will fix up.

Linus