qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 02/23] linux-user/aarch64: Implement setup_sigtramp


From: Richard Henderson
Subject: Re: [PATCH v2 02/23] linux-user/aarch64: Implement setup_sigtramp
Date: Thu, 1 Jul 2021 12:27:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 6/29/21 6:36 AM, Peter Maydell wrote:
A little way up from here there's a comment:

     /* Reserve space for the return code.  On a real system this would
      * be within the VDSO.  So, despite the name this is not a "real"
      * record within the frame.
      */
     fr_ofs = layout.total_size;
     layout.total_size += sizeof(struct target_rt_frame_record);

That now needs updating, because we're no longer putting the return
code in that target_rt_frame_record.

Updated to

   /*
    * Reserve space for the standard frame unwind pair: fp, lr.
    * Despite the name this is not a "real" record within the frame.
    */


I think the 'struct target_rt_frame_record' now does correspond
to the kernel's 'struct frame_record', right?

Yes.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]