On Sat, Nov 16, 2024 at 05:59:18PM +0000, Pasha Tatashin wrote:
>       } while (start = next, start < end);
>       return err;
>  }
> +EXPORT_SYMBOL_GPL(walk_page_range);

Umm, no.  We really should not expose all these page table detail
to modules.

> +EXPORT_SYMBOL_GPL(walk_page_range_kernel);

Even more so here.


Reply via email to