Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-19 Thread Evgeniy Polyakov
On Tue, Dec 19, 2006 at 12:01:35AM -0800, Ulrich Drepper ([EMAIL PROTECTED]) wrote: > Evgeniy Polyakov wrote: > >What error messages do you see and what are kevent related config > >changes? > > ARCH=um > > #define CONFIG_KEVENT_USER_STAT 1 > #define CONFIG_KEVENT_PIPE 1 > #define CONFIG_KEVENT_

Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-19 Thread Ulrich Drepper
Evgeniy Polyakov wrote: What error messages do you see and what are kevent related config changes? ARCH=um #define CONFIG_KEVENT_USER_STAT 1 #define CONFIG_KEVENT_PIPE 1 #define CONFIG_KEVENT_POLL 1 #define CONFIG_KEVENT_TIMER 1 #define CONFIG_KEVENT 1 #define CONFIG_KEVENT_SIGNAL 1 #define CO

Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-18 Thread Evgeniy Polyakov
On Mon, Dec 18, 2006 at 10:21:34PM -0800, Ulrich Drepper ([EMAIL PROTECTED]) wrote: > Evgeniy Polyakov wrote: > >I've uploaded the latest changes to the homepage. > > Thanks. But could you now update the patch so that it can be compiled > with the current upstream kernel? At least has > prob

Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-18 Thread Ulrich Drepper
Evgeniy Polyakov wrote: I've uploaded the latest changes to the homepage. Thanks. But could you now update the patch so that it can be compiled with the current upstream kernel? At least has problems because of file->st accesses. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Moun

Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-18 Thread Evgeniy Polyakov
On Mon, Dec 18, 2006 at 07:47:21PM -0800, Ulrich Drepper ([EMAIL PROTECTED]) wrote: > It would help if one could actually get hold of the changes. > > Neither at home nor on my gmail account did I get them all. The gmane > also only has 5 of the 9 mails or so. Your archive only has sources >

Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-18 Thread Randy Dunlap
On Mon, 18 Dec 2006 19:47:21 -0800 Ulrich Drepper wrote: > It would help if one could actually get hold of the changes. > > Neither at home nor on my gmail account did I get them all. The gmane > also only has 5 of the 9 mails or so. Your archive only has sources > from a couple of versions b

Re: [take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-18 Thread Ulrich Drepper
It would help if one could actually get hold of the changes. Neither at home nor on my gmail account did I get them all. The gmane also only has 5 of the 9 mails or so. Your archive only has sources from a couple of versions back. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mounta

[take28-resend_2->0 0/8] kevent: Generic event handling mechanism.

2006-12-17 Thread Evgeniy Polyakov
Generic event handling mechanism. Kevent is a generic subsytem which allows to handle event notifications. It supports both level and edge triggered events. It is similar to poll/epoll in some cases, but it is more scalable, it is faster and allows to work with essentially eny kind of events. Ev