From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDD37C433EF for ; Tue, 19 Jul 2022 17:00:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237618AbiGSRAZ (ORCPT ); Tue, 19 Jul 2022 13:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237406AbiGSRAU (ORCPT ); Tue, 19 Jul 2022 13:00:20 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86B6931231 for ; Tue, 19 Jul 2022 10:00:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 3D5D9CE1CFE for ; Tue, 19 Jul 2022 17:00:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3720DC341CB; Tue, 19 Jul 2022 17:00:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658250014; bh=a6f4VWeOzB1iRZc/1aSRysg5YinY/6Y8rmdzKOsnjfo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=q0SawwdcDXX3XFLSHE51HMo/cqQ3DdBd0SLAsBs+eod/UK53eS+yw62HfkDKNVH6R UPRYTMGf1x5q4DmUWJLG+JHy7uEeX1pRuG+Ycq0AQPbPz0KzxfTSn+0RjOAbULER73 vBeORh8g/aKy1XYLL/W4VVTMEvZtyet16uK9iiw4PiotPGSSWjETD3XFQt17wMmkMz zHj2QRkZYM2lOoDV4wB9jnN2mIQMPfHZJkKDxjOeINXvIBNHKIk8tSljDmAP28wDe7 0GJ/Tlj0zdgOdyUyFtLV8oDiT99cyVeZChDrktM7cuinInaORBHNjnLiJLxKGsbbbY 5r7U2Gy7U7H4Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 1BC53D9DDDB; Tue, 19 Jul 2022 17:00:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v2] bpf: fix bpf_skb_pull_data documentation From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165825001410.21239.5854552620287717368.git-patchwork-notify@kernel.org> Date: Tue, 19 Jul 2022 17:00:14 +0000 References: <20220715193800.3940070-1-joannelkoong@gmail.com> In-Reply-To: <20220715193800.3940070-1-joannelkoong@gmail.com> To: Joanne Koong Cc: bpf@vger.kernel.org, daniel@iogearbox.net, quentin@isovalent.com, andrii@kernel.org, ast@kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Fri, 15 Jul 2022 12:38:00 -0700 you wrote: > Fix documentation for bpf_skb_pull_data() helper for > when len == 0. > > Fixes: fa15601ab31e ("bpf: add documentation for eBPF helpers (33-41)") > Signed-off-by: Joanne Koong > Acked-by: Quentin Monnet > > [...] Here is the summary with links: - [bpf-next,v2] bpf: fix bpf_skb_pull_data documentation https://git.kernel.org/bpf/bpf-next/c/bdb2bc759929 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html