Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Simon Wunderlich <sw@simonwunderlich.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
	b.a.t.m.a.n@lists.open-mesh.org, sven@narfation.org
Subject: Re: [PATCH net 01/11] batman-adv: fix batadv_skb_is_frag() kernel-doc
Date: Thu, 21 May 2026 14:10:19 +0000	[thread overview]
Message-ID: <177937261940.334326.3846070326283907142.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260520115422.53552-2-sw@simonwunderlich.de>

Hello:

This series was applied to netdev/net.git (main)
by Sven Eckelmann <sven@narfation.org>:

On Wed, 20 May 2026 13:54:12 +0200 you wrote:
> From: Sven Eckelmann <sven@narfation.org>
> 
> The kernel-doc comment for batadv_skb_is_frag() contained two errors:
> 
> * the function description referred to "gain a unicast packet" instead
>   of "contains unicast fragment".
> * the Return section omitted "merged" from "newly skb", leaving the
>   description grammatically incorrect and inconsistent with the
>   function description.
> 
> [...]

Here is the summary with links:
  - [net,01/11] batman-adv: fix batadv_skb_is_frag() kernel-doc
    https://git.kernel.org/netdev/net/c/0039ac830506
  - [net,02/11] batman-adv: v: stop OGMv2 on disabled interface
    https://git.kernel.org/netdev/net/c/f8ce8b8331a1
  - [net,03/11] batman-adv: tvlv: abort OGM send on tvlv append failure
    https://git.kernel.org/netdev/net/c/501368506563
  - [net,04/11] batman-adv: tvlv: reject oversized TVLV packets
    https://git.kernel.org/netdev/net/c/f50487e35663
  - [net,05/11] batman-adv: tp_meter: fix race condition in send error reporting
    https://git.kernel.org/netdev/net/c/71dce47f0758
  - [net,06/11] batman-adv: tp_meter: avoid role confusion in tp_list
    https://git.kernel.org/netdev/net/c/ff24f2ecfd94
  - [net,07/11] batman-adv: mcast: fix use-after-free in orig_node RCU release
    https://git.kernel.org/netdev/net/c/20c2d6a20ca9
  - [net,08/11] batman-adv: iv: recover OGM scheduling after forward packet error
    https://git.kernel.org/netdev/net/c/aa3153bd139a
  - [net,09/11] batman-adv: bla: fix report_work leak on backbone_gw purge
    https://git.kernel.org/netdev/net/c/0459430add32
  - [net,10/11] batman-adv: bla: avoid double decrement of bla.num_requests
    https://git.kernel.org/netdev/net/c/83ab69bd12b8
  - [net,11/11] batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface
    https://git.kernel.org/netdev/net/c/f80d3d98d2ff

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2026-05-21 14:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-20 11:54 [PATCH net 00/11] pull request: batman-adv 2026-05-20 Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 01/11] batman-adv: fix batadv_skb_is_frag() kernel-doc Simon Wunderlich
2026-05-21 14:10   ` patchwork-bot+netdevbpf [this message]
2026-05-20 11:54 ` [PATCH net 02/11] batman-adv: v: stop OGMv2 on disabled interface Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 03/11] batman-adv: tvlv: abort OGM send on tvlv append failure Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 04/11] batman-adv: tvlv: reject oversized TVLV packets Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 05/11] batman-adv: tp_meter: fix race condition in send error reporting Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 06/11] batman-adv: tp_meter: avoid role confusion in tp_list Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 07/11] batman-adv: mcast: fix use-after-free in orig_node RCU release Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 08/11] batman-adv: iv: recover OGM scheduling after forward packet error Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 09/11] batman-adv: bla: fix report_work leak on backbone_gw purge Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 10/11] batman-adv: bla: avoid double decrement of bla.num_requests Simon Wunderlich
2026-05-20 11:54 ` [PATCH net 11/11] batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface Simon Wunderlich

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=177937261940.334326.3846070326283907142.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sven@narfation.org \
    --cc=sw@simonwunderlich.de \
    /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