From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailapp01.imgtec.com ([195.59.15.196]:51805 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752661AbcEXIf0 (ORCPT ); Tue, 24 May 2016 04:35:26 -0400 From: James Hogan To: Ralf Baechle CC: James Hogan , Paul Burton , , Subject: [PATCH 0/2] MIPS: VDSO / microMIPS fixes Date: Tue, 24 May 2016 09:35:09 +0100 Message-ID: <1464078911-21468-1-git-send-email-james.hogan@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: These patches fix breakage on microMIPS kernels caused by commit ebb5e78cc634 ("MIPS: Initial implementation of a VDSO") in v4.4. The first patch drops stale microMIPS handling code when setting up sigreturn which was causing serious breakage. The second patch causes the VDSO to be built for microMIPS on microMIPS kernels, which should avoid breakage on microMIPS only cores. James Hogan (2): MIPS: Fix sigreturn via VDSO on microMIPS kernel MIPS: Build microMIPS VDSO for microMIPS kernels arch/mips/kernel/signal.c | 8 -------- arch/mips/vdso/Makefile | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) Cc: Ralf Baechle Cc: Paul Burton Cc: linux-mips@linux-mips.org Cc: -- 2.4.10