On Tue, 4 Sep 2018, Thomas Gleixner wrote: > On Tue, 4 Sep 2018, Jiri Kosina wrote: > > +/** > > + * ___ptrace_may_access - variant of ptrace_may_access that can be used > > + * between two arbitrary tasks > > + * @curr: source task > > That's a pretty shitty name, really. If @curr is supposed to be an > arbitrary task, then please rename it in a way which makes that entirely > clear. curr is too close to current. Just grep for 'task_struct \*curr'.
Something like '*tracer' would make it entirely clear what's going on. Thanks, tglx