Message ID | 20240822111051.179850-1-leitao@debian.org (mailing list archive) |
---|---|
Headers | show |
Series | netconsole: Populate dynamic entry even if netpoll fails | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 22 Aug 2024 04:10:46 -0700 you wrote: > The current implementation of netconsole removes the entry and fails > entirely if netpoll fails to initialize. This approach is suboptimal, as > it prevents reconfiguration or re-enabling of the target through > configfs. > > While this issue might seem minor if it were rare, it actually occurs > frequently when the network module is configured as a loadable module. > > [...] Here is the summary with links: - [net-next,v3,1/2] netpoll: Ensure clean state on setup failures https://git.kernel.org/netdev/net-next/c/ae5a0456e0b4 - [net-next,v3,2/2] net: netconsole: Populate dynamic entry even if netpoll fails https://git.kernel.org/netdev/net-next/c/908ee298c8fb You are awesome, thank you!