From owner-cvs-all@FreeBSD.ORG Wed Sep 21 09:09:27 2005 Return-Path: X-Original-To: cvs-all@freebsd.org 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 1754716A41F for ; Wed, 21 Sep 2005 09:09:27 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449A143D49 for ; Wed, 21 Sep 2005 09:09:25 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so47213nzd for ; Wed, 21 Sep 2005 02:09:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=QZGcm0kWYQmfcRmkM7PqAVjp1IHeBgWqJNEQzfUEdUXulSj+MhWT6JLA+rto7W16Q663V/yQO61A/z/vGW39ErXUIlFZwfZLerVbZSVPISZANPkFwYJ87BwY+Q6K9NCxQ4bPeHpLQG54KrmgH2nOXa+hvcDzkyMAV3yh8obmKR4= Received: by 10.36.250.16 with SMTP id x16mr4827108nzh; Wed, 21 Sep 2005 02:09:24 -0700 (PDT) Received: from michelle.rndsoft.co.kr ( [211.32.202.211]) by mx.gmail.com with ESMTP id 38sm8502746nzk.2005.09.21.02.09.22; Wed, 21 Sep 2005 02:09:24 -0700 (PDT) Received: from michelle.rndsoft.co.kr (localhost.rndsoft.co.kr [127.0.0.1]) by michelle.rndsoft.co.kr (8.13.1/8.13.1) with ESMTP id j8L99XUr008123 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Sep 2005 18:09:33 +0900 (KST) (envelope-from yongari@gmail.com) Received: (from yongari@localhost) by michelle.rndsoft.co.kr (8.13.1/8.13.1/Submit) id j8L99WVS008122; Wed, 21 Sep 2005 18:09:32 +0900 (KST) (envelope-from yongari@gmail.com) Date: Wed, 21 Sep 2005 18:09:32 +0900 From: Pyun YongHyeon To: Alexander Leidinger Message-ID: <20050921090932.GC6433@rndsoft.co.kr> References: <200509210244.j8L2iABM006451@repoman.freebsd.org> <20050921103511.d0p58tbiwwco8s8s@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050921103511.d0p58tbiwwco8s8s@netchild.homeip.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Pyun YongHyeon Subject: Re: cvs commit: src/sys/dev/sound/pcm sndstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 09:09:27 -0000 On Wed, Sep 21, 2005 at 10:35:11AM +0200, Alexander Leidinger wrote: > Pyun YongHyeon wrote: > > >yongari 2005-09-21 02:44:10 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/dev/sound/pcm sndstat.c > > Log: > > MFC rev. 1.21 to RELENG_6: fix module unloading panic > > AFAIK we haven't backported the other (generic) unload fixes, so I fail to > see an immediate benefit for RELENG_6... > As you said the commit is not enough to fix (generic) unload panic. But I think it will fix an unload panic when vchan is not used at all. If vchan is involved in the panic we need more complete patch in HEAD. -- Regards, Pyun YongHyeon