]> git.baikalelectronics.ru Git - kernel.git/commit
mm: use vmalloc_array and vcalloc for array allocations
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Mar 2022 10:02:21 +0000 (05:02 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Mar 2022 14:30:46 +0000 (09:30 -0500)
commitfe8c1c00bc5798ed1b31c2680bd36a8e56bc6710
tree523804b14bc1657ea7755c27d087707a5fc3a360
parente1c178ae0a9cddf43ad58cbe2c3a3eade57eee77
mm: use vmalloc_array and vcalloc for array allocations

Instead of using array_size or just a multiply, use a function that
takes care of both the multiplication and the overflow checks.

Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
mm/percpu-stats.c
mm/swap_cgroup.c