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 X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4D27C4727C for ; Tue, 29 Sep 2020 18:50:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62A5F208FE for ; Tue, 29 Sep 2020 18:50:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601405404; bh=1OIj71sbFXFWX5SDCssTTC2j0glkf1aVYEwC/FmMTes=; h=Subject:From:Date:References:In-Reply-To:To:Cc:List-ID:From; b=c/HXlqD22m6QalTsxs54rrtwGqcfmrpJ13d+d4RYB8C0KKV9SVONoHODLNcNo+yKG JtMb8P1k5ctTtpKSkXU+Tf1g7ept7JG6/C6q9CiAOXrStj84Q1z5LhG7vTUwU5l2ti SXItcO/zhm62Dd6vYWPJOX1Bms3pJaYhGJmkdPhw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728308AbgI2SuE (ORCPT ); Tue, 29 Sep 2020 14:50:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:35248 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727740AbgI2SuD (ORCPT ); Tue, 29 Sep 2020 14:50:03 -0400 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601405403; bh=1OIj71sbFXFWX5SDCssTTC2j0glkf1aVYEwC/FmMTes=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=owUg3yY5FwNj8l2OFOOSAjm+MqvW/IK4lA45FkRFesiRknI4Bivyvd5CUrz/RJTBO fE/EbnjWp5lE5wqnviXiv5OnIYiS/TExFbF+jWCfpgzxaA4Vlob7M1bFVbOvTURZzP Y/0Lv7QERw6gOtruDqigJMx87tSTnqbMMn+XH7IQ= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] selftests: Make sure all 'skel' variables are declared static From: patchwork-bot+bpf@kernel.org Message-Id: <160140540306.1138.5551553445909097134.git-patchwork-notify@kernel.org> Date: Tue, 29 Sep 2020 18:50:03 +0000 References: <20200929123026.46751-1-toke@redhat.com> In-Reply-To: <20200929123026.46751-1-toke@redhat.com> To: =?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@ci.codeaurora.org Cc: bpf@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Tue, 29 Sep 2020 14:30:26 +0200 you wrote: > If programs in prog_tests using skeletons declare the 'skel' variable as > global but not static, that will lead to linker errors on the final link of > the prog_tests binary due to duplicate symbols. Fix a few instances of this. > > Fixes: b18c1f0aa477 ("bpf: selftest: Adapt sock_fields test to use skel and global variables") > Fixes: 9a856cae2217 ("bpf: selftest: Add test_btf_skc_cls_ingress") > Signed-off-by: Toke Høiland-Jørgensen > > [...] Here is the summary with links: - [bpf-next] selftests: Make sure all 'skel' variables are declared static https://git.kernel.org/bpf/bpf-next/c/f970cbcdcdb5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html