Re: Suggestion: LKM should be able to add system call for itself

From: Jinkai Gao
Date: Mon Jul 07 2008 - 08:12:20 EST


On Mon, Jul 7, 2008 at 3:01 AM, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
> On Mon, 7 Jul 2008 01:09:30 -0400
> "Jinkai Gao" <mickeygjk@xxxxxxxxx> wrote:
>
>> Above is to demonstrate that LKM is extension to kernel, and the
>> system calls should be able to extend as long as the kernel is
>> extending. So The LKM should be able to define its own user interface
>> by adding new system call for itself.
>
> Since we promise a stable ABI to userspace, this is a bit of a problem.
>
> But... look today, we already have various system calls implemented by
> modules. (example: sys_nfsservctl)
> but to make it fully dynamic? Not a good idea... nobody would be able
> to program to it.

Why? Using the interface we provide to add and delete system call (the
module can only unregister the system calls registered by itself), all
the existing system calls will be the same. It is just you can have
more system calls then you need, That shouldn't be a problem.
--
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/