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 1099BC38142 for ; Fri, 27 Jan 2023 20:02:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233105AbjA0UCW (ORCPT ); Fri, 27 Jan 2023 15:02:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233185AbjA0UCH (ORCPT ); Fri, 27 Jan 2023 15:02:07 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B60A22005E for ; Fri, 27 Jan 2023 12:00:19 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id B80A0B821D6 for ; Fri, 27 Jan 2023 20:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5CBFFC4339B; Fri, 27 Jan 2023 20:00:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674849616; bh=C8ykH8wOlrYwn37KcxJGOm/ctwUkfyWJaoFm1eSvt5U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pDxVDpcfkXeMjUMRlP6fZh7OjWvETDc3VWirPzawXuUb0GANzYUc34w12zTkFg2gg RGsD8MTdh3/0w+cYX15EK8Xo7WNV/SRV+N0OBu+JkTIMMDz+x1EnQ1Q+eme5VuRZkv S+UkFzX2cto05JCIX7h7MWTzBjmIYG6N8YjaDZTAA73uSUWeUp6DZDTOlD36qWmhKx bxAf2+pxy3yAiZEOQ+Lf0CvOsaspQS/VjzxJfCctaD1n+KsVuLsCjNuf3zil21n5tj o5uPOZ3tJCQ07vuWKXNGl5dmMTKnmaCPr8df8mErv8fqqufvhoKRQOxIeEeG9NiF40 UutsoIakJAjWg== 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 314B1E52504; Fri, 27 Jan 2023 20:00:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] Add documentation to map pinning API functions From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167484961619.8531.17127580329244288417.git-patchwork-notify@kernel.org> Date: Fri, 27 Jan 2023 20:00:16 +0000 References: <20230126024225.520685-1-grantseltzer@gmail.com> In-Reply-To: <20230126024225.520685-1-grantseltzer@gmail.com> To: Grant Seltzer Cc: bpf@vger.kernel.org, andrii@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 Andrii Nakryiko : On Wed, 25 Jan 2023 21:42:25 -0500 you wrote: > This adds documentation for the following API functions: > - bpf_map__set_pin_path() > - bpf_map__pin_path() > - bpf_map__is_pinned() > - bpf_map__pin() > - bpf_map__unpin() > - bpf_object__pin_maps() > - bpf_object__unpin_maps() > > [...] Here is the summary with links: - [bpf-next] Add documentation to map pinning API functions https://git.kernel.org/bpf/bpf-next/c/d8285883fd41 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html