* [PATCH net-next] docs: mctp: Fix the struct mctp_sk_key name
@ 2026-09-05 9:51 Karl Mehltretter
2026-09-06 4:22 ` Randy Dunlap
2026-09-10 1:10 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Karl Mehltretter @ 2026-09-05 9:51 UTC (permalink / raw)
To: Jeremy Kerr, Matt Johnston
Cc: Karl Mehltretter, netdev, Jonathan Corbet, linux-doc, Shuah Khan,
Randy Dunlap
struct sk_key does not exist; the type is struct mctp_sk_key.
Use it.
Fixes: f4d41c59135d ("doc/mctp: Add a little detail about kernel internals")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
Documentation/networking/mctp.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/mctp.rst b/Documentation/networking/mctp.rst
index 3bff00c11702..1b4bffa1ed74 100644
--- a/Documentation/networking/mctp.rst
+++ b/Documentation/networking/mctp.rst
@@ -296,7 +296,7 @@ There are a few possible packet flows in the MCTP stack:
: route lookup
-> rt->output() (== mctp_route_input)
: sk_key lookup
- : stores skb in struct sk_key->reasm_head
+ : stores skb in struct mctp_sk_key->reasm_head
mctp_pkttype_receive()
: route lookup
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] docs: mctp: Fix the struct mctp_sk_key name
2026-09-05 9:51 [PATCH net-next] docs: mctp: Fix the struct mctp_sk_key name Karl Mehltretter
@ 2026-09-06 4:22 ` Randy Dunlap
2026-09-10 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-09-06 4:22 UTC (permalink / raw)
To: Karl Mehltretter, Jeremy Kerr, Matt Johnston
Cc: netdev, Jonathan Corbet, linux-doc, Shuah Khan
On 9/5/26 2:51 AM, Karl Mehltretter wrote:
> struct sk_key does not exist; the type is struct mctp_sk_key.
>
> Use it.
>
> Fixes: f4d41c59135d ("doc/mctp: Add a little detail about kernel internals")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/networking/mctp.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/mctp.rst b/Documentation/networking/mctp.rst
> index 3bff00c11702..1b4bffa1ed74 100644
> --- a/Documentation/networking/mctp.rst
> +++ b/Documentation/networking/mctp.rst
> @@ -296,7 +296,7 @@ There are a few possible packet flows in the MCTP stack:
> : route lookup
> -> rt->output() (== mctp_route_input)
> : sk_key lookup
> - : stores skb in struct sk_key->reasm_head
> + : stores skb in struct mctp_sk_key->reasm_head
>
> mctp_pkttype_receive()
> : route lookup
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] docs: mctp: Fix the struct mctp_sk_key name
2026-09-05 9:51 [PATCH net-next] docs: mctp: Fix the struct mctp_sk_key name Karl Mehltretter
2026-09-06 4:22 ` Randy Dunlap
@ 2026-09-10 1:10 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-09-10 1:10 UTC (permalink / raw)
To: Karl Mehltretter; +Cc: jk, matt, netdev, corbet, linux-doc, skhan, rdunlap
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 5 Sep 2026 11:51:50 +0200 you wrote:
> struct sk_key does not exist; the type is struct mctp_sk_key.
>
> Use it.
>
> Fixes: f4d41c59135d ("doc/mctp: Add a little detail about kernel internals")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
>
> [...]
Here is the summary with links:
- [net-next] docs: mctp: Fix the struct mctp_sk_key name
https://git.kernel.org/netdev/net-next/c/0b799884350f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-09-10 1:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05 9:51 [PATCH net-next] docs: mctp: Fix the struct mctp_sk_key name Karl Mehltretter
2026-09-06 4:22 ` Randy Dunlap
2026-09-10 1:10 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox