On Fri, Apr 03, 2020 at 04:23:42PM +0300, Alexander Shishkin wrote: > Lee Jones <lee.jones@xxxxxxxxxx> writes: > > > On Fri, 03 Apr 2020, Greg KH wrote: > > > >> > + /* > >> > + * Get the target context (task or percpu): > >> > + */ > >> > ctx = find_get_context(event->pmu, task, event); > >> > if (IS_ERR(ctx)) { > >> > err = PTR_ERR(ctx); > >> > >> Unless this is needed by a follow-on patch, I kind of doubt thsi is > >> needed in a stable kernel release :) > > > > I believe you once called this "debugging the comments", or > > similar. :) > > > > No problem though - happy to drop it from this and other sets. > > It's a precursor to dce5affb94eb54edfff17727a6240a6a5d998666, which I > think is a stable candidate. Ok, but that's not part of this patch series, so how was I supposed to know that? :)