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:
37d6fa3
)
sparc64: Fix not SRA'ed %o5 in 32-bit traced syscall
author
Kirill Tkhai
<tkhai@yandex.ru>
Fri, 26 Jul 2013 13:21:12 +0000
(17:21 +0400)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Aug 2013 02:10:04 +0000
(19:10 -0700)
(From v1 to v2: changed comment)
On the way linux_sparc_syscall32->linux_syscall_trace32->goto 2f,
register %o5 doesn't clear its second 32-bit.
Fix that.
Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
CC: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found