diff options
author | Wei Liu <wei.liu@kernel.org> | 2021-09-10 21:57:14 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2021-09-11 18:41:00 +0300 |
commit | dfb5c1e12c28e35e4d4e5bc8022b0e9d585b89a7 (patch) | |
tree | 684e75f9adcb29d7e2e1a357841ee6babe9373a0 /arch/arm/mach-tegra/board-paz00.c | |
parent | 7ad9bb9d0f357dcab5eb9a0f28d1c8983c48434c (diff) | |
download | linux-dfb5c1e12c28e35e4d4e5bc8022b0e9d585b89a7.tar.xz |
x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself
It is not a good practice to allocate a cpumask on stack, given it may
consume up to 1 kilobytes of stack space if the kernel is configured to
have 8192 cpus.
The internal helper functions __send_ipi_mask{,_ex} need to loop over
the provided mask anyway, so it is not too difficult to skip `self'
there. We can thus do away with the on-stack cpumask in
hv_send_ipi_mask_allbutself.
Adjust call sites of __send_ipi_mask as needed.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Suggested-by: Michael Kelley <mikelley@microsoft.com>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Fixes: 68bb7bfb7985d ("X86/Hyper-V: Enable IPI enlightenments")
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20210910185714.299411-3-wei.liu@kernel.org
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
0 files changed, 0 insertions, 0 deletions