From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754680AbcBHSoL (ORCPT ); Mon, 8 Feb 2016 13:44:11 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:49003 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753223AbcBHSoH (ORCPT ); Mon, 8 Feb 2016 13:44:07 -0500 From: James Hogan To: Ralf Baechle CC: , Christopher Ferris , James Hogan , Arnd Bergmann , "Petr Malat" , Tony Luck , Fenghua Yu , , , , Subject: [PATCH 0/3] MIPS: Fix exported asm/siginfo.h breakage Date: Mon, 8 Feb 2016 18:43:48 +0000 Message-ID: <1454957031-20138-1-git-send-email-james.hogan@imgtec.com> X-Mailer: git-send-email 2.4.10 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.110] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: Arnd Bergmann Cc: Petr Malat Cc: Tony Luck Cc: Fenghua Yu Cc: linux-mips@linux-mips.org Cc: linux-arch@vger.kernel.org Cc: linux-ia64@vger.kernel.org Cc: -- 2.4.10