Re: [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space
From: Steven Rostedt
Date: Tue Jul 15 2025 - 14:10:33 EST
On Tue, 15 Jul 2025 14:06:50 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> Ah it is still used in the perf code:
Either way, what I'll do is to remove this special return value for this
series, and add it back in the perf series if needed.
This is one of the problems that arises when you take a series with
lots of changes and try to break it apart. You will always miss
something that isn't needed in one where a change was made for another
series.
Working on each one to make sure this all works, it starts to blend together :-p
-- Steve