[PATCH] sparc64: Fix copy_sigingo_to_user32()
authorJurij Smakov <jurij@wooyd.org>
Mon, 18 Apr 2005 01:03:12 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 01:03:12 +0000 (18:03 -0700)
commit9c7d3b3a6b6aaeded9d9e5c5111dbcc65b0b0f91
tree19b2c9e85dcab6df9250ba38df885d951c96e0a6
parentdadeafdfc8da8c27e5a68e0706b9856eaac89391
[PATCH] sparc64: Fix copy_sigingo_to_user32()

The compat routine to copy over this data structure was not
handling SI_POLL correctly, breaking various fcntl() variants
in compat tasks.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sparc64/kernel/signal32.c