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 0/8] nptl: Fix Race conditions in pthread cancellation (BZ#12683)



On 26-06-2015 18:08, Joseph Myers wrote:
> Are any of the patches in this set intended as separate commits, or are 
> they just posted separately for convenience of review?  (Bisectability 
> means it's a bad idea to have a commit that breaks builds for an 
> architecture and then a separate commit that fixes them.)
> 

I see it more logically to divide this implementation for each
port instead of pack everything in a large patch, although I am
not against to push it in only one part.

Also, for arm/aarch64 it shows the minimum required changes to adequate
the port, which make review somewhat easier.

However as I stated the patchset as is only works for the mentioned
architectures and it break on the not supported ones.  My idea is
also only push the patchset when all architectures have been ported.


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