Re: [PATCH 0/3] for_each_*_bit: move to find.h and reconsider

2021-07-28 Thread Yury Norov
Ping? On Fri, Jun 18, 2021 at 12:57:32PM -0700, Yury Norov wrote: > for_each_bit() macro family uses find_bit() functions, so it's better > to have for_each_bit() and find_bit() functions in the same header. > > This series puts for_each_bit() to a proper place and optimizes its > usage over

[PATCH 0/3] for_each_*_bit: move to find.h and reconsider

2021-06-19 Thread Yury Norov
for_each_bit() macro family uses find_bit() functions, so it's better to have for_each_bit() and find_bit() functions in the same header. This series puts for_each_bit() to a proper place and optimizes its usage over the kernel. The series is based on this: