[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080424164226.415cedeb@the-village.bc.nu>
Date: Thu, 24 Apr 2008 16:42:26 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: "Michael Kerrisk" <mtk.manpages@...il.com>
Cc: "David Miller" <davem@...emloft.net>,
torvalds@...ux-foundation.org, drepper@...hat.com,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
akpm@...ux-foundation.org
Subject: Re: [PATCH] alternative to sys_indirect, part 1
> But this approach fixes just one of the interfaces. There are 7 or 8
> other interfaces that need to solve the same problem. What about
> those?
Actually it seems to fix most of them. I accept Jakub's observation we
need a "paccept()" or similar.
> It strikes me to be cleanest to use the same solution for all of them
> -- i.e., new syscalls (seems simplest) or sys_indirect() -- including
> socket().
New syscalls make the interface more complex and harder to learn. They
make it harder to tweak applications neatly to use the new API if
present. They are not immediately obvious from knowling the existing API.
What we don't want to do is to end up with a thousand weird system calls
as Windows NT did where nobody can actually understand chunks of code
without looking calls up in books as they go.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists