mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Remove onstack cpumask var for sparc
@ 2024-04-23  8:30 Dawei Li
  2024-04-23  8:30 ` [PATCH v3 1/6] sparc/srmmu: Remove on-stack cpumask var Dawei Li
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Dawei Li @ 2024-04-23  8:30 UTC (permalink / raw)
  To: davem, andreas; +Cc: sparclinux, linux-kernel, sam, Dawei Li

Hi,

This is v3 of previous series on removal of on-stack cpumask var for
sparc arch.

Change since v2:

- PATCH[1]:
  - Rename helper, cpumask_any_but_current -> any_other_mm_cpus. (Sam)
  - Add Reviewed-by from Sam.

- PATCH[2-4]:
  - Add Reviewed-by from Sam.

- PATCH[5]:
  - Remove __initdata annotation and related commit message. (Sam)

- PATCH[6]:
  - Change from ":?" to "if else" style. (Sam)
  - Core logic _unchanged_.

- PATCH[7]:
  - Removed due to potentially conflicted with other pending series. (Sam) 

v1:
https://lore.kernel.org/all/20240418104949.3606645-1-dawei.li@shingroup.cn/

v2:
https://lore.kernel.org/lkml/20240420051547.3681642-1-dawei.li@shingroup.cn/

Dawei Li (6):
  sparc/srmmu: Remove on-stack cpumask var
  sparc/irq: Remove on-stack cpumask var
  sparc/of: Remove on-stack cpumask var
  sparc/pci_msi: Remove on-stack cpumask var
  sparc/init: Remove on-stack cpumask var
  sparc/leon: Remove on-stack cpumask var

 arch/sparc/kernel/irq_64.c       | 10 +++-----
 arch/sparc/kernel/leon_kernel.c  |  7 +++---
 arch/sparc/kernel/of_device_64.c |  5 +---
 arch/sparc/kernel/pci_msi.c      |  5 +---
 arch/sparc/mm/init_64.c          |  2 +-
 arch/sparc/mm/srmmu.c            | 40 ++++++++++----------------------
 6 files changed, 21 insertions(+), 48 deletions(-)

Thanks,

    Dawei
-- 
2.27.0


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

end of thread, other threads:[~2024-04-23 17:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-23  8:30 [PATCH v3 0/6] Remove onstack cpumask var for sparc Dawei Li
2024-04-23  8:30 ` [PATCH v3 1/6] sparc/srmmu: Remove on-stack cpumask var Dawei Li
2024-04-23  8:30 ` [PATCH v3 2/6] sparc/irq: " Dawei Li
2024-04-23  8:30 ` [PATCH v3 3/6] sparc/of: " Dawei Li
2024-04-23  8:30 ` [PATCH v3 4/6] sparc/pci_msi: " Dawei Li
2024-04-23  8:30 ` [PATCH v3 5/6] sparc/init: " Dawei Li
2024-04-23 17:32   ` Sam Ravnborg
2024-04-23  8:30 ` [PATCH v3 6/6] sparc/leon: " Dawei Li
2024-04-23 17:29   ` Sam Ravnborg

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

all inboxes | Powered by JetHome®