From owner-freebsd-hackers Thu Mar 6 8:41:29 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FF737B401 for ; Thu, 6 Mar 2003 08:41:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4124B43F85 for ; Thu, 6 Mar 2003 08:41:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h26GfPA7038148; Thu, 6 Mar 2003 09:41:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 06 Mar 2003 09:41:04 -0700 (MST) Message-Id: <20030306.094104.08396502.imp@bsdimp.com> To: peterjeremy@optushome.com.au Cc: hackers@FreeBSD.ORG, smkelly@zombie.org Subject: Re: Smarter kernel modules? From: "M. Warner Losh" In-Reply-To: <20030306075225.GB93350@cirb503493.alcatel.com.au> References: <20030305.215901.36360277.imp@bsdimp.com> <20030306075225.GB93350@cirb503493.alcatel.com.au> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20030306075225.GB93350@cirb503493.alcatel.com.au> Peter Jeremy writes: : Disadvantages: : - Needs grunt-work to write the #defines : - Kernel symbols reported by nm(1) look strange (unless we patch : binutils to understand our versioning scheme). : - May present problems to '##' built symbols. History has shown that people suck at keeping such a complex scheme up to date. Also, it versions functions, but not datta structures. Data strucutre changes are the number 1 cause of ABI breakage we've had over the last 5 years. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message