From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 175A7611E for ; Thu, 21 May 2026 14:10:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779372611; cv=none; b=XzqxaOIAGRSPYwBzzMqrUh6RpdeVqoQyfUp/n+Y+eDbYxvIp1w80YeQUiIscQMIMsd5gggH7dnXsONr8h6qgD3Xdu7gxYMPbl5ceGs4oFjZaBHBDb5Y1TaiYHrGBWuiW70Cjw2qMY8A/IQbwaI1PPGhNQ7pWQgvrkJzltMa6vkE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779372611; c=relaxed/simple; bh=LfJEed8FVi8NmPUXZMR6kRoE98S+/KBhKkfvSRpeUCw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=JzWt+eer2hurujf6OtHUz/t1ZI5EF/N5N0Rh2XYbuIxJY/BTYpkoYdPSCCW9OJ/NI5nQPA1r0eGVfzWqQ2Rh0FHRXWDVSlx0C/S0Y0/DxjsI+BM7cRUQ7gE13gPkEnMI+ZXgqZFoCEtlodtDYdbUweUGIyyt/bsS6uoQnm1Kr4Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GsKg+a+x; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GsKg+a+x" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3DD81F000E9; Thu, 21 May 2026 14:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779372609; bh=ALfJb7rTXQ+RL1IByyB+qWVeikkQgS87H8EQ9cZsr4c=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=GsKg+a+xtMFkLOTv9gk5rAV2YNiDd1JwYCvfUQ06co0bMlI5PBcMJ5h3HVl23IdVx 2sqDESNsx1vavu/1uQ/YJ4QXgp5qSb3hURNwetG9+yRteE4MovXVBJK8HhH7VrzwVX 5ST5Wcw5AtD3ZUr0suDJmr28B7GVYg7kSl0nFK2ZbbyHdl8QpyhKjVcYTWb8VesBHA 6ThCx27WsUb7K7Nqc+Ul97zkTs6vsK+ltsCbATsiAVkDguDjHTFR3s3G89yMUncfyr whtcpogu4uGJYy2I1uP8qPRMWZ9cSSw8outrshzJ+Sz8cnyanbfZwTKw23OlVh/5Kg diJsydiCnFH5Q== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0B733930DE5; Thu, 21 May 2026 14:10:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 01/11] batman-adv: fix batadv_skb_is_frag() kernel-doc From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177937261940.334326.3846070326283907142.git-patchwork-notify@kernel.org> Date: Thu, 21 May 2026 14:10:19 +0000 References: <20260520115422.53552-2-sw@simonwunderlich.de> In-Reply-To: <20260520115422.53552-2-sw@simonwunderlich.de> To: Simon Wunderlich 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 Hello: This series was applied to netdev/net.git (main) by Sven Eckelmann : On Wed, 20 May 2026 13:54:12 +0200 you wrote: > From: Sven Eckelmann > > 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