From owner-freebsd-bugs Thu Apr 9 22:10:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14704 for freebsd-bugs-outgoing; Thu, 9 Apr 1998 22:10:08 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14688; Thu, 9 Apr 1998 22:10:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 9 Apr 1998 22:10:01 -0700 (PDT) Message-Id: <199804100510.WAA14688@hub.freebsd.org> To: freebsd-bugs Cc: From: David Greenman Subject: Re: kern/6258: FreeBSD-2.2.6 VM lockup on kernel map due to brelse calling bfreekva(), dump lockup in getnewbuf() due to fragmented buffer_map Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6258; it has been noted by GNATS. From: David Greenman To: dillon@best.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/6258: FreeBSD-2.2.6 VM lockup on kernel map due to brelse calling bfreekva(), dump lockup in getnewbuf() due to fragmented buffer_map Date: Thu, 09 Apr 1998 22:04:25 -0700 > Since we can't put the bfreekva() back into brelse(), my solution > is to put code in getnewbuf(). If the vm_map_findspace() call > fails, my proposed code (the second set of changes below) wipes > the kvm mappings for all EMPTY bp's in an attempt to defragment it > then retries the vm_map_findspace() call. This is similar but different from the way it was fixed in -current. The fix from -current should be adopted for -stable. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message