On Tue, May 16, 2023 at 02:33:29PM -0700, Kees Cook wrote: > On Wed, May 10, 2023 at 11:17:17AM -0700, Paul E. McKenney wrote: > > Add the include/linux/atomic/atomic-arch-fallback.h file to the > > driver-api/basics.rst in order to provide documentation for the Linux > > kernel's atomic operations. > > > > Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx> > > Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> Thank you, Kees, I will apply on my next rebase. Given Mark's ongoing atomics rework, a later version of this patch is likely to remove ".. kernel-doc:: arch/x86/include/asm/atomic.h" from that same file. (One of the benefits of Mark's rework is that all the kernel-doc headers can be in the same file.) Unless you tell me otherwise, I will retain your Reviewed-by across that change. Thanx, Paul