Date: Mon, 12 Feb 2001 05:00:02 -0800 (PST) From: Stas Kisel <stask@tiger.unisquad.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Message-ID: <200102121300.f1CD02t73703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/24608; it has been noted by GNATS. From: Stas Kisel <stask@tiger.unisquad.com> To: freebsd-gnats-submit@FreeBSD.org Cc: myleal@spliceip.com.br Subject: Re: kern/24608: FreeBSD 4.2 Panics in Realtek rl driver Date: Mon, 12 Feb 2001 14:56:32 +0200 Oh, I'm really not in my best mood today... In previous post I again should say "kmem_malloc()" instead of "kern_malloc()". Once more: kmem_malloc() (vm/vm_kern.c) is referenced from m_mballoc() (kern/uipc_mbuf.c) and probably returns wrong value. 1. kmem_malloc() should work at splhigh. 2. kmem_malloc() should be called only from malloc() (kern/kern_malloc.c) Sorry for inconvenience. \bye Stas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102121300.f1CD02t73703>