Re: [take9 0/2] kevent: Generic event handling mechanism.

2006-08-16 Thread Zach Brown
> It is done by scripts using list of files generated by git-diff, but I > can reformat them to be in a way: Perhaps you should think about maintaining them as an explicit series of patches, say with quilt or mq, instead of as one repository that you try and cut up into separate patches. - z - T

Re: [take9 0/2] kevent: Generic event handling mechanism.

2006-08-16 Thread Evgeniy Polyakov
On Wed, Aug 16, 2006 at 02:26:31PM +0100, Christoph Hellwig ([EMAIL PROTECTED]) wrote: > On Mon, Aug 14, 2006 at 10:21:36AM +0400, Evgeniy Polyakov wrote: > > > > Generic event handling mechanism. > > Hi, I've just started looking into this, so some comments here first > on the submission proces

Re: [take9 0/2] kevent: Generic event handling mechanism.

2006-08-16 Thread Christoph Hellwig
On Mon, Aug 14, 2006 at 10:21:36AM +0400, Evgeniy Polyakov wrote: > > Generic event handling mechanism. Hi, I've just started looking into this, so some comments here first on the submission process: - could you send new revisions of the patches in a new thread so one can easily find them?

[take9 0/2] kevent: Generic event handling mechanism.

2006-08-13 Thread Evgeniy Polyakov
Generic event handling mechanism. Changes from 'take8' patchset: * fixed mmap release bug * use module_init() instead of late_initcall() * use better structures for timer notifications Changes from 'take7' patchset: * new mmap interface (not tested, waiting for other changes to be acked)