From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756604Ab3ILULA (ORCPT ); Thu, 12 Sep 2013 16:11:00 -0400 Received: from mail-ea0-f176.google.com ([209.85.215.176]:59995 "EHLO mail-ea0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753403Ab3ILUK6 (ORCPT ); Thu, 12 Sep 2013 16:10:58 -0400 Date: Thu, 12 Sep 2013 22:10:54 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Linux Kernel Mailing List , Arnaldo Carvalho de Melo , Peter Zijlstra , Thomas Gleixner , Andrew Morton Subject: Re: [GIT PULL] perf fixes Message-ID: <20130912201054.GB32644@gmail.com> References: <20130912133855.GA23780@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Torvalds wrote: > On Thu, Sep 12, 2013 at 11:03 AM, Linus Torvalds > wrote: > > > > When I compiled "perf" at the same time as doing a big kernel compile, > > the kernel compile failed > > Oops. That may actually have been me being a bit *too* eager with a > "make allmodconfig" build. I can't reproduce it, and I'm starting to > suspect that I instead had two kernel compiles going, not one kernel > compile and a tools/perf/ compile. Btw., building perf in parallel to an ongoing kernel compile is something I do almost daily, and I never saw problems due to that. A perf build is not supposed to cause any side effect on the kernel build and vice versa. So in general it should just work. > "Yo Dawg, I heard you like kernel compiles, so I put a kernel compile > in your kernel compile so that you can compile the kernel while you > compile the kernel". Heh, accidental dual kernel builds within the same kernel tree is something I have a _lot_ of involuntary experience with, and I usually recognize the error message patterns straight away ;-) As a kernel hacker one learns useful skills all the time! Thanks, Ingo