From owner-cvs-all Fri Jul 12 9:36: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FC937B400; Fri, 12 Jul 2002 09:35:55 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B0B43E3B; Fri, 12 Jul 2002 09:35:54 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g6CGZXwr014495; Fri, 12 Jul 2002 09:35:37 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200207121635.g6CGZXwr014495@gw.catspoiler.org> Date: Fri, 12 Jul 2002 09:35:33 -0700 (PDT) From: Don Lewis Subject: Re: cvs commit: src/sys/netinet udp_usrreq.c To: imp@bsdimp.com Cc: hsu@FreeBSD.org, truckman@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20020712.103011.56126329.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 12 Jul, M. Warner Losh wrote: > In message: <200207121628.g6CGS3wr014471@gw.catspoiler.org> > Don Lewis writes: > : On 12 Jul, M. Warner Losh wrote: > : > I can only assume that he didn't have enough: > : > > : > ../../../vm/uma_core.c:1332: could sleep with "inp" locked from ../../../netinet/tcp_usrreq.c:536 > : > > : > messages in his dmesg log. > : > : I checked in a fix for that violation last night. SYSCTL_OUT() can > : block, so calling it with a lock held will cause this error. This > : particular case was easy to fix by moving the call to SYSCTL_OUT() > : outside the locked region. > > :-) > > I was trying to make a small joke, but if you have fixed this > violation for real, I'll be very happy :-) Grab a copy of tcp_subr.c version 1.136. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message