Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932319AbdCIMQN (ORCPT ); Thu, 9 Mar 2017 07:16:13 -0500 Received: from mail-io0-f195.google.com ([209.85.223.195]:33336 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932122AbdCIMQL (ORCPT ); Thu, 9 Mar 2017 07:16:11 -0500 MIME-Version: 1.0 In-Reply-To: <20170309105655.GA29554@amd> References: <20170306163807.GA20689@amd> <20170307173821.yknj5htr7plgdwxv@treble> <20170307182855.262ezbon2pm67qfd@treble> <20170308173703.2h57rsltma3smbcm@treble> <20170308212253.GA29562@amd> <20170309105655.GA29554@amd> From: Geert Uytterhoeven Date: Thu, 9 Mar 2017 13:16:09 +0100 X-Google-Sender-Auth: RfaC9Km8f9_RYUpQ9yhm54lZJwY Message-ID: Subject: Re: v4.10: kernel stack frame pointer .. has bad value (null) To: Pavel Machek Cc: Linus Torvalds , Josh Poimboeuf , Andy Lutomirski , kernel list , Ingo Molnar , Andrew Lutomirski , Borislav Petkov , Brian Gerst , Denys Vlasenko , Peter Anvin , Peter Zijlstra , Thomas Gleixner Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1232 Lines: 32 Hi Pavel, On Thu, Mar 9, 2017 at 11:56 AM, Pavel Machek wrote: > On Thu 2017-03-09 10:38:46, Geert Uytterhoeven wrote: >> On Wed, Mar 8, 2017 at 10:22 PM, 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... >> >> I hope you do use ccache or distcc? > > I tried to use distcc before, but it was rather hard to maintain. No > ccache here. Hmm. I guess ccache really makes sense for bisect. Yes it does. So if you're not using it yet, do the below, today, not tomorrow. If your distro supports it, prepend /usr/lib/ccache/ to your $PATH. Create symlinks from the names of your favorite cross-compilers to /usr/bin/ccache, and make sure they are early in your $PATH. That's it! Enjoy! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds