git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e65a81
)
x86: sys32_kill and sys32_mprotect are pointless
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 24 Feb 2013 19:00:48 +0000
(14:00 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 04:00:33 +0000
(23:00 -0500)
their argument types are identical to those of sys_kill and sys_mprotect
resp., so we are not doing any kind of argument validation, etc. in those -
they turn into unconditional branches to corresponding syscalls.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found