From owner-cvs-all Wed Jul 25 12:28:28 2001 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 049AD37B403; Wed, 25 Jul 2001 12:28:23 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.31 #1) id 15PULO-0000Dn-00; Wed, 25 Jul 2001 21:29:18 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/libiconv Makefile In-reply-to: Your message of "Wed, 25 Jul 2001 12:21:06 MST." <200107251921.f6PJL6S60059@freefall.freebsd.org> Date: Wed, 25 Jul 2001 21:29:18 +0200 Message-ID: <854.996089358@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 25 Jul 2001 12:21:06 MST, Sheldon Hearn wrote: > Added files: > sys/modules/libiconv Makefile > Log: > Add build infrastructure for a libiconv loadable kernel module. > > This should allow the use of the smbfs module without the > requirement to rebuild the kernel with LIBICONV. I haven't connected this to the modules build because I can't test that it works. Sure, it loads fine, but I get a reproducible kernel mode page fault in the rl(4) interrupt handler when I actually try to use it. 1) Start with smbfs.ko, libiconv.ko, libmchain.ko neither loaded nor statically linked. 2) Configure an SMB mount as per normal (e.g. edit /etc/fstab and /usr/local/etc/nsmb.conf). 3) Try to mount the share (e.g. mount /smb/mydomain/mypeer). At this point, I get my trap. Of course, I can't get a crash dump, because the DDB panic command dies a horrible death as the kernel squeals about lockmgr locking against itself. If I could get feedback on this from both rl(4) users and users of other NIC drivers, I'd be ecstatic. On the other hand, a functional kernel debugger wouldn't hurt. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message