From owner-cvs-src@FreeBSD.ORG Sun Aug 21 20:34:24 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C394016A41F for ; Sun, 21 Aug 2005 20:34:24 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DCAA43D53 for ; Sun, 21 Aug 2005 20:34:23 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so835666rne for ; Sun, 21 Aug 2005 13:34:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NrYNRs+B9nLLDSh8FSY0H3P3rwvpStU0NgZakAzApaVgLE6mFGzN9qYjE5FliE/mulo86DZ+nAlOaMzn3St9bY8UBuAtsV6u9KklJHDdPIc+CGLWIYjVXXuDf1eG9iQZcCZpCbPgFpmsqzddnhXxHqsXh33iJYBrpzZgsJXwdTA= Received: by 10.38.92.76 with SMTP id p76mr463958rnb; Sun, 21 Aug 2005 13:34:22 -0700 (PDT) Received: by 10.38.208.5 with HTTP; Sun, 21 Aug 2005 13:34:22 -0700 (PDT) Message-ID: Date: Sun, 21 Aug 2005 13:34:22 -0700 From: Maksim Yevmenkin To: Pawel Jakub Dawidek In-Reply-To: <200508211916.j7LJGR72062875@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508211916.j7LJGR72062875@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 20:34:24 -0000 Pawel, first, let me thank you for looking into the problem. i just want to ask you a couple of questions. did you manage to reproduce the problem? does your patch fix it? i would like to see the code path that triggers this panic. in the future, i would really appreciate if you submit your patches for review before committing them. thanks, max On 8/21/05, Pawel Jakub Dawidek wrote: > pjd 2005-08-21 19:16:27 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c > Log: > Stop callout before freeing memory, so it won't panic from softclock. >=20 > Reported by: Jonatan B > MFC after: 3 days >=20 > Revision Changes Path > 1.11 +4 -0 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c >