Date: Sun, 11 Nov 2001 14:54:47 +0900 From: Takanori Saneto <sanewo@ba2.so-net.ne.jp> To: Dag-Erling Smorgrav <des@ofug.org> Cc: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Subject: Re: Linuxulator MFC and VMware Message-ID: <200111110554.fAB5slK11221@muse.sanewo.dyn.to> In-Reply-To: <xzpy9li7etq.fsf@flood.ping.uio.no> (Dag-Erling Smorgrav's message of "07 Nov 2001 16:58:41 %2B0100") References: <20011107234409.XACFC0A8274C.C78F0C8A@mail.biglobe.ne.jp> <xzp3d3q8vsj.fsf@flood.ping.uio.no> <xzpy9li7etq.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, folks, I applied DES's patch to CURRENT and see if my VMWare runs, but it caused panic. After investigation of kernel core, I found that DES's patch has problem when non-socket fd is passed to ioctl(SIOCGIFFLAGS). SIOCGIFFLAGS (linux_gifflags()) assumes that ifp is not NULL, but if type is not socket, ifp is left NULL. How should this be fixed? Regards, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111110554.fAB5slK11221>