Hello:
This series was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Wed, 19 Nov 2025 16:14:48 -0800 you wrote:
The current netconsole implementation allocates a static buffer for extradata (userdata + sysdata) with a fixed size of MAX_EXTRADATA_ENTRY_LEN * MAX_EXTRADATA_ITEMS bytes for every target, regardless of whether userspace actually uses this feature. This forces us to keep MAX_EXTRADATA_ITEMS small (16), which is restrictive for users who need to attach more metadata to their log messages.
[...]
Here is the summary with links: - [net-next,v3,1/4] netconsole: Simplify send_fragmented_body() https://git.kernel.org/netdev/net-next/c/7279b718b431 - [net-next,v3,2/4] netconsole: Split userdata and sysdata https://git.kernel.org/netdev/net-next/c/9dc10f50c430 - [net-next,v3,3/4] netconsole: Dynamic allocation of userdata buffer https://git.kernel.org/netdev/net-next/c/eb83801af2dc - [net-next,v3,4/4] netconsole: Increase MAX_USERDATA_ITEMS https://git.kernel.org/netdev/net-next/c/5ad994534172
You are awesome, thank you!