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: [RFC PATCH glibc v2] pthread_setspecific: Provide signal-safety across keys


* Carlos O'Donell:

> On 10/17/2017 04:24 PM, Mathieu Desnoyers wrote:
>> The intent here is to provide signal-safety against callers to
>> pthread_{get/set}specific that work on different pthread keys,
>> without hurting performance of the normal use-cases that do not
>> care about signal-safety.
>
> ...
>
> I just wanted to note 2 things before we go any further:
>
> (1) We should be able to accept your patch even though you don't
>     have a copyright assignment (that I can see) with the FSF.
>     The reason for this is that the patch is small and is a limited
>     number of lines.

A complete patch will likely be over the threshold, though.  And the
assignment is by no means a guarantee we will accept the patch, of
course.


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