All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MIPS: Fix exported asm/siginfo.h breakage
@ 2016-02-08 18:43 ` James Hogan
  0 siblings, 0 replies; 10+ messages in thread
From: James Hogan @ 2016-02-08 18:43 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: linux-kernel, Christopher Ferris, James Hogan, Arnd Bergmann,
	Petr Malat, Tony Luck, Fenghua Yu, linux-mips, linux-arch,
	linux-ia64, stable

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@linux-mips.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Petr Malat <oss@malat.biz>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: linux-mips@linux-mips.org
Cc: linux-arch@vger.kernel.org
Cc: linux-ia64@vger.kernel.org
Cc: <stable@vger.kernel.org>
-- 
2.4.10

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-02-08 18:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 18:43 [PATCH 0/3] MIPS: Fix exported asm/siginfo.h breakage James Hogan
2016-02-08 18:43 ` James Hogan
2016-02-08 18:43 ` James Hogan
2016-02-08 18:43 ` [PATCH 1/3] MIPS: Fix siginfo.h to use strict posix types James Hogan
2016-02-08 18:43   ` James Hogan
2016-02-08 18:43 ` [PATCH 2/3] signal: Move generic copy_siginfo() to signal.h James Hogan
2016-02-08 18:43   ` James Hogan
2016-02-08 18:43   ` James Hogan
2016-02-08 18:43 ` [PATCH 3/3] MIPS: Fix uapi include in exported asm/siginfo.h James Hogan
2016-02-08 18:43   ` James Hogan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.