From owner-freebsd-current@FreeBSD.ORG Wed Sep 17 09:43:12 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 BBBCB16A4B3 for ; Wed, 17 Sep 2003 09:43:12 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C8F43FBD for ; Wed, 17 Sep 2003 09:43:12 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h8HGgx17025111 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 17 Sep 2003 09:43:03 -0700 (PDT) (envelope-from sam@errno.com) Date: Wed, 17 Sep 2003 09:42:59 -0700 From: Sam Leffler To: Wiktor Niesiobedzki Message-ID: <410714035.1063791779@melange.errno.com> In-Reply-To: <20030917140009.GQ1054@mail.evip.pl> References: <20030915204410.GK1054@mail.evip.pl> <253838380.1063634907@melange.errno.com> <323480099.1063704547@melange.errno.com> <20030917140009.GQ1054@mail.evip.pl> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: current@freebsd.org Subject: Re: HEADS UP/STATUS: network locking 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, 17 Sep 2003 16:43:12 -0000 > On Tue, Sep 16, 2003 at 09:29:07AM -0700, Sam Leffler wrote: >> >> Please send me your kernel config and tell me again exactly what fails. >> I will try to reproduce your problem. >> >> Sam > After your yesterday/today commits, I got panic while doing netstat -an. > On the kernel from about two days ago, with manually added patches, the > netstat command render system unusable (with netstat process in LOCK > state, or, in other cases - (swi8: tty:sio clock) process in LOCK state). You cannot mix+match the commits and the patches. You also, if I recall, were only applying some of the patches and not all of them. I'm not sure this can work. I haven't looked at the config you sent me; will try today. I think that unless you can track my changes through p4 it may be problematic using the patches. I'll see about updating the patches based on the current CVS. Sam