Re: [PATCH] Update to libaio?

2008-01-09 Thread Rusty Russell
On Wednesday 09 January 2008 08:51:28 Jeff Moyer wrote: > I did, thank you. The remaining failures were in the ENOSPC test. > For some reason, the filler filled 1024 bytes too much of the file > system. Did this test succeed for you? Sorry, just got around to checking. I assume you're talking a

[PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
I recently tried to use libaio (0.3.106), and discovered it didn't have eventfd support. Or preadv/pwritev support. And the testsuite didn't compile. Or work. Anyway, it's shipped by the distros, so I figure it's worth patching. I'm cc'ing Ben in the hope he's still maintaining it. If not I'll

Re: [PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
On Tuesday 08 January 2008 08:25:07 Jeff Moyer wrote: > Rusty Russell <[EMAIL PROTECTED]> writes: > > I recently tried to use libaio (0.3.106), and discovered it didn't have > > eventfd support. Or preadv/pwritev support. And the testsuite didn't > > co

Re: [PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
On Wednesday 09 January 2008 06:23:22 Zach Brown wrote: > Sarah Sharp wrote: > > I think the Debian package maintainer should also be involved in this. > > > > I would love to see preadv and pwritev go into libaio, as they will be > > useful for userspace USB driver developers to interface with usb

Re: [PATCH] Update to libaio?

2008-01-08 Thread Rusty Russell
ttached for your convenience... Rusty. An AIO read or write should return -EINVAL if the offset is negative. This check matches the one in pread and pwrite. This was found by the libaio test suite. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> --- fs/aio.c |4 1 file change

[PATCH] Update to libaio?

2008-01-03 Thread Rusty Russell
I recently tried to use libaio (0.3.106), and discovered it didn't have eventfd support. Or preadv/pwritev support. And the testsuite didn't compile. Or work. Anyway, it's shipped by the distros, so I figure it's worth patching. I'm cc'ing Ben in the hope he's still maintaining it. If not I'll