From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailapp01.imgtec.com ([195.59.15.196]:63086 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751181AbdFEXUC (ORCPT ); Mon, 5 Jun 2017 19:20:02 -0400 Date: Tue, 6 Jun 2017 00:19:51 +0100 From: "Maciej W. Rozycki" To: Ralf Baechle CC: James Hogan , , Subject: [PATCH 8/9] MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: stable-owner@vger.kernel.org List-ID: Cc: stable@vger.kernel.org # 3.19+ Fixes: 5f9f41c474be ("MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6") Signed-off-by: Maciej W. Rozycki --- 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; From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:8394 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993879AbdFEXUGvFg9M (ORCPT ); Tue, 6 Jun 2017 01:20:06 +0200 Date: Tue, 6 Jun 2017 00:19:51 +0100 From: "Maciej W. Rozycki" Subject: [PATCH 8/9] MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Ralf Baechle Cc: James Hogan , linux-mips@linux-mips.org, stable@vger.kernel.org Message-ID: <20170605231951.bAD87HgI8T6EJ1veFuP7NiC8HgJDH2zkHO4VxcHRhGU@z> Cc: stable@vger.kernel.org # 3.19+ Fixes: 5f9f41c474be ("MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6") Signed-off-by: Maciej W. Rozycki --- 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;