On Tue, Jun 10, 2025 at 08:54:22PM -0400, Steven Rostedt wrote: > + state->ip = instruction_pointer(regs); > + state->sp = user_stack_pointer(regs); > + state->fp = frame_pointer(regs);
That user_ thing sticks out like a sore thumb. I realize this is pre-existing naming, but urgh..
