Will Deacon a313f4c55d powerpc/signal32: Fix sigset_t conversion when copying to user
On PPC64, put_sigset_t converts a sigset_t to a compat_sigset_t
before copying it to userspace. There is a typo in the case that
we have 4 words to copy, meaning that we corrupt the compat_sigset_t.

It appears that _NSIG_WORDS can't be greater than 2 at the moment
so this code is probably always optimised away anyway.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-11-17 16:41:10 +11:00
..
2011-04-27 13:02:02 +10:00
2011-09-23 10:27:03 +10:00
2011-07-01 13:48:55 +10:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-11-08 14:51:46 +11:00