Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933359AbXIAXOo (ORCPT ); Sat, 1 Sep 2007 19:14:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757531AbXIAXOf (ORCPT ); Sat, 1 Sep 2007 19:14:35 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:58213 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757151AbXIAXOe (ORCPT ); Sat, 1 Sep 2007 19:14:34 -0400 Date: Sun, 2 Sep 2007 01:15:54 +0200 From: Sam Ravnborg To: Satyam Sharma Cc: Andrew Morton , Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: 2.6.23-rc4-mm1 "no CRC" MODPOST warnings Message-ID: <20070901231554.GA7318@uranus.ravnborg.org> References: <20070831215822.26e1432b.akpm@linux-foundation.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 X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1014 Lines: 26 On Sun, Sep 02, 2007 at 03:36:08AM +0530, Satyam Sharma wrote: > > > On Fri, 31 Aug 2007, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc4/2.6.23-rc4-mm1/ > > Got these on an i386 build with CONFIG_MODVERSIONS=y ... > > WARNING: "div64_64" [net/netfilter/xt_connbytes.ko] has no CRC! > WARNING: "div64_64" [net/ipv4/tcp_cubic.ko] has no CRC! As Adrian already commented it is fixed in kbuild.git. It happes bacause genksyms did not know __extension__ and error recovery in the parser were bad. I only managed to add support for __extension__ but the error receovery are not fixed :-( kbuild.git is not part of this -mm due to me fucking up the above fix. That is corrected now so it will be in next -mm. 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/