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:
5cfc35c
)
[SPARC64]: 8-byte align return value from compat_alloc_user_space()
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 23 Oct 2006 04:53:30 +0000
(21:53 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 23 Oct 2006 04:53:30 +0000
(21:53 -0700)
Otherwise we get a ton of unaligned exceptions, for cases such
as compat_sys_msgrcv() which go:
p = compat_alloc_user_space(second + sizeof(struct msgbuf));
and here 'second' can for example be an arbitrary odd value.
Based upon a bug report from Jurij Smakov.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found