Re: [PATCH v8 06/15] kpageflags: Use is_page_hwpoison() to set KPF_HWPOISON
[email protected] Tue, 4 Aug 2026 13:21:18 -0700
| Newsgroups | gmane.linux.file-systems,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/4/2026 8:46 AM, Matthew Wilcox wrote: > On Mon, Aug 03, 2026 at 11:=E2=80=8A44:=E2=80=8A28PM -0700, jane.=E2=80= =8Achu@=E2=80=8Aoracle.=E2=80=8Acom=20 > wrote: > Good idea, but agreed with Sushiko about the bit setting issue,= =20 > > with that fixed, > > Reviewed-by: Jane Chu <jane.=E2=80=8Achu@=E2=80= =8Aoracle.=E2=80=8Acom>=20 > Thanks. That's the only >=20 >=20 > 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, >>=20 >> Reviewed-by: Jane Chu <[email protected]> >=20 > Thanks. That's the only diff I have between v8 and v9 at this point: >=20 > if (is_page_hwpoison(page)) > - u |=3D KPF_HWPOISON; > + u |=3D 1 << KPF_HWPOISON; >=20 >=20 Looks good. Thanks! -jane