[PATCH net-next 0/2] Avoid explicit cpumask var allocation on stack

Dawei Li posted 2 patches 1 year, 10 months ago
There is a newer version of this series
.../net/ethernet/freescale/dpaa2/dpaa2-eth.c  | 14 ++++---
net/iucv/iucv.c                               | 37 +++++++++++++------
2 files changed, 35 insertions(+), 16 deletions(-)
[PATCH net-next 0/2] Avoid explicit cpumask var allocation on stack
Posted by Dawei Li 1 year, 10 months ago
Hi,

This's a tiny series which replace explicit cpumask var allocation on
stack with *cpumask_var API to achieve neutrality on config and avoid
possible stack overfow. 

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                               | 37 +++++++++++++------
 2 files changed, 35 insertions(+), 16 deletions(-)

Thanks,

    Dawei

-- 
2.27.0