Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752471AbbBXBLP (ORCPT ); Mon, 23 Feb 2015 20:11:15 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:49973 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751935AbbBXBLC (ORCPT ); Mon, 23 Feb 2015 20:11:02 -0500 Date: Tue, 24 Feb 2015 01:10:58 +0000 (GMT) From: "Maciej W. Rozycki" To: David Daney cc: linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org, Leonid Yegoshin , Markos Chandras , David Daney Subject: Re: [PATCH] Revert "MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction" In-Reply-To: <1424731974-27926-1-git-send-email-ddaney.cavm@gmail.com> Message-ID: References: <1424731974-27926-1-git-send-email-ddaney.cavm@gmail.com> User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1409 Lines: 40 On Mon, 23 Feb 2015, David Daney wrote: > From: David Daney > > This reverts commit 77f3ee59ee7cfe19e0ee48d9a990c7967fbfcbed. > > There are two problems: > > 1) It breaks OCTEON, which will now crash in early boot with: > > Kernel panic - not syncing: No TLB refill handler yet (CPU type: 80) > > 2) The logic is broken. > > The meaning of cpu_has_mips_r2_exec_hazard is that the EHB instruction > is required. The offending patch attempts (and fails) to change the > meaning to be that EHB is part of the ISA. > > Signed-off-by: David Daney > --- Code affected will have to be reconsidered including possibly older changes as well. Meanwhile, to revert the immediate regression, you have my: Reviewed-by: Maciej W. Rozycki Next time please try to use the imperative mood for the commit message though, as per Documentation/SubmittingPatches. Overall I think it makes sense to have a look back there every once in a while to avoid getting trapped in routine. Some breakage we fall into from time to time results from missing the guidelines set there, sigh. Maciej -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/