]> git.baikalelectronics.ru Git - kernel.git/commit
mm: Silence vmap() allocation failures based on caller gfp_flags
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 27 Apr 2017 18:19:00 +0000 (11:19 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 11 May 2017 13:41:26 +0000 (14:41 +0100)
commit18b19a0f03e94d9ddcfa1a97788c5a0cfd2dc443
tree05cf30cdf2a6285de419802147c7bf1140f4bf9d
parent6a83ad2e005539120b016b7524c239b4733eea3a
mm: Silence vmap() allocation failures based on caller gfp_flags

If the caller has set __GFP_NOWARN don't print the following message:
vmap allocation for size 15736832 failed: use vmalloc=<size> to increase
size.

This can happen with the ARM/Linux or ARM64/Linux module loader built
with CONFIG_ARM{,64}_MODULE_PLTS=y which does a first attempt at loading
a large module from module space, then falls back to vmalloc space.

Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/vmalloc.c