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: Sunday, November 18, 2007 - 5:36 am

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

H. Peter Anvin wrote:

This isn't really a generic solution.  The number of parameters is
limited to six.  There are syscalls with six parameters already.  There
are many more with five which could only handle one more parameter.

Also, is it really simpler?  You'd need to have another table which
contains the default number of parameters a system call takes so that
you can fill in the default value of zero.  This extra memory access has
to be performed for every system call.

I think it is unlikely that this approach is faster.  To the contrary,
I'd guess.

I don't have much invested into this but it seems the sys_indirect
approach is so much simpler.  Overhead is only paid if you really need
it which is rarely the case.  Plus, you might have heard Linus and Zack
talk about syslets again.  Starting syslets can be done using the same
interface, I guess.

- --
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFHQAez2ijCOnn/RHQRAjoHAJ4/Qq4ygaZ4uq6uCIVNq4hfN1m2pACgpJFi
Z/vBsGFpUc/EUz+VW66jEIY=
=B19x
-----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)