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. Regards, -- Alex