From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932593AbVLQPQf (ORCPT ); Sat, 17 Dec 2005 10:16:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932594AbVLQPQf (ORCPT ); Sat, 17 Dec 2005 10:16:35 -0500 Received: from khc.piap.pl ([195.187.100.11]:1028 "EHLO khc.piap.pl") by vger.kernel.org with ESMTP id S932593AbVLQPQf (ORCPT ); Sat, 17 Dec 2005 10:16:35 -0500 To: Rusty Russell Cc: Dave Jones , linux-kernel@vger.kernel.org Subject: Re: agpgart.ko can't be unloaded References: <1134783072.7402.2.camel@localhost.localdomain> From: Krzysztof Halasa Date: Sat, 17 Dec 2005 16:16:27 +0100 In-Reply-To: <1134783072.7402.2.camel@localhost.localdomain> (Rusty Russell's message of "Sat, 17 Dec 2005 12:31:12 +1100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Rusty Russell writes: > That can happen; "rmmod -w" will block until it's no longer used. Still > used, still waiting. > > Looks from these refcounts that intel_agp is being used. Who is holding > the refcount? That's another story - they have deadlocked wrt refcounts, that's why rmmod is waiting so hard. I'd expect the rmmod to be interruptible, though. Thanks for info. -- Krzysztof Halasa