Re: [PATCH 05/14] cpumask: deprecate cpumask_next_wrap()

2025-01-03 Thread Bjorn Helgaas
On Sat, Dec 28, 2024 at 10:49:37AM -0800, Yury Norov wrote: > The next patche aligns implementation of cpumask_next_wrap() with the > generic version in find.h which changes function signature. s/patche/patch/ I guess this is an indirect reference to find_next_bit_wrap()? If so, I think mentioni

[PATCH 05/14] cpumask: deprecate cpumask_next_wrap()

2024-12-28 Thread Yury Norov
The next patche aligns implementation of cpumask_next_wrap() with the generic version in find.h which changes function signature. To make the transition smooth, this patch deprecates current implementation by adding an _old suffix. The following patches switch current users to the new implementati