]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] sparc64: Fix copy_sigingo_to_user32()
authorjurij@wooyd.org <jurij@wooyd.org>
Sat, 30 Apr 2005 01:04:37 +0000 (18:04 -0700)
committerGreg KH <gregkh@suse.de>
Thu, 12 May 2005 17:00:22 +0000 (10:00 -0700)
commitf94f30de06786fbe86b9f2d03de346a5273a7ed4
tree755e50c18b37118cb8e83e4ea0e71c3631fab5c6
parent12ca665cce7f63eac7064a7aabd71afe53b70be7
[PATCH] sparc64: Fix copy_sigingo_to_user32()

Because this routine was not filling in the siginfo
values for si_band and si_fd, this broke applications
trying to actually get at this data.

This makes the sparc64 code in line with PowerPC64's
implementation, which already gets it right.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc64/kernel/signal32.c