On Thu, Oct 10, 2024 at 01:56:41PM GMT, Andrii Nakryiko wrote: > From: Suren Baghdasaryan <[email protected]> > > Add helper functions to speculatively perform operations without > read-locking mmap_lock, expecting that mmap_lock will not be > write-locked and mm is not modified from under us. > > Suggested-by: Peter Zijlstra <[email protected]> > Signed-off-by: Suren Baghdasaryan <[email protected]> > Signed-off-by: Andrii Nakryiko <[email protected]> > Link: https://lore.kernel.org/bpf/[email protected]
Looks good to me. mmap_lock_speculation_* functions could use kerneldoc but that can be added later. Reviewed-by: Shakeel Butt <[email protected]>
