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:
8a03d9a
)
[MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code.
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Wed, 14 Feb 2007 05:41:01 +0000
(14:41 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 18 Feb 2007 21:31:33 +0000
(21:31 +0000)
access_ok in compat-signal.h is wrong (checking destination instead of
source) and redundant (already checked before calling this function).
Also sf_mask in struct sigframe32 should be compat_sigset_t type.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found