Re: [RFC] dynamic syscalls revisited

From: H. Peter Anvin
Date: Mon Dec 06 2004 - 16:16:23 EST


Followup to: <Pine.LNX.4.53.0411291740390.30846@xxxxxxxxxxxxxxx>
By author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
In newsgroup: linux.dev.kernel
>
> I do not see how dsyscalls could be better than static ones, so they are
> one-on-one. Maybe someone could elaborate why they are "a really bad idea"?
>

Because we already have a name resolution mechanism in the kernel,
called the filesystem? We also have a mechanism for ad hoc system
calls, it's called ioctl().

And before you go "but ioctl() sucks": dynamic syscalls suck for
*exactly* the same reasons.

-hpa
-
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/