Message ID | 20240331053441.1276826-1-dawei.li@shingroup.cn (mailing list archive) |
---|---|
Headers | show |
Series | Avoid explicit cpumask var allocation on stack | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sun, 31 Mar 2024 13:34:39 +0800 you wrote: > Hi, > > This is v2 of previous series[1] about cpumask var on stack for net > subsystem. > > Change since v1: > - For iucv_setmask_up() which returns void to caller, just make cpumask > var static which is protected by global lock iucv_register_mutex. [Eric] > > [...] Here is the summary with links: - [net-next,v2,1/2] net/iucv: Avoid explicit cpumask var allocation on stack https://git.kernel.org/netdev/net-next/c/be4e1304419c - [net-next,v2,2/2] net/dpaa2: Avoid explicit cpumask var allocation on stack https://git.kernel.org/netdev/net-next/c/d33fe1714a44 You are awesome, thank you!