From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9F0DA4A3D for ; Wed, 31 Aug 2022 19:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 38610C43147; Wed, 31 Aug 2022 19:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661972417; bh=mK6JO5EdjbYWRUneA+pYJvL/0luDHh7ixAZ5Xhgmcho=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=tYhDkZcwC9IOt5R5VqDc9YIZ4QDz7fB8UXTf6KD/AmhbpPv5F2E9B3dh/yo3E7LSH DYW25ILkDmSNXTUIi3fsGus2EkSTMNwLKIGiuUyYjfrS66d5o1LBUZtKq+SWLzmyYp 3nvZxL+aP13nVSU+XxL5m0q2KVYXuOOmyIJtGqq8SzerGvet3kxXongbRDsIx9G2op 78qp32w+GPCOMVQNInU4GNiapa5HeeDCdggX0b7MdF82RK2g7DDxO+Gl/Mz1MN9cW4 Zr3pYEBEmKmKmS4w2mF1lPkrZJklSOlEaxmu40TbJd+x3PGXY5GlqqNkS/XKqg1K56 bAXlrdhw7lK7A== 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 1E3EDE924DB; Wed, 31 Aug 2022 19:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] libbpf: add GCC support for bpf_tail_call_static From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166197241711.25924.12874489815667312350.git-patchwork-notify@kernel.org> Date: Wed, 31 Aug 2022 19:00:17 +0000 References: <20220829210546.755377-1-james.hilliard1@gmail.com> In-Reply-To: <20220829210546.755377-1-james.hilliard1@gmail.com> To: James Hilliard Cc: bpf@vger.kernel.org, andrii@kernel.org, ast@kernel.org, daniel@iogearbox.net, martin.lau@linux.dev, song@kernel.org, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, nathan@kernel.org, ndesaulniers@google.com, trix@redhat.com, linux-kernel@vger.kernel.org, llvm@lists.linux.dev Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Mon, 29 Aug 2022 15:05:46 -0600 you wrote: > The bpf_tail_call_static function is currently not defined unless > using clang >= 8. > > To support bpf_tail_call_static on GCC we can check if __clang__ is > not defined to enable bpf_tail_call_static. > > We need to use GCC assembly syntax when the compiler does not define > __clang__ as LLVM inline assembly is not fully compatible with GCC. > > [...] Here is the summary with links: - [v2] libbpf: add GCC support for bpf_tail_call_static https://git.kernel.org/bpf/bpf-next/c/14e5ce79943a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html