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 40167C433FE for ; Thu, 13 Oct 2022 19:20:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229620AbiJMTUS (ORCPT ); Thu, 13 Oct 2022 15:20:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229578AbiJMTUR (ORCPT ); Thu, 13 Oct 2022 15:20:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0750A2637 for ; Thu, 13 Oct 2022 12:20:16 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 9787A617AB for ; Thu, 13 Oct 2022 19:20:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E48E2C433C1; Thu, 13 Oct 2022 19:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665688815; bh=jM+ZeJ/i6gMTa9Xv180APo/RcHLNJeSX7NYK0BkarZE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=BdLpfm3frIVCCs7vn7xQXQJETzsZ6f249InbolY8ytcPFGu8AQ6GOTZouhlv+7LMv RcwSI7wTZLcVU81wRudp9roo6JIjBfaa5QCeT/6Dj4WIAcpYsOzDEgcMth4J1yM3Zs +XTTqQ+BnDr9ktd1unGsrV5g0aNrX63PvZi98MsWjn4yhS095KbIouRm4vPt4JqkoN uc2nwwWPkWIMDi49XFJ5EGxG/nhUi7lqMEjsTXSB+ZVt2Igpb1lIBSeFc40t11jh1j jFsWs9wDv94ylQ65BKb/c/SKzPXU8DCImLfmZawpzHPExPYKqcR0bVRyBWz6myYR0H 8J08rOBVV+YwA== 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 C6E60E4D00C; Thu, 13 Oct 2022 19:20:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] selftests/bpf: Use sys_pidfd_open() helper when possible From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166568881480.839.9685292948102950876.git-patchwork-notify@kernel.org> Date: Thu, 13 Oct 2022 19:20:14 +0000 References: <20221011071249.3471760-1-houtao@huaweicloud.com> In-Reply-To: <20221011071249.3471760-1-houtao@huaweicloud.com> To: Hou Tao Cc: bpf@vger.kernel.org, kafai@fb.com, andrii@kernel.org, songliubraving@fb.com, haoluo@google.com, yhs@fb.com, ast@kernel.org, daniel@iogearbox.net, kpsingh@kernel.org, davem@davemloft.net, kuba@kernel.org, sdf@google.com, jolsa@kernel.org, john.fastabend@gmail.com, houtao1@huawei.com 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 Tue, 11 Oct 2022 15:12:49 +0800 you wrote: > From: Hou Tao > > SYS_pidfd_open may be undefined for old glibc, so using sys_pidfd_open() > helper defined in task_local_storage_helpers.h instead to fix potential > build failure. > > And according to commit 7615d9e1780e ("arch: wire-up pidfd_open()"), the > syscall number of pidfd_open is always 434 except for alpha architure, > so update the definition of __NR_pidfd_open accordingly. > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: Use sys_pidfd_open() helper when possible https://git.kernel.org/bpf/bpf-next/c/62c69e89e81b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html