Re: [PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM

From: Eric Dumazet
Date: Thu Apr 19 2018 - 12:26:11 EST




On 04/19/2018 09:12 AM, Mikulas Patocka wrote:
>
>
> These bugs are hard to reproduce because vmalloc falls back to kmalloc
> only if memory is fragmented.
>

This sentence is wrong.

.... because kvmalloc() falls back to vmalloc() ...