> From: Mattias Rönnblom [mailto:[email protected]] > Sent: Monday, 29 April 2024 11.52 > > Add functionality to test, set, clear, and assign the value to > individual bits in 32-bit or 64-bit words. > > These functions have no implications on memory ordering, atomicity and > does not use volatile and thus does not prevent any compiler > optimizations. > > RFC v3: > * Work around lack of C++ support for _Generic (Tyler Retzlaff). > * Fix ','-related checkpatch warnings. > > Signed-off-by: Mattias Rönnblom <[email protected]> > ---
For the series, Acked-by: Morten Brørup <[email protected]>

