This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 03/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)


On Fri, Apr 27, 2018 at 8:25 AM, Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
> On 27/04/2018 09:20, Zack Weinberg wrote:
>> On Mon, Feb 26, 2018 at 4:03 PM, Adhemerval Zanella
>> <adhemerval.zanella@linaro.org> wrote:
>>> This patches fixes some race conditions in NPTL cancellation code by
>>> redefining how cancellable syscalls are defined and handled.  Current
>>> approach is to enable asynchronous cancellation prior to making the syscall
>>> and restore the previous cancellation type once the syscall returns.
>>
>> Did these patches ever get reviewed/committed?  #12683 has been
>> festering for a long time...
>
> Thanks for bring this up. No, I haven't received any review so far about it.

Let's try to unjam this.  I will post reviews for patches 1, 2, 3, 4,
and 6 shortly.  Unfortunately, all of the other patches require review
by architecture experts; I don't know enough about the low-level ABI
details for anything other than plain x86-32 and -64.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]