From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49313 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbdGYTNZ (ORCPT ); Tue, 25 Jul 2017 15:13:25 -0400 Date: Tue, 25 Jul 2017 12:13:15 -0700 From: Greg KH To: "Maciej W. Rozycki" Cc: stable@vger.kernel.org, Ralf Baechle , James Hogan Subject: Re: [PATCH 3.18] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn' Message-ID: <20170725191315.GA21463@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jul 25, 2017 at 08:07:13PM +0100, Maciej W. Rozycki wrote: > Fix commit e50c0a8fa60d ("Support the MIPS32 / MIPS64 DSP ASE.") and > send SIGILL rather than SIGBUS whenever an unimplemented BPOSGE32 DSP > ASE instruction has been encountered in `__compute_return_epc_for_insn' > as our Reserved Instruction exception handler would in response to an > attempt to actually execute the instruction. Sending SIGBUS only makes > sense for the unaligned PC case, since moved to `__compute_return_epc'. > Adjust function documentation accordingly, correct formatting and use > `pr_info' rather than `printk' as the other exit path already does. > > Cc: stable@vger.kernel.org # 2.6.14+ > Fixes: e50c0a8fa60d ("Support the MIPS32 / MIPS64 DSP ASE.") > Signed-off-by: Maciej W. Rozycki > --- > Hi, > > This is a (mechanically regenerated) version of commit 7b82c1058ac1 for > 3.18-stable and before. No functional changes. Please apply. Thanks, now queued up. greg k-h