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 <r...@linux-mips.org> Cc: Arnd Bergmann <a...@arndb.de> Cc: Petr Malat <o...@malat.biz> Cc: Tony Luck <tony.l...@intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: linux-m...@linux-mips.org Cc: linux-a...@vger.kernel.org Cc: linux-i...@vger.kernel.org Cc: <sta...@vger.kernel.org> -- 2.4.10