[PATCH v3 06/10] perf/dwc_pcie: Avoid placing cpumask on the stack

Shuai Xue xueshuai at linux.alibaba.com
Sun Apr 7 17:30:37 PDT 2024



On 2024/4/3 23:59, Dawei Li wrote:
> In general it's preferable to avoid placing cpumasks on the stack, as
> for large values of NR_CPUS these can consume significant amounts of
> stack space and make stack overflows more likely.
> 
> Use cpumask_any_and_but() to avoid the need for a temporary cpumask on
> the stack.
> 
> Suggested-by: Mark Rutland <mark.rutland at arm.com>
> Reviewed-by: Mark Rutland <mark.rutland at arm.com>
> Signed-off-by: Dawei Li <dawei.li at shingroup.cn>

Reviewed-by: Shuai Xue <xueshuai at linux.alibaba.com>

Thank you.

Shuai



More information about the linux-arm-kernel mailing list