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 <ralf@xxxxxxxxxxxxxx> Cc: Paul Burton <paul.burton@xxxxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx Cc: <stable@xxxxxxxxxxxxxxx> -- 2.4.10