[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171584942959.27746.10698605172964484112.git-patchwork-notify@kernel.org>
Date: Thu, 16 May 2024 08:50:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Chris Lew <quic_clew@...cinc.com>
Cc: manivannan.sadhasivam@...aro.org, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
andersson@...nel.org, luca@...tu.xyz, mani@...nel.org,
linux-arm-msm@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, quic_jhugo@...cinc.com
Subject: Re: [PATCH] net: qrtr: ns: Fix module refcnt
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Mon, 13 May 2024 10:31:46 -0700 you wrote:
> The qrtr protocol core logic and the qrtr nameservice are combined into
> a single module. Neither the core logic or nameservice provide much
> functionality by themselves; combining the two into a single module also
> prevents any possible issues that may stem from client modules loading
> inbetween qrtr and the ns.
>
> Creating a socket takes two references to the module that owns the
> socket protocol. Since the ns needs to create the control socket, this
> creates a scenario where there are always two references to the qrtr
> module. This prevents the execution of 'rmmod' for qrtr.
>
> [...]
Here is the summary with links:
- net: qrtr: ns: Fix module refcnt
https://git.kernel.org/netdev/net/c/fd76e5ccc48f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists