summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorVasily Averin2018-11-17 00:08:11 +0100
committerGreg Kroah-Hartman2018-11-21 09:19:24 +0100
commit113737cc318036e99ce33d7a26ac0e3d76b829ee (patch)
treed5c3e8a7ff6a63d4c4eb5a52652804718a126ffb /drivers/firmware
parenthugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444! (diff)
downloadkernel-qcow2-linux-113737cc318036e99ce33d7a26ac0e3d76b829ee.tar.gz
kernel-qcow2-linux-113737cc318036e99ce33d7a26ac0e3d76b829ee.tar.xz
kernel-qcow2-linux-113737cc318036e99ce33d7a26ac0e3d76b829ee.zip
mm/swapfile.c: use kvzalloc for swap_info_struct allocation
commit 873d7bcfd066663e3e50113dc4a0de19289b6354 upstream. Commit a2468cc9bfdf ("swap: choose swap device according to numa node") changed 'avail_lists' field of 'struct swap_info_struct' to an array. In popular linux distros it increased size of swap_info_struct up to 40 Kbytes and now swap_info_struct allocation requires order-4 page. Switch to kvzmalloc allows to avoid unexpected allocation failures. Link: http://lkml.kernel.org/r/fc23172d-3c75-21e2-d551-8b1808cbe593@virtuozzo.com Fixes: a2468cc9bfdf ("swap: choose swap device according to numa node") Signed-off-by: Vasily Averin <vvs@virtuozzo.com> Acked-by: Aaron Lu <aaron.lu@intel.com> Acked-by: Michal Hocko <mhocko@suse.com> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Huang Ying <ying.huang@intel.com> Cc: <stable@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions