login
Header Space

 
 

Mailing list archives

Search results

Found 4 matching messages (0.065 seconds). Page 1 of 1.

Re: [PATCH v2] unify sys_pipe implementation

... way Unix traditionally does this, though. > > + */ > > +asmlinkage long sys_pipe(int __user *fildes) > > +{ > > + int fd[2]; > ... file descriptors leak if > copy_to_user fails? The MIPS implementation doesn't have this problem; it returns ...

linux-kernel - Ralf Baechle - May 5 2008 - 06:18

Re: [PATCH v2] unify sys_pipe implementation

... 01 PM, Ulrich Drepper wrote: [...] > /* > + * sys_pipe() is the normal C calling standard for ... way Unix traditionally does this, though. > + */ > +asmlinkage long sys_pipe(int __user *fildes) > +{ > + int fd[2]; > ...

linux-kernel - DM - May 5 2008 - 04:30

Re: [PATCH v2] unify sys_pipe implementation

... , Ulrich Drepper wrote: > [...] > > > /* > > + * sys_pipe() is the normal C calling standard ... traditionally does this, though. > > + */ > > +asmlinkage long sys_pipe(int __user *fildes) > > +{ > > + int fd[2] ...

linux-kernel - Michael Kerrisk - May 5 2008 - 05:15

Re: [PATCH v2] unify sys_pipe implementation

... just mark the generic version with __weak? That way, odd architectures can just continue to call their own versions "sys_pipe()", and we don't break them unnecessarily. Linus -- To unsubscribe from this list: send the line "unsubscribe linux ...

linux-kernel - Linus Torvalds - May 3 2008 - 14:40

speck-geostationary