linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Gustavo Luiz Duarte <gustavold@gmail.com>
Cc: leitao@debian.org, andrew+netdev@lunn.ch, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	shuah@kernel.org, horms@kernel.org, corbet@lwn.net,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH net-next v3 0/5] netconsole: Add support for msgid in sysdata
Date: Wed, 18 Jun 2025 09:50:34 +0000	[thread overview]
Message-ID: <175024023475.40316.1054391502656210722.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250616-netconsole-msgid-v3-0-4d2610577571@gmail.com>

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-06-18  9:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16 17:08 [PATCH net-next v3 0/5] netconsole: Add support for msgid in sysdata Gustavo Luiz Duarte
2025-06-16 17:08 ` [PATCH net-next v3 1/5] netconsole: introduce 'msgid' as a new sysdata field Gustavo Luiz Duarte
2025-06-16 17:08 ` [PATCH net-next v3 2/5] netconsole: implement configfs for msgid_enabled Gustavo Luiz Duarte
2025-06-16 17:08 ` [PATCH net-next v3 3/5] netconsole: append msgid to sysdata Gustavo Luiz Duarte
2025-06-18  7:51   ` Breno Leitao
2025-06-16 17:08 ` [PATCH net-next v3 4/5] selftests: netconsole: Add tests for 'msgid' feature in sysdata Gustavo Luiz Duarte
2025-06-18  7:52   ` Breno Leitao
2025-06-16 17:08 ` [PATCH net-next v3 5/5] docs: netconsole: document msgid feature Gustavo Luiz Duarte
2025-06-18  1:42 ` [PATCH net-next v3 0/5] netconsole: Add support for msgid in sysdata Jakub Kicinski
2025-06-18  7:56   ` Breno Leitao
2025-06-18  9:50 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=175024023475.40316.1054391502656210722.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gustavold@gmail.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=leitao@debian.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).