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: 44: 28PM -0700, jane. chu@ oracle. com 
> wrote: > Good idea, but agreed with Sushiko about the bit setting issue, 
>  > with that fixed, > > Reviewed-by: Jane Chu <jane. chu@ oracle. com> 
> Thanks. That's the only
> 
> 
> 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;
> 
> 

Looks good.

Thanks!
-jane