lkml.org 
[lkml]   [2012]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH -mm v2 2/2] coredump: add a new elf note with siginfo of the signal
On Tue, Sep 18, 2012 at 6:41 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> But, somehow I forgot about compat tasks when we discussed this before.
>> Perhaps the code above should do
>>
>> if (is_compat_task())
>> copy_siginfo_to_user32(...);
>> else
>> copy_siginfo_to_user(...);
>>
>> ?
>
> compat_binfmt_elf.c will define a separate copy of this code via #include.
> So it just needs #define copy_siginfo_to_user copy_siginfo_to_user32 or
> something like that, as the various other types and functions are handled.

Sending a new version in a minute.


\
 
 \ /
  Last update: 2012-09-19 18:41    [W:0.050 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site