Bug#306517: #306517 epoll_ctl(2) description differs from implementation

2005-06-17 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Kerrisk wrote: > Joey, Mike, > > I will add a note under BUGS to the man page to point > out this bug in older kernels. That will appear in > man-pages-2.04. Great, thanks. Sorry for not checking more recent kernel versions. I tend not to

Bug#306517: #306517 epoll_ctl(2) description differs from implementation

2005-06-17 Thread Michael Kerrisk
> > Regarding this bug report: > > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306517 > > > > I believe that the manual page probably correctly documents the > > intended behaviour, but the implementation is wrong. In > > fs/eventpoll.c::sys_epoll_ctl(), I believe the following: > > > >

Bug#306517: #306517 epoll_ctl(2) description differs from implementation

2005-06-16 Thread Davide Libenzi
On Thu, 16 Jun 2005, Michael Kerrisk wrote: Regarding this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306517 I believe that the manual page probably correctly documents the intended behaviour, but the implementation is wrong. In fs/eventpoll.c::sys_epoll_ctl(), I believe the

Bug#306517: #306517 epoll_ctl(2) description differs from implementation

2005-06-16 Thread Michael Kerrisk
Regarding this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306517 I believe that the manual page probably correctly documents the intended behaviour, but the implementation is wrong. In fs/eventpoll.c::sys_epoll_ctl(), I believe the following: error = -EFAULT; if (EP_OP_