Re: [PATCH 01/34] lib/find: add atomic find_bit() primitives
Bart Van Assche <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <91a32cd2-903a-43df-8067-510c6c431ec7__8167.64757489494$1700324628$gmane$org@acm.org> |
On 11/18/23 07:50, Yury Norov wrote:
> Add helpers around test_and_{set,clear}_bit() that allow to search for
> clear or set bits and flip them atomically.
Has it been considered to add kunit tests for the new functions?
Thanks,
Bart.