Re: [PATCHv3 0/4] sys_indirect system call

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: H. Peter Anvin <hpa@...>
Cc: <linux-kernel@...>, <akpm@...>, <mingo@...>, <tglx@...>, <torvalds@...>
Date: Monday, November 19, 2007 - 11:28 pm

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

H. Peter Anvin wrote:

You assume that using sys_indirect will be the norm.  It won't.  We
mustn't design system calls deliberately wrong so that they require the
indirection.

Beside, if the number of syscalls which has to be handled this way grows
we can use something more efficient for large numbers of test than a
switch statement.  It could even be a word next to the system call table.

But I still don't see that the magic encoding is a valid solution, it
doesn't address the limited parameter number.  Plus, using sys_indirect
could in future be used to transport entire parameters (like a sigset_t)
along with other information, thereby saving individual copy operations.

I think the sys_indirect approach is the way forward.  I'll submit a
last version of the patch in a bit.

- --
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQFHQlRw2ijCOnn/RHQRApifAKDE1nZqRbm4cJxbhobBb7jCx1T00QCgiSa0
EXKjL2Gwu3atSLSD+Rb4yO4=
=6ZGt
-----END PGP SIGNATURE-----
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCHv3 0/4] sys_indirect system call, Ulrich Drepper, (Sat Nov 17, 1:31 am)
Re: [PATCHv3 0/4] sys_indirect system call, Eric Dumazet, (Mon Nov 19, 9:52 am)
Re: [PATCHv3 0/4] sys_indirect system call, Ulrich Drepper, (Mon Nov 19, 11:12 am)
Re: [PATCHv3 0/4] sys_indirect system call, Eric Dumazet, (Mon Nov 19, 11:43 am)
Re: [PATCHv3 0/4] sys_indirect system call, Ulrich Drepper, (Mon Nov 19, 11:48 am)
Re: [PATCHv3 0/4] sys_indirect system call, Eric Dumazet, (Mon Nov 19, 12:14 pm)
Re: [PATCHv3 0/4] sys_indirect system call, Ingo Molnar, (Mon Nov 19, 3:08 pm)
Re: [PATCHv3 0/4] sys_indirect system call, dean gaudet, (Tue Nov 20, 10:11 am)
Re: [PATCHv3 0/4] sys_indirect system call, Ulrich Drepper, (Tue Nov 20, 12:16 pm)
Re: [PATCHv3 0/4] sys_indirect system call, H. Peter Anvin, (Sun Nov 18, 3:44 am)
Re: [PATCHv3 0/4] sys_indirect system call, Ulrich Drepper, (Sun Nov 18, 5:36 am)
Re: [PATCHv3 0/4] sys_indirect system call, H. Peter Anvin, (Sun Nov 18, 3:37 pm)
Re: [PATCHv3 0/4] sys_indirect system call, Ulrich Drepper, (Mon Nov 19, 11:28 pm)
Re: [PATCHv3 0/4] sys_indirect system call, H. Peter Anvin, (Tue Nov 20, 12:27 am)