Hi,

I've researched it a little bit more and find out that the patches are
not applied in that kernel, only the entry points are there. The
actual code is not there.

A simple test that is published in that website throws ENOSYS
epoll_create: Function not implemented

/arch/i386/kernel/entry.S:     .long SYMBOL_NAME(sys_ni_syscall)     
 /* sys_epoll_create */
/arch/i386/kernel/entry.S:     .long SYMBOL_NAME(sys_ni_syscall)     
 /* sys_epoll_ctl 255 */
/arch/i386/kernel/entry.S:     .long SYMBOL_NAME(sys_ni_syscall)     
 /* sys_epoll_wait */


As u see sys_ni_syscall handle it ...

Thanks,
Kobi.


On Mon, 17 Jan 2005 22:42:56 +0200, Lior Kaplan <[EMAIL PROTECTED]> wrote:
> According the the epoll homepage it in the kernel since 30/10/2002.
> http://www.xmailserver.org/linux-patches/nio-improve.html
> 
> checking the Debian kernel-image changelog show the use of new upstream
> version on 30/11/2002 which got the package name of kernel-image-2.4.20.
> http://packages.debian.org/changelogs/pool/main/k/kernel-image-2.4.27-i386/kernel-image-2.4.27-i386_2.4.27-6/changelog
> 
> so the answer is yes...
> 
> Kobi Cohen-Arazi wrote:
> > Hi all,
> >
> > I'm using Debian Sarge with 2.4.27 kernel.
> > Is there any way to know whether that kernel is already patched with
> > the epoll patch ?
> >
> > Thanks in advance,
> > Kobi.
> > 
> > =================================================================
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
> >
> >
> 
> --
> 
> Regards,
> 
> Lior Kaplan
> [EMAIL PROTECTED]
> http://www.Guides.co.il
> 
> Debian GNU/Linux unstable (SID)
>

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to