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: Principles for API sources


On Fri, 6 Nov 2015, Rich Felker wrote:

> > * We should respect that other communities do have good processes for API 
> > review, in particular as regards Linux kernel syscalls added in the past 
> > few years, so that most of the design review for a new API has already 
> > been done if that API comes to us from an external source.
> 
> I disagree that this is the case; I think we should be actively
> pushing for a cross-implementation consensus based process to improve
> the situation here. In particular Linux has introduced a number of
> very buggy APIs due to subtle type errors that would have been caught
> by any proper review: things like sendmmsg/recvmmsg, x32 timespec,

I'm talking specifically about APIs added in the past few years (and 
specifically about APIs that went through the linux-api mailing list 
rather than being pushed through quietly without involving linux-api).  
(And in most case, I think the glibc interface doing something subtly 
different from the syscall would likely make things worse.)

-- 
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]