Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 10 Jan 2003 05:14:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 10 Jan 2003 05:13:04 -0500 Received: from dp.samba.org ([66.70.73.150]:24260 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Fri, 10 Jan 2003 05:12:59 -0500 From: Rusty Russell To: Andre Hedrick Cc: rusty@rustcorp.com.au, linux-kernel@vger.kernel.org Subject: Re: Another idea for simplifying locking in kernel/module.c In-reply-to: Your message of "Fri, 10 Jan 2003 01:38:56 -0800." Date: Fri, 10 Jan 2003 21:15:24 +1100 Message-Id: <20030110102144.464272C0B7@lists.samba.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 801 Lines: 21 In message you write: > > I'll bite .... what the flip is [unsafe] ?? Use of obsolete (racy) module reference count interface. ie. someone's upping the reference count with __MOD_INC_USE_COUNT() or MOD_INC_USE_COUNT(), not "try_module_get()", so we can't tell them that the module is going away so they couldn't get a reference. Going through and fixing these up is generally fairly easy. Hope that clarifies, Rusty. -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - 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/