Hello:
This series was applied to netdev/net-next.git (main) by David S. Miller davem@davemloft.net:
On Mon, 16 Jun 2025 10:08:34 -0700 you wrote:
This patch series introduces a new feature to netconsole which allows appending a message ID to the userdata dictionary.
If the msgid feature is enabled, the message ID is built from a per-target 32 bit counter that is incremented and appended to every message sent to the target.
Example:: echo 1 > "/sys/kernel/config/netconsole/cmdline0/userdata/msgid_enabled" echo "This is message #1" > /dev/kmsg echo "This is message #2" > /dev/kmsg 13,434,54928466,-;This is message #1 msgid=1 13,435,54934019,-;This is message #2 msgid=2
[...]
Here is the summary with links: - [net-next,v3,1/5] netconsole: introduce 'msgid' as a new sysdata field https://git.kernel.org/netdev/net-next/c/15b3c930a29f - [net-next,v3,2/5] netconsole: implement configfs for msgid_enabled https://git.kernel.org/netdev/net-next/c/53def0c4c857 - [net-next,v3,3/5] netconsole: append msgid to sysdata https://git.kernel.org/netdev/net-next/c/c5efaabd45ad - [net-next,v3,4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata https://git.kernel.org/netdev/net-next/c/68707c079e58 - [net-next,v3,5/5] docs: netconsole: document msgid feature https://git.kernel.org/netdev/net-next/c/8c587aa3fa54
You are awesome, thank you!