From owner-freebsd-current Mon Jan 6 19:32:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA25048 for current-outgoing; Mon, 6 Jan 1997 19:32:54 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA25041 for ; Mon, 6 Jan 1997 19:32:50 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id UAA13776; Mon, 6 Jan 1997 20:23:08 -0700 From: Terry Lambert Message-Id: <199701070323.UAA13776@phaeton.artisoft.com> Subject: Re: 2.2-BETA comments To: regnauld@tetard.glou.eu.org (Philippe Regnauld) Date: Mon, 6 Jan 1997 20:23:07 -0700 (MST) Cc: freebsd-current@FreeBSD.ORG In-Reply-To: from "Philippe Regnauld" at Jan 5, 97 12:19:58 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Ok, you have to be root and so, but I wonder if there's anyway to detect > conflicting symbols for existing LKM's. Yes. Keep them in kernel data space and compare them when you load the modules in with your kernel-based LKM relocator, neither of which you have one of. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.