From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Mashak Subject: Re: [PATCH net 1/1] net sched actions: decrement module reference count after table flush. Date: Fri, 24 Feb 2017 17:10:33 -0500 Message-ID: <85a89bdyue.fsf@mojatatu.com> References: <1487952032-508-1-git-send-email-mrv@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain Cc: David Miller , Linux Kernel Network Developers , Jamal Hadi Salim To: Cong Wang Return-path: Received: from mail-io0-f196.google.com ([209.85.223.196]:33407 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751273AbdBXWKi (ORCPT ); Fri, 24 Feb 2017 17:10:38 -0500 Received: by mail-io0-f196.google.com with SMTP id d198so410569ioe.0 for ; Fri, 24 Feb 2017 14:10:37 -0800 (PST) In-Reply-To: (Cong Wang's message of "Fri, 24 Feb 2017 09:58:21 -0800") Sender: netdev-owner@vger.kernel.org List-ID: Cong Wang writes: > On Fri, Feb 24, 2017 at 8:00 AM, Roman Mashak wrote: >> When tc actions are loaded as a module and no actions have been installed, >> flushing them would result in actions removed from the memory, but modules >> reference count not being decremented, so that the modules would not be >> unloaded. [...] > Fixes commit f97017cdefefdb6a0e19266024b0c6f9fd411eeb ? Yes, exactly. > Acked-by: Cong Wang -- Roman Mashak