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: Linux kernel version support policy


On Wed, 29 Jan 2014, Torvald Riegel wrote:

> On Tue, 2014-01-28 at 02:15 +0000, Joseph S. Myers wrote:
> > __ASSUME_FUTEX_LOCK_PI, __ASSUME_PRIVATE_FUTEX, 
> > __ASSUME_FUTEX_CLOCK_REALTIME, __ASSUME_REQUEUE_PI, 
> 
> Being able to assume these would simplify the lock/condvar/semaphore
> implementations somewhat.

I don't know if we'll be able to assume those for all architectures.  At 
least __ASSUME_FUTEX_LOCK_PI is covered by Aurelien's bug 9894, indicating 
that at least as of the patches there it wasn't supported by all 
architectures, and I don't know if __ASSUME_REQUEUE_PI has the same 
requirements but based on 
ports/sysdeps/unix/sysv/linux/m68k/kernel-features.h I assume it does.

-- 
Joseph S. Myers
joseph@codesourcery.com


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