On Sun, Feb 04, 2024 at 02:17:36AM +0000, Al Viro wrote: > makes proc_pid_ns() safe from rcu pathwalk (put_pid_ns() > is still synchronous, but that's not a problem - it does > rcu-delay everything that needs to be) > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>