Hello:
This series was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Thu, 06 Feb 2025 03:05:51 -0800 you wrote:
The current implementation of netconsole sends all log messages in parallel, which can lead to an intermixed and interleaved output on the receiving side. This makes it challenging to demultiplex the messages and attribute them to their originating CPUs.
As a result, users and developers often struggle to effectively analyze and debug the parallel log output received through netconsole.
[...]
Here is the summary with links: - [net-next,v5,1/8] netconsole: consolidate send buffers into netconsole_target struct https://git.kernel.org/netdev/net-next/c/1c1377d7b60c - [net-next,v5,2/8] netconsole: Rename userdata to extradata https://git.kernel.org/netdev/net-next/c/4205f6495eea - [net-next,v5,3/8] netconsole: Helper to count number of used entries https://git.kernel.org/netdev/net-next/c/563fe939a81a - [net-next,v5,4/8] netconsole: Introduce configfs helpers for sysdata features https://git.kernel.org/netdev/net-next/c/364f67837e86 - [net-next,v5,5/8] netconsole: Include sysdata in extradata entry count https://git.kernel.org/netdev/net-next/c/2bae25b16aea - [net-next,v5,6/8] netconsole: add support for sysdata and CPU population https://git.kernel.org/netdev/net-next/c/ec15bc46c63c - [net-next,v5,7/8] netconsole: selftest: test for sysdata CPU https://git.kernel.org/netdev/net-next/c/12fd83ca44d8 - [net-next,v5,8/8] netconsole: docs: Add documentation for CPU number auto-population https://git.kernel.org/netdev/net-next/c/a7aec70a9092
You are awesome, thank you!