Re: [PATCH 0/4] cleanup dead code in nodemasks and cpumasks
From: Yury Norov
Date: Mon Mar 24 2025 - 11:03:37 EST
Ping?
If no objections, I'll schedule it for 6.15.
On Wed, Mar 12, 2025 at 10:19:48PM -0400, Yury Norov wrote:
> 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