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: 2.26 release blockers?


On Wednesday 05 July 2017 01:16 AM, Joseph Myers wrote:
> Adding new symbols to the ABI - anything involving architecture-specific 
> sysdeps changes - *is* affecting architecture testing.  In this case 

Oh yes, I acknowledge that.

> there's also the possibility of interactions with the thread types 
> headers, if there's anything in the architecture-specific headers that 
> works for pthreads but not for C11 threads.

>From a quick look at the changes, I couldn't find any changes in the
arch-specific sysdeps directories other than the abilist changes, i.e.
there are no architecture-specific headers.  Bugs in C11 should thus be
limited to C11 and not creep into nptl and definitely remain in the
generic scope.

So my argument is that a trivial addition of new symbols should have
minimal effect on architecture-specific testing given that there is no
other change.

Siddhesh


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