Re: [PATCH v8 06/15] kpageflags: Use is_page_hwpoison() to set KPF_HWPOISON
Matthew Wilcox <[email protected]> Tue, 4 Aug 2026 16:46:48 +0100
| Newsgroups | gmane.linux.file-systems,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 03, 2026 at 11:44:28PM -0700, [email protected] wrote: > Good idea, but agreed with Sushiko about the bit setting issue, > with that fixed, > > Reviewed-by: Jane Chu <[email protected]> Thanks. That's the only diff I have between v8 and v9 at this point: if (is_page_hwpoison(page)) - u |= KPF_HWPOISON; + u |= 1 << KPF_HWPOISON;