[PATCH 0/3] MIPS: Fix exported asm/siginfo.h breakage

From: James Hogan
Date: Mon Feb 08 2016 - 13:45:44 EST


These patches fix some issues with the asm/siginfo.h that MIPS exports
in its headers. Primarily the include of another uapi/ header since
v4.0 (patches 2 & 3), and also the continued use of non-strict posix
types since they were removed from the generic siginfo.h (patch 1).

James Hogan (3):
MIPS: Fix siginfo.h to use strict posix types
signal: Move generic copy_siginfo() to signal.h
MIPS: Fix uapi include in exported asm/siginfo.h

arch/mips/include/uapi/asm/siginfo.h | 22 ++++++++++------------
include/asm-generic/siginfo.h | 15 ---------------
include/linux/signal.h | 15 +++++++++++++++
3 files changed, 25 insertions(+), 27 deletions(-)

Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Cc: Petr Malat <oss@xxxxxxxxx>
Cc: Tony Luck <tony.luck@xxxxxxxxx>
Cc: Fenghua Yu <fenghua.yu@xxxxxxxxx>
Cc: linux-mips@xxxxxxxxxxxxxx
Cc: linux-arch@xxxxxxxxxxxxxxx
Cc: linux-ia64@xxxxxxxxxxxxxxx
Cc: <stable@xxxxxxxxxxxxxxx>
--
2.4.10