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

From: Steven Rostedt
Date: Wed Jun 18 2025 - 11:09:49 EST


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?

-- Steve