Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 23 Jan 2003 11:44:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 23 Jan 2003 11:44:54 -0500 Received: from pasmtp.tele.dk ([193.162.159.95]:30992 "EHLO pasmtp.tele.dk") by vger.kernel.org with ESMTP id ; Thu, 23 Jan 2003 11:44:53 -0500 Date: Thu, 23 Jan 2003 17:52:56 +0100 From: Sam Ravnborg To: Thomas Schlichter Cc: LKML , Rusty Russell Subject: Re: no version magic, tainting kernel. Message-ID: <20030123165256.GA1092@mars.ravnborg.org> Mail-Followup-To: Thomas Schlichter , LKML , Rusty Russell References: <200301231459.22789.schlicht@uni-mannheim.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301231459.22789.schlicht@uni-mannheim.de> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 23, 2003 at 02:59:22PM +0100, Thomas Schlichter wrote: > Hi, > > I have writen a small kernel module and it works perfectly, but currently (I > think it just begun with 2.5.59) I get the warning above when the module is > inserted. Now I am just interested what I have to change so this message > won't appear anymore... > > Thank you much! > > Thomas Schlichter > > P.S.: If my Makefile or source will help I'll give it to you... What command did you use to build your module? If you did no use: make -C path/to/kernel/src SUBDIRS=$PWD modules chances are big you did not compile the module correct. This requires the Makefile to look like any other kernel (kbuild) makefile. 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/