Re: [PATCH v10 02/14] unwind_user: Add frame pointer support

From: Indu Bhagat
Date: Mon Jun 23 2025 - 12:40:13 EST


On 6/18/25 8:09 AM, Steven Rostedt wrote:
On Wed, 18 Jun 2025 15:52:01 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

+the_end:
+ state->done = true;
return -EINVAL;
}

I'm thinking 'the_end' might be better named 'done' ?

I thought it was cute ;-) (BTW, I didn't name it).

But sure, I can update it to be something more common.


Also, CFA here is Call-Frame-Address and RA Return-Address ?

I believe so. Do you want me to add a comment?


If a comment is added, Canonical Frame Address will be more appropriate.