Re: [patch 02/12] syslets: add syslet.h include file, user API/ABI definitions

2007-03-01 Thread Ingo Molnar
* Kevin O'Connor <[EMAIL PROTECTED]> wrote: > I'd like to propose a simpler userspace API for syslets. I believe > this revised API is just as capable as yours (anything done purely in > kernel space with the existing API can also be done with this one). > > An "atom" would look like: > >

Re: [patch 02/12] syslets: add syslet.h include file, user API/ABI definitions

2007-03-01 Thread Ingo Molnar
* Kevin O'Connor [EMAIL PROTECTED] wrote: I'd like to propose a simpler userspace API for syslets. I believe this revised API is just as capable as yours (anything done purely in kernel space with the existing API can also be done with this one). An atom would look like: struct

Re: [patch 02/12] syslets: add syslet.h include file, user API/ABI definitions

2007-02-28 Thread Kevin O'Connor
On Wed, Feb 28, 2007 at 10:41:17PM +0100, Ingo Molnar wrote: > From: Ingo Molnar <[EMAIL PROTECTED]> > > add include/linux/syslet.h which contains the user-space API/ABI > declarations. Add the new header to include/linux/Kbuild as well. Hi Ingo, I'd like to propose a simpler userspace API for

[patch 02/12] syslets: add syslet.h include file, user API/ABI definitions

2007-02-28 Thread Ingo Molnar
From: Ingo Molnar <[EMAIL PROTECTED]> add include/linux/syslet.h which contains the user-space API/ABI declarations. Add the new header to include/linux/Kbuild as well. Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> Signed-off-by: Arjan van de Ven <[EMAIL PROTECTED]> --- include/linux/Kbuild

[patch 02/12] syslets: add syslet.h include file, user API/ABI definitions

2007-02-28 Thread Ingo Molnar
From: Ingo Molnar [EMAIL PROTECTED] add include/linux/syslet.h which contains the user-space API/ABI declarations. Add the new header to include/linux/Kbuild as well. Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Signed-off-by: Arjan van de Ven [EMAIL PROTECTED] --- include/linux/Kbuild |1

Re: [patch 02/12] syslets: add syslet.h include file, user API/ABI definitions

2007-02-28 Thread Kevin O'Connor
On Wed, Feb 28, 2007 at 10:41:17PM +0100, Ingo Molnar wrote: From: Ingo Molnar [EMAIL PROTECTED] add include/linux/syslet.h which contains the user-space API/ABI declarations. Add the new header to include/linux/Kbuild as well. Hi Ingo, I'd like to propose a simpler userspace API for