Re: [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()

From: Miguel Ojeda

Date: Tue Mar 03 2026 - 15:49:34 EST


On Mon, Mar 2, 2026 at 4:41 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> It's not relevant in this patch, but another thing that may be useful is
> to add CLIPPY=1 to the make invocation when building normally. This
> causes additional warnings to be checked using a tool called clippy.

Yes, please do use `CLIPPY=1` -- the build should be Clippy clean
modulo exceptional cases that may slip through (and soon linux-next
will probably start reporting those warnings too).

Thanks!

Cheers,
Miguel