public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] Avoid explicit cpumask var allocation on stack
@ 2024-03-31  5:34 Dawei Li
  2024-03-31  5:34 ` Dawei Li
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Dawei Li @ 2024-03-31  5:34 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, ioana.ciornei, wintera, twinkler
  Cc: netdev, linux-kernel, linux-s390, Dawei Li

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]

[1] v1: 
https://lore.kernel.org/lkml/20240329105610.922675-1-dawei.li@shingroup.cn/

Dawei Li (2):
  net/iucv: Avoid explicit cpumask var allocation on stack
  net/dpaa2: Avoid explicit cpumask var allocation on stack

 .../net/ethernet/freescale/dpaa2/dpaa2-eth.c  | 14 ++++++----
 net/iucv/iucv.c                               | 26 +++++++++++++------
 2 files changed, 27 insertions(+), 13 deletions(-)

Thanks,

    Dawei

-- 
2.27.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-03  1:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31  5:34 [PATCH net-next v2 0/2] Avoid explicit cpumask var allocation on stack Dawei Li
2024-03-31  5:34 ` Dawei Li
2024-03-31  5:34 ` [PATCH net-next v2 1/2] net/iucv: " Dawei Li
2024-03-31  5:34   ` Dawei Li
2024-04-02 12:41   ` Alexandra Winter
2024-03-31  5:34 ` [PATCH net-next v2 2/2] net/dpaa2: " Dawei Li
2024-03-31  5:34   ` Dawei Li
2024-04-03  1:40 ` [PATCH net-next v2 0/2] " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox