[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175024023475.40316.1054391502656210722.git-patchwork-notify@kernel.org>
Date: Wed, 18 Jun 2025 09:50:34 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Gustavo Luiz Duarte <gustavold@...il.com>
Cc: leitao@...ian.org, andrew+netdev@...n.ch, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, shuah@...nel.org,
horms@...nel.org, corbet@....net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: Re: [PATCH net-next v3 0/5] netconsole: Add support for msgid in
sysdata
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@...emloft.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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists