Re: [PATCH net-next v3] ppp: remove rwlock usage
[email protected] Tue, 26 Aug 2025 00:00:06 +0000
| Newsgroups | org.kernel.vger.linux-ppp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <175616640601.3599990.16967946967905767902.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>: On Fri, 22 Aug 2025 09:25:47 +0800 you wrote: > In struct channel, the upl lock is implemented using rwlock_t, > protecting access to pch->ppp and pch->bridge. > > As previously discussed on the list, using rwlock in the network fast > path is not recommended. > This patch replaces the rwlock with a spinlock for writers, and uses RCU > for readers. > > [...] Here is the summary with links: - [net-next,v3] ppp: remove rwlock usage https://git.kernel.org/netdev/net-next/c/b8844aab519a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html