From owner-freebsd-current@FreeBSD.ORG Wed Jun 18 10:47:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C411337B401 for ; Wed, 18 Jun 2003 10:47:52 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 73E8743F3F for ; Wed, 18 Jun 2003 10:47:51 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 78446 invoked by uid 1000); 18 Jun 2003 17:47:48 -0000 To: Don Lewis References: <200306180320.h5I3KjM7053484@gw.catspoiler.org> From: Chris Shenton Date: 18 Jun 2003 13:47:48 -0400 In-Reply-To: <200306180320.h5I3KjM7053484@gw.catspoiler.org> Message-ID: <87k7bjmg57.fsf@PECTOPAH.shenton.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: current@FreeBSD.org Subject: Re: 5.1-CURRENT hangs on disk i/o? sysctl_old_user() non-sleepable locks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 17:47:53 -0000 Don Lewis writes: > Try the very untested patch below ... > RCS file: /home/ncvs/src/sys/kern/uipc_syscalls.c,v When I do the patch, how much of the OS do I need to rebuild, just do a "make install" in the ".../src/sys/kern" dir? Rebuild the OS from the top dir? Rebuild the kernel? I want to make sure I'm giving this a proper test. Thanks.