From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751324AbcEJIyS (ORCPT ); Tue, 10 May 2016 04:54:18 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:38428 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbcEJIyO (ORCPT ); Tue, 10 May 2016 04:54:14 -0400 Date: Tue, 10 May 2016 10:54:06 +0200 From: Ralf Baechle To: Paul Burton Cc: linux-mips@linux-mips.org, "Maciej W. Rozycki" , linux-kernel@vger.kernel.org, James Hogan Subject: Re: [PATCH 01/11] MIPS: math-emu: Fix BC1{EQ,NE}Z emulation Message-ID: <20160510085405.GE16402@linux-mips.org> 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> <20160510084315.GA17928@NP-P-BURTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160510084315.GA17928@NP-P-BURTON> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 10, 2016 at 09:43:15AM +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. I was guessing so - but hoping there was an updated address for him. Changing the email address in the commit messages of all pending patches is one of the easier tricks to do :) Ralf