mbox series

[v2,0/2] tracing: Fix patches with goto out

Message ID 20241225222540.685602520@goodmis.org (mailing list archive)
Headers show
Series tracing: Fix patches with goto out | expand

Message

Steven Rostedt Dec. 25, 2024, 10:25 p.m. UTC
In my patch series:

  https://lore.kernel.org/linux-trace-kernel/20241219201158.193821672@goodmis.org/

Of switching over to the guard logic. I missed a removal of a goto out in
the osnoise, but fixed it in the stack trace patch.

Since the patches are supposed to be agnostic from each other, fix the
osnoise patch, and remove the fix from the stack trace patch.