Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262609AbVDPLPZ (ORCPT ); Sat, 16 Apr 2005 07:15:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262651AbVDPLPY (ORCPT ); Sat, 16 Apr 2005 07:15:24 -0400 Received: from arnor.apana.org.au ([203.14.152.115]:58384 "EHLO arnor.apana.org.au") by vger.kernel.org with ESMTP id S262609AbVDPLPK (ORCPT ); Sat, 16 Apr 2005 07:15:10 -0400 Date: Sat, 16 Apr 2005 21:12:36 +1000 To: Thomas Graf Cc: Steven Rostedt , hadi@cyberus.ca, netdev , Tarhon-Onu Victor , kuznet@ms2.inr.ac.ru, devik@cdi.cz, linux-kernel@vger.kernel.org, Patrick McHardy , "David S. Miller" Subject: Re: ACPI/HT or Packet Scheduler BUG? Message-ID: <20050416111236.GA31550@gondor.apana.org.au> References: <1113601029.4294.80.camel@localhost.localdomain> <1113601446.17859.36.camel@localhost.localdomain> <1113602052.4294.89.camel@localhost.localdomain> <20050415225422.GF4114@postel.suug.ch> <20050416014906.GA3291@gondor.apana.org.au> <20050416110639.GI4114@postel.suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050416110639.GI4114@postel.suug.ch> User-Agent: Mutt/1.5.6+20040907i From: Herbert Xu Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 23 On Sat, Apr 16, 2005 at 01:06:39PM +0200, Thomas Graf wrote: > > qdisc_destroy can still be invoked without qdisc_tree_lock via the > deletion of a class when it calls qdisc_destroy to destroy its > leaf qdisc. Indeed. Fortuantely HTB seems to be safe as it calls sch_tree_lock which is another name for qdisc_tree_lock. CBQ on the other hand needs to have a little tweak. > I will look into this. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/