Message ID | 20240808122518.498166-1-leitao@debian.org (mailing list archive) |
---|---|
Headers | show |
Series | net: netconsole: Fix netconsole unsafe locking | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 8 Aug 2024 05:25:06 -0700 you wrote: > Problem: > ======= > > The current locking mechanism in netconsole is unsafe and suboptimal due > to the following issues: > > 1) Lock Release and Reacquisition Mid-Loop: > > [...] Here is the summary with links: - [net-next,v2,1/5] net: netpoll: extract core of netpoll_cleanup https://git.kernel.org/netdev/net-next/c/1ef33652d22c - [net-next,v2,2/5] net: netconsole: Correct mismatched return types https://git.kernel.org/netdev/net-next/c/e0a2b7e4a0f9 - [net-next,v2,3/5] net: netconsole: Standardize variable naming https://git.kernel.org/netdev/net-next/c/5c4a39e8a608 - [net-next,v2,4/5] net: netconsole: Unify Function Return Paths https://git.kernel.org/netdev/net-next/c/f2ab4c1a9288 - [net-next,v2,5/5] net: netconsole: Defer netpoll cleanup to avoid lock release during list traversal https://git.kernel.org/netdev/net-next/c/97714695ef90 You are awesome, thank you!