Re: FIX ME message in osf_sys.c

2014-07-03 Thread Nick Krause
In that case I will sent a patch removing this FIXME line.
Cheers Nick

On Thu, Jul 3, 2014 at 2:15 PM, Richard Henderson  wrote:
> On 07/03/2014 10:21 AM, Nick Krause wrote:
>> There seems to be a Fix Me message on line 892 due to info.si_addr = NULL.
>> I am wondering what value I should declare this variable to instead of Null.
>> Cheers Nick
>>
>
> The closest thing to compatibility with SIGFPE raised through normal 
> arithmetic
> would be the address of the instruction after the callsys that lead to this
> system call.  Except that's not available without complicating the call to
> osf_setsysinfo, and it doesn't seem worth it.
>
>
> r~
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: FIX ME message in osf_sys.c

2014-07-03 Thread Richard Henderson
On 07/03/2014 10:21 AM, Nick Krause wrote:
> There seems to be a Fix Me message on line 892 due to info.si_addr = NULL.
> I am wondering what value I should declare this variable to instead of Null.
> Cheers Nick
> 

The closest thing to compatibility with SIGFPE raised through normal arithmetic
would be the address of the instruction after the callsys that lead to this
system call.  Except that's not available without complicating the call to
osf_setsysinfo, and it doesn't seem worth it.


r~
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


FIX ME message in osf_sys.c

2014-07-03 Thread Nick Krause
There seems to be a Fix Me message on line 892 due to info.si_addr = NULL.
I am wondering what value I should declare this variable to instead of Null.
Cheers Nick
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


FIX ME message in osf_sys.c

2014-07-03 Thread Nick Krause
There seems to be a Fix Me message on line 892 due to info.si_addr = NULL.
I am wondering what value I should declare this variable to instead of Null.
Cheers Nick
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: FIX ME message in osf_sys.c

2014-07-03 Thread Richard Henderson
On 07/03/2014 10:21 AM, Nick Krause wrote:
 There seems to be a Fix Me message on line 892 due to info.si_addr = NULL.
 I am wondering what value I should declare this variable to instead of Null.
 Cheers Nick
 

The closest thing to compatibility with SIGFPE raised through normal arithmetic
would be the address of the instruction after the callsys that lead to this
system call.  Except that's not available without complicating the call to
osf_setsysinfo, and it doesn't seem worth it.


r~
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: FIX ME message in osf_sys.c

2014-07-03 Thread Nick Krause
In that case I will sent a patch removing this FIXME line.
Cheers Nick

On Thu, Jul 3, 2014 at 2:15 PM, Richard Henderson r...@twiddle.net wrote:
 On 07/03/2014 10:21 AM, Nick Krause wrote:
 There seems to be a Fix Me message on line 892 due to info.si_addr = NULL.
 I am wondering what value I should declare this variable to instead of Null.
 Cheers Nick


 The closest thing to compatibility with SIGFPE raised through normal 
 arithmetic
 would be the address of the instruction after the callsys that lead to this
 system call.  Except that's not available without complicating the call to
 osf_setsysinfo, and it doesn't seem worth it.


 r~
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/