From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752084AbcEJInY (ORCPT ); Tue, 10 May 2016 04:43:24 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:57095 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751554AbcEJInU (ORCPT ); Tue, 10 May 2016 04:43:20 -0400 Date: Tue, 10 May 2016 09:43:15 +0100 From: Paul Burton To: Ralf Baechle CC: , "Maciej W. Rozycki" , , James Hogan Subject: Re: [PATCH 01/11] MIPS: math-emu: Fix BC1{EQ,NE}Z emulation Message-ID: <20160510084315.GA17928@NP-P-BURTON> References: <1461243895-30371-1-git-send-email-paul.burton@imgtec.com> <1461243895-30371-2-git-send-email-paul.burton@imgtec.com> <20160510080940.GD16402@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <20160510080940.GD16402@linux-mips.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [10.100.200.213] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 10, 2016 at 10:09:40AM +0200, Ralf Baechle wrote: > On Thu, Apr 21, 2016 at 02:04:45PM +0100, Paul Burton wrote: > > > The conditions for branching when emulating the BC1EQZ & BC1NEZ > > instructions were backwards, leading to each of those instructions being > > treated as the other. Fix this by reversing the conditions, and clear up > > the code a little for readability & checkpatch. > > > > Fixes: c909ca718e8f ("MIPS: math-emu: Emulate missing BC1{EQ,NE}Z instructions") > > Signed-off-by: Paul Burton > > Reviewed-by: James Hogan > > Patch ok - but you may want to take Markos off the cc list. Or iff he's > still interested, is there any new address for him to use instead? > > Ralf Hi Ralf, It's a case of automated tooling cc'ing people from relevant git history, without the knowledge that the email address is no longer valid. I'll see if I can get it to filter him out next time. Thanks, Paul