Re: [PATCH 0/4] sys_indirect system call

From: Linus Torvalds
Date: Thu Nov 15 2007 - 17:34:50 EST




On Thu, 15 Nov 2007, Zach Brown wrote:
>
> I think we can use this to pass per-syscall syslet data to the
> scheduler.

Yes, I mentioned this to Ulrich as one of the things that would make
sense.

Uli doesn't care that much about async syscalls, but I think that from a
kernel standpoint, we'd want to use this same indirect call for async
scheduling, rather than have two separate interfaces (because async
scheduling will want to have all the same flags intefaces for
open/socket/etc *too* and a doubly-indirect setup would be insanity!)

And it definitely fits the bill as a really simple syslet model for the
trivial case of doing just single system calls asynchronously.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/