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 576AEC43217 for ; Fri, 11 Mar 2022 03:20:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242117AbiCKDVQ (ORCPT ); Thu, 10 Mar 2022 22:21:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232062AbiCKDVP (ORCPT ); Thu, 10 Mar 2022 22:21:15 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F7951A8057; Thu, 10 Mar 2022 19:20:14 -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 dfw.source.kernel.org (Postfix) with ESMTPS id A486761274; Fri, 11 Mar 2022 03:20:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id EEDEBC340EE; Fri, 11 Mar 2022 03:20:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646968813; bh=gGmYQbRI5pcR1fAq//sQK1FgAHXuq9lDHXprS421ggw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ufq0Nkb1UySW/gJdWtmM9NYkzRh4aua/chnCk04EhcfCB4FnnnhP7nmAW5//UosCr Ro0TLrhUa4wpr2vKTQNRhNIi6WucFMfZ3lBUT6hmTxuzs7CGOgmV4yFWiP1ExUkfhi ZkQ7t8fcWVWLcvtupzQ4m5Upd2bgOw+5KS8NlikPQHEbphe17SewURbslvrzEYresm jd1I/FFSroV5j9U+gIacTZ7cQg6t5c65NQkp+Sv8iN6NxGnC5JCw8WoKWfr2G6Ibbs Ul3KIz4jHi63OjbVooJ/i/iRCsiLrPdoA7KdqSG/boI/oR1OAcK4j4m8tIXqwtlJxZ fYZL4/l+cqEBQ== 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 C97D5E8DD5B; Fri, 11 Mar 2022 03:20:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] compiler_types: Refactor the use of btf_type_tag attribute. From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164696881282.12219.14234738746999653224.git-patchwork-notify@kernel.org> Date: Fri, 11 Mar 2022 03:20:12 +0000 References: <20220310211655.3173786-1-haoluo@google.com> In-Reply-To: <20220310211655.3173786-1-haoluo@google.com> To: Hao Luo Cc: ast@kernel.org, andrii@kernel.org, daniel@iogearbox.net, yhs@fb.com, kpsingh@kernel.org, bpf@vger.kernel.org, linux-kernel@vger.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 Thu, 10 Mar 2022 13:16:55 -0800 you wrote: > Previous patches have introduced the compiler attribute btf_type_tag for > __user and __percpu. The availability of this attribute depends on > some CONFIGs and compiler support. This patch refactors the use > of btf_type_tag by introducing BTF_TYPE_TAG, which hides all the > dependencies. > > No functional change. > > [...] Here is the summary with links: - [bpf-next] compiler_types: Refactor the use of btf_type_tag attribute. https://git.kernel.org/bpf/bpf-next/c/6789ab9668d9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html