Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758860AbYBFU61 (ORCPT ); Wed, 6 Feb 2008 15:58:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755650AbYBFU6T (ORCPT ); Wed, 6 Feb 2008 15:58:19 -0500 Received: from pasmtpa.tele.dk ([80.160.77.114]:60585 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755300AbYBFU6S (ORCPT ); Wed, 6 Feb 2008 15:58:18 -0500 Date: Wed, 6 Feb 2008 21:58:23 +0100 From: Sam Ravnborg To: Geert Uytterhoeven Cc: linux-kbuild , LKML , Andrew Morton Subject: Re: [REVIEW for merge] kbuild updates including silence of section mismatch check Message-ID: <20080206205823.GB12043@uranus.ravnborg.org> References: <20080202203503.GA26415@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 27 On Tue, Feb 05, 2008 at 11:38:49AM +0100, Geert Uytterhoeven wrote: > On Sat, 2 Feb 2008, Sam Ravnborg wrote: > > The most visible change is that I have made all the section mismatch > > go away and in the end of the build modpost report the number > > of section mismatch warnings and how to see detail. > > > > The typical output is now: > > > > modpost: Found 35 section mismatch(es). > > To see full details build your kernel with: > > 'make CONFIG_DEBUG_SECTION_MISMATCH=y' > > Can we get a `warning' string literal in that message, so I notice it when > grepping for compiler warnings? > > ... Ah, there already exists a warn() routine, so let's use it. > > Subject: modpost: Use warn() for announcing section mismatches Fair enough. Applied. Sam -- 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/