Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758033AbZAONlS (ORCPT ); Thu, 15 Jan 2009 08:41:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759824AbZAONk4 (ORCPT ); Thu, 15 Jan 2009 08:40:56 -0500 Received: from thunk.org ([69.25.196.29]:50323 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760491AbZAONkz (ORCPT ); Thu, 15 Jan 2009 08:40:55 -0500 Date: Thu, 15 Jan 2009 08:40:47 -0500 From: Theodore Tso To: Jan Beulich Cc: Peter Zijlstra , ccache@lists.samba.org, Sam Ravnborg , linux-kernel@vger.kernel.org Subject: Re: [REGRESSION] Recent change to kernel spikes out ccache/distcc Message-ID: <20090115134047.GB30522@mit.edu> Mail-Followup-To: Theodore Tso , Jan Beulich , Peter Zijlstra , ccache@lists.samba.org, Sam Ravnborg , linux-kernel@vger.kernel.org References: <1231953379.14825.29.camel@laptop> <496F0BC2.76E4.0078.0@novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496F0BC2.76E4.0078.0@novell.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1376 Lines: 29 On Thu, Jan 15, 2009 at 09:11:14AM +0000, Jan Beulich wrote: > >>> Peter Zijlstra 14.01.09 18:16 >>> > >So what's the current status on this, could we get it reverted ASAP or > >add that CONFIG_ switch (default N)? > > > >Leaving the build system broken for so long just isn't cool. > > It is my understanding that Sam was looking at doing a partial revert first. > If that doesn't work out, doing the CONFIG_* thing would be pretty trivial > (I merged it into my local patch, and hence would simply have to extract it). I just have a local branch, "emergency-fixes" which just reverts commits ad7a953c and 9bb48247, which I pull in before doing full builds. You can also work around the bug by disabling CONFIG_MODVERSIONS; one of my build configurations has almost no modules at all but it still had CONFIG_MODVERSIONS disabled, so for my sniff tests build of mainline where I don't want to pull in the emergency-fixes branch, I've also dealt with the situation by disabling CONFIG_MODVERSIONS. These are both hacks, but they do work around the problem... - Ted -- 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/