[kvalo-ath:ath-next] BUILD SUCCESS fd6ed1772b2c639370b7b41602d4c925dbd003d4

2023-12-16 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git ath-next branch HEAD: fd6ed1772b2c639370b7b41602d4c925dbd003d4 wifi: ath11k: workaround too long expansion sparse warnings Warning ids grouped by kconfigs: gcc_recent_errors `-- arm-randconfig-002-20231216

[kvalo-ath:master] BUILD SUCCESS 75d04d8a7a2a652528e94ddc821fcf4afb095ace

2023-12-16 Thread kernel test robot
defconfig gcc arc allnoconfig gcc arc defconfig gcc arc randconfig-001-20231216 gcc arc randconfig-002-20231216 gcc arm allnoconfig gcc arm

Re: [PATCH v3 00/35] bitops: add atomic find_bit() operations

2023-12-16 Thread Yury Norov
On Mon, Dec 11, 2023 at 06:27:14PM -0800, Yury Norov wrote: > Add helpers around test_and_{set,clear}_bit() that allow to search for > clear or set bits and flip them atomically. > > The target patterns may look like this: > > for (idx = 0; idx < nbits; idx++) > if (test_and_c