Le 29/01/2020 à 17:12, Laurent Vivier a écrit :
> Le 28/01/2020 à 10:26, Peter Maydell a écrit :
>> On Thu, 16 Jan 2020 at 11:58, Matus Kysel wrote:
>>>
>>> Used same style to handle another glibc reserved signal SIGSETXID (33),
>>> that is used by glibc NPTL setuid/setgid functions. This should f
Le 28/01/2020 à 10:26, Peter Maydell a écrit :
> On Thu, 16 Jan 2020 at 11:58, Matus Kysel wrote:
>>
>> Used same style to handle another glibc reserved signal SIGSETXID (33),
>> that is used by glibc NPTL setuid/setgid functions. This should fix problems
>> with application using those functions
Le 28/01/2020 à 13:45, Peter Maydell a écrit :
> On Tue, 28 Jan 2020 at 12:33, Taylor Simpson wrote:
>>
>> I proposed a similar patch guarded by #ifdef TARGET_HEXAGON. I understand
>> we don't want to break things that are working, and we don't want to open
>> the door for a bunch of #ifdef's h
On Tue, 28 Jan 2020 at 12:33, Taylor Simpson wrote:
>
> I proposed a similar patch guarded by #ifdef TARGET_HEXAGON. I understand we
> don't want to break things that are working, and we don't want to open the
> door for a bunch of #ifdef's here. However, more than one scenario needs
> this c
Tuesday, January 28, 2020 3:27 AM
> To: Matus Kysel
> Cc: Riku Voipio ; open list:All patches CC here de...@nongnu.org>; Laurent Vivier
> Subject: Re: [PATCH] Handling SIGSETXID used by glibc NPTL setuid/setgid
>
>
On Thu, 16 Jan 2020 at 11:58, Matus Kysel wrote:
>
> Used same style to handle another glibc reserved signal SIGSETXID (33),
> that is used by glibc NPTL setuid/setgid functions. This should fix problems
> with application using those functions and failing with error
> "qemu:handle_cpu_signal rece
] Handling SIGSETXID used by glibc NPTL setuid/setgid
Used same style to handle another glibc reserved signal SIGSETXID (33), that is
used by glibc NPTL setuid/setgid functions. This should fix problems with
application using those functions and failing with error
"qemu:handle_cpu_s
Used same style to handle another glibc reserved signal SIGSETXID (33),
that is used by glibc NPTL setuid/setgid functions. This should fix problems
with application using those functions and failing with error
"qemu:handle_cpu_signal received signal outside vCPU context".
Signed-off-by: Matus Ky