diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-04-27 11:19:00 -0700 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2017-05-11 14:41:26 +0100 |
commit | 03497d761c55438144fd63534d4223418fdfd345 (patch) | |
tree | 05cf30cdf2a6285de419802147c7bf1140f4bf9d /firmware/keyspan | |
parent | d135b8b5060ea91dd751ff172d179eb4eab1e966 (diff) |
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>
Diffstat (limited to 'firmware/keyspan')
0 files changed, 0 insertions, 0 deletions