From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761481AbYDZTgh (ORCPT ); Sat, 26 Apr 2008 15:36:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759189AbYDZTg3 (ORCPT ); Sat, 26 Apr 2008 15:36:29 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:39262 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757185AbYDZTg2 (ORCPT ); Sat, 26 Apr 2008 15:36:28 -0400 Date: Sat, 26 Apr 2008 21:37:01 +0200 From: Sam Ravnborg To: Adrian Bunk Cc: Linus Torvalds , LKML , linux-kbuild Subject: Re: [GIT PULL] kbuild fixes Message-ID: <20080426193701.GA9131@uranus.ravnborg.org> References: <20080426191256.GA784@uranus.ravnborg.org> <20080426192037.GR2252@cs181133002.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080426192037.GR2252@cs181133002.pp.htv.fi> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 26, 2008 at 10:20:37PM +0300, Adrian Bunk wrote: > On Sat, Apr 26, 2008 at 09:12:56PM +0200, Sam Ravnborg wrote: > > Hi Linus. > > > > Please apply the following two fixes by pulling from: > > > > master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git > > > > > > The MODULE_LICENSE fix is neded to get an allmodconfig > > build fixed. > > Which one is this? > > http://lkml.org/lkml/2008/3/31/50 ? > (my allmod build is not yet finished) The changelog was actually bad for this one. I saw two classes of problems: 1) I got report about broken builds - fbdev was the culprint. 2) a "make CONFIG_DEBUG_SECTION_MISMATCH=y" build broke immediately. I made it non-fatal because we had at least one module that was not yet fixed. Sam