diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-04-27 21:19:01 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2017-05-11 16:43:31 +0300 |
commit | 75d24d968af8913f641c612930c96acc5399e427 (patch) | |
tree | 7ee4ac5253fbc529eb11b7a233d94e69f6bf417a /arch/arm64 | |
parent | 03497d761c55438144fd63534d4223418fdfd345 (diff) | |
download | linux-75d24d968af8913f641c612930c96acc5399e427.tar.xz |
ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y
When CONFIG_ARM_MODULE_PLTS is enabled, the first allocation using the
module space fails, because the module is too big, and then the module
allocation is attempted from vmalloc space. Silence the first allocation
failure in that case by setting __GFP_NOWARN.
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64')
0 files changed, 0 insertions, 0 deletions