Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932605AbdCIPaR (ORCPT ); Thu, 9 Mar 2017 10:30:17 -0500 Received: from merlin.infradead.org ([205.233.59.134]:57840 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754526AbdCIPaM (ORCPT ); Thu, 9 Mar 2017 10:30:12 -0500 Date: Thu, 9 Mar 2017 16:29:10 +0100 From: Peter Zijlstra To: Pavel Machek Cc: Linus Torvalds , Josh Poimboeuf , Andy Lutomirski , kernel list , Ingo Molnar , Andrew Lutomirski , Borislav Petkov , Brian Gerst , Denys Vlasenko , Peter Anvin , Thomas Gleixner Subject: Re: v4.10: kernel stack frame pointer .. has bad value (null) Message-ID: <20170309152910.GD3343@twins.programming.kicks-ass.net> References: <20170302234514.3qcqdozibcltkdai@treble> <20170306163807.GA20689@amd> <20170307173821.yknj5htr7plgdwxv@treble> <20170307182855.262ezbon2pm67qfd@treble> <20170308173703.2h57rsltma3smbcm@treble> <20170308212253.GA29562@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170308212253.GA29562@amd> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 610 Lines: 15 On Wed, Mar 08, 2017 at 10:22:53PM +0100, Pavel Machek wrote: > > Well, I have fast CPUs, but most of the time they just compile > stuff. Especially bisect is compile-heavy. I suspect going back to > gcc-3.2 would bring me bigger advantages than CPU upgrade... > But note that 3.2 compiles a distinctly different kernel from something new and shiny. The kernel uses a lot of GCC features optimistically to generate different code. So if by some chance your error depends on one of the new features, bisecting with some ancient compiler will not work. And I cannot see that getting any better, only worse.