Cc: stable@xxxxxxxxxxxxxxx # 3.19+ Fixes: 5f9f41c474be ("MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6") Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxx> --- This is a user-visible message, so please backport. Maciej Index: linux-sfr-test/arch/mips/kernel/branch.c =================================================================== --- linux-sfr-test.orig/arch/mips/kernel/branch.c 2017-06-05 05:11:05.340498000 +0100 +++ linux-sfr-test/arch/mips/kernel/branch.c 2017-06-05 05:30:41.432034000 +0100 @@ -821,7 +821,7 @@ int __compute_return_epc_for_insn(struct force_sig(SIGILL, current); return -EFAULT; sigill_r2r6: - pr_info("%s: R2 branch but r2-to-r6 emulator is not preset - sending SIGILL.\n", + pr_info("%s: R2 branch but r2-to-r6 emulator is not present - sending SIGILL.\n", current->comm); force_sig(SIGILL, current); return -EFAULT;