Files
android_kernel_xiaomi_sm8450/arch/parisc/kernel
Carlos O'Donell Jr f6744bdd73 [PARISC] Compat signal fixes for 64-bit parisc
In copy_siginfo_from_user32:
Use compat_uptr_t. Use compat_ptr().

In copy_siginfo_to_user32:
Use compat_int_t. Use ptr_to_compat().

The sigevent_t structure has a 64-bit si_ptr field
that when copied to a 32-bit si_ptr will copy the wrong
word. For the compat copy use the si_int field instead.

Signed-off-by: Carlos O'Donell <carlos@systemhalted.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2007-02-17 01:22:00 -05:00
..
2007-02-17 01:00:25 -05:00
2005-04-16 15:20:36 -07:00
2006-12-08 00:34:34 -05:00
2005-04-16 15:20:36 -07:00
2007-02-17 01:11:41 -05:00
2005-04-16 15:20:36 -07:00
2006-10-05 01:48:17 +00:00
2006-10-05 01:48:18 +00:00
2007-02-17 00:51:46 -05:00