[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180222.140438.278807705225418710.davem@davemloft.net>
Date: Thu, 22 Feb 2018 14:04:38 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: Jason@...c4.com
Cc: johannes.berg@...el.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] netlink: put module reference if dump start fails
From: "Jason A. Donenfeld" <Jason@...c4.com>
Date: Wed, 21 Feb 2018 04:41:59 +0100
> Before, if cb->start() failed, the module reference would never be put,
> because cb->cb_running is intentionally false at this point. Users are
> generally annoyed by this because they can no longer unload modules that
> leak references. Also, it may be possible to tediously wrap a reference
> counter back to zero, especially since module.c still uses atomic_inc
> instead of refcount_inc.
>
> This patch expands the error path to simply call module_put if
> cb->start() fails.
>
> Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
> ---
> This probably should be queued up for stable.
Applied and queued up for -stable.
Powered by blists - more mailing lists