On Fri, Nov 04, 2022 at 12:39:51AM +0530, Kumar Kartikeya Dwivedi wrote: > This is useful in particular to mark the pointer as volatile, so that > compiler treats each load and store to the field as a volatile access. > The alternative is having to define and use READ_ONCE and WRITE_ONCE in > the BPF program. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> Acked-by: David Vernet <void@xxxxxxxxxxxxx>