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

Steven Rostedt posted 2 patches 1 year, 1 month ago
[PATCH v2 0/2] tracing: Fix patches with goto out
Posted by Steven Rostedt 1 year, 1 month ago
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.