[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1454957031-20138-1-git-send-email-james.hogan@imgtec.com>
Date: Mon, 8 Feb 2016 18:43:48 +0000
From: James Hogan <james.hogan@...tec.com>
To: Ralf Baechle <ralf@...ux-mips.org>
CC: <linux-kernel@...r.kernel.org>,
Christopher Ferris <cferris@...gle.com>,
James Hogan <james.hogan@...tec.com>,
Arnd Bergmann <arnd@...db.de>, "Petr Malat" <oss@...at.biz>,
Tony Luck <tony.luck@...el.com>,
Fenghua Yu <fenghua.yu@...el.com>, <linux-mips@...ux-mips.org>,
<linux-arch@...r.kernel.org>, <linux-ia64@...r.kernel.org>,
<stable@...r.kernel.org>
Subject: [PATCH 0/3] MIPS: Fix exported asm/siginfo.h breakage
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@...ux-mips.org>
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Petr Malat <oss@...at.biz>
Cc: Tony Luck <tony.luck@...el.com>
Cc: Fenghua Yu <fenghua.yu@...el.com>
Cc: linux-mips@...ux-mips.org
Cc: linux-arch@...r.kernel.org
Cc: linux-ia64@...r.kernel.org
Cc: <stable@...r.kernel.org>
--
2.4.10
Powered by blists - more mailing lists