Re: [PATCH] random - add async I/O support

2008-01-21 Thread Jeff Dike
On Mon, Jan 21, 2008 at 12:43:25PM -0600, Matt Mackall wrote: > This conflicts just about everywhere with my latest code, but I'll fix > that up. Great, thanks. Jeff -- Work email - jdike at linux dot intel dot com -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] random - add async I/O support

2008-01-21 Thread Matt Mackall
On Mon, 2008-01-21 at 13:18 -0500, Jeff Dike wrote: > Add async notification support to /dev/random. This conflicts just about everywhere with my latest code, but I'll fix that up. -- Mathematics is the supreme nostalgia of our time. -- To unsubscribe from this list: send the line

[PATCH] random - add async I/O support

2008-01-21 Thread Jeff Dike
Add async notification support to /dev/random. A little test case is below. Without this patch, you get: $ ./async-random Drained the pool Found more randomness With it, you get: $ ./async-random Drained the pool SIGIO Found more randomness #include #include #include #include #include

[PATCH] random - add async I/O support

2008-01-21 Thread Jeff Dike
Add async notification support to /dev/random. A little test case is below. Without this patch, you get: $ ./async-random Drained the pool Found more randomness With it, you get: $ ./async-random Drained the pool SIGIO Found more randomness #include stdio.h #include stdlib.h #include

Re: [PATCH] random - add async I/O support

2008-01-21 Thread Matt Mackall
On Mon, 2008-01-21 at 13:18 -0500, Jeff Dike wrote: Add async notification support to /dev/random. This conflicts just about everywhere with my latest code, but I'll fix that up. -- Mathematics is the supreme nostalgia of our time. -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] random - add async I/O support

2008-01-21 Thread Jeff Dike
On Mon, Jan 21, 2008 at 12:43:25PM -0600, Matt Mackall wrote: This conflicts just about everywhere with my latest code, but I'll fix that up. Great, thanks. Jeff -- Work email - jdike at linux dot intel dot com -- To unsubscribe from this list: send the line unsubscribe