This is a note to let you know that I've just added the patch titled
MIPS: math-emu: Fix instruction decoding.
to the 3.16-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
mips-math-emu-fix-instruction-decoding.patch
and it can be found in the queue-3.16 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From c3b9b945e02e011c63522761e91133ea43eb6939 Mon Sep 17 00:00:00 2001
From: Rob Kendrick <[email protected]>
Date: Wed, 23 Jul 2014 10:03:58 +0100
Subject: MIPS: math-emu: Fix instruction decoding.
From: Rob Kendrick <[email protected]>
commit c3b9b945e02e011c63522761e91133ea43eb6939 upstream.
Tested-by: Aurelien Jarno <[email protected]>
Reviewed-by: Aurelien Jarno <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
Cc: Markos Chandras <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/mips/math-emu/cp1emu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -1827,7 +1827,7 @@ dcopuop:
case -1:
if (cpu_has_mips_4_5_r)
- cbit = fpucondbit[MIPSInst_RT(ir) >> 2];
+ cbit = fpucondbit[MIPSInst_FD(ir) >> 2];
else
cbit = FPU_CSR_COND;
if (rv.w)
Patches currently in stable-queue which might be from
[email protected] are
queue-3.16/mips-math-emu-fix-instruction-decoding.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html