Commit 5f0b6c9
committed
Merge branch 'avoid-explicit-cpumask-var-allocation-on-stack'
Dawei Li says:
====================
Avoid explicit cpumask var allocation on stack
v1: https://lore.kernel.org/lkml/20240329105610.922675-1-dawei.li@shingroup.cn/
====================
Link: https://lore.kernel.org/r/20240331053441.1276826-1-dawei.li@shingroup.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>File tree
2 files changed
+27
-13
lines changed- drivers/net/ethernet/freescale/dpaa2
- net/iucv
2 files changed
+27
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2896 | 2896 | | |
2897 | 2897 | | |
2898 | 2898 | | |
2899 | | - | |
2900 | | - | |
2901 | 2899 | | |
| 2900 | + | |
| 2901 | + | |
2902 | 2902 | | |
2903 | 2903 | | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
2904 | 2907 | | |
2905 | 2908 | | |
2906 | 2909 | | |
| |||
2910 | 2913 | | |
2911 | 2914 | | |
2912 | 2915 | | |
2913 | | - | |
2914 | | - | |
| 2916 | + | |
| 2917 | + | |
2915 | 2918 | | |
2916 | | - | |
| 2919 | + | |
2917 | 2920 | | |
2918 | 2921 | | |
2919 | 2922 | | |
2920 | 2923 | | |
2921 | 2924 | | |
2922 | 2925 | | |
| 2926 | + | |
2923 | 2927 | | |
2924 | 2928 | | |
2925 | 2929 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
| 523 | + | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
| 631 | + | |
| 632 | + | |
632 | 633 | | |
633 | 634 | | |
634 | 635 | | |
635 | 636 | | |
636 | | - | |
637 | | - | |
638 | | - | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
639 | 643 | | |
640 | | - | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
641 | 647 | | |
642 | 648 | | |
643 | 649 | | |
644 | | - | |
| 650 | + | |
| 651 | + | |
645 | 652 | | |
646 | 653 | | |
647 | | - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
648 | 658 | | |
649 | 659 | | |
650 | 660 | | |
| |||
0 commit comments