All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cleanup dead code in nodemasks and cpumasks
@ 2025-03-13  2:19 ` Yury Norov
  0 siblings, 0 replies; 12+ messages in thread
From: Yury Norov @ 2025-03-13  2:19 UTC (permalink / raw)
  To: linux-kernel, linux-riscv
  Cc: Yury Norov, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Rasmus Villemoes, Charlie Jenkins, Alexandre Ghiti,
	Samuel Holland, Anup Patel

Cleanup dead code in nodemasks and cpumasks, and while there, fix
set_icache_stale_mask() that misuses atomic cpumask_assign_cpu().

Yury Norov (4):
  nodemask: drop nodes_shift
  cpumask: add non-atomic __assign_cpu()
  riscv: switch set_icache_stale_mask() to using non-atomic assign_cpu()
  cpumask: drop cpumask_assign_cpu()

 arch/riscv/mm/cacheflush.c |  2 +-
 include/linux/cpumask.h    | 19 +++----------------
 include/linux/nodemask.h   | 19 -------------------
 3 files changed, 4 insertions(+), 36 deletions(-)

-- 
2.43.0


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2025-03-24 15:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-13  2:19 [PATCH 0/4] cleanup dead code in nodemasks and cpumasks Yury Norov
2025-03-13  2:19 ` Yury Norov
2025-03-13  2:19 ` [PATCH 1/4] nodemask: drop nodes_shift Yury Norov
2025-03-13  2:19   ` Yury Norov
2025-03-13  2:19 ` [PATCH 2/4] cpumask: add non-atomic __assign_cpu() Yury Norov
2025-03-13  2:19   ` Yury Norov
2025-03-13  2:19 ` [PATCH 3/4] riscv: switch set_icache_stale_mask() to using non-atomic assign_cpu() Yury Norov
2025-03-13  2:19   ` Yury Norov
2025-03-13  2:19 ` [PATCH 4/4] cpumask: drop cpumask_assign_cpu() Yury Norov
2025-03-13  2:19   ` Yury Norov
2025-03-24 15:02 ` [PATCH 0/4] cleanup dead code in nodemasks and cpumasks Yury Norov
2025-03-24 15:02   ` Yury Norov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.