You should also fix the existing typo in the documentation (inline):
> On Dec 27, 2021, at 07:49, Kefeng Wang wrote:
>
> This patch select HAVE_ARCH_HUGE_VMALLOC to let arm64 support huge
> vmalloc mappings.
>
> Cc: Catalin Marinas
> Cc: Will Deacon
> Signed-off-by: Kefeng Wang
> ---
> Docu
I really like that as it’s self-documenting and anyone debugging it can see
what is actually being used at a glance.
> On Sep 20, 2020, at 09:15, Matthew Wilcox wrote:
>
> On Fri, Sep 18, 2020 at 02:45:25PM +0200, Christoph Hellwig wrote:
>> Add a flag to force processing a syscall as a compat
s at the PMD level.
Have you thought about what might be needed to extend this paradigm to be able
to
perform remaps at the PUD level, given many architectures already support
PUD-mapped
pages?
William Kucharski