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.1 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 914D9C5519F for ; Thu, 12 Nov 2020 17:20:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 384FC216FD for ; Thu, 12 Nov 2020 17:20:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="s+sinpdO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725999AbgKLRUF (ORCPT ); Thu, 12 Nov 2020 12:20:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:49230 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbgKLRUF (ORCPT ); Thu, 12 Nov 2020 12:20:05 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605201604; bh=Ii0gRUdrh7C37ds0H5EJMZESbBOnTU0/C3hu5J3WAbk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=s+sinpdOle5545XEbpbwkPXCgreLguwMciqboJ7SQFEtglGBAQeok4I051XiNqnOi kcPRF3jmdOgRzMZEiMB1mUA0+inSJry/G7VGec23hKJ1pdD6H8DZ7J2p2wkVf/T0DS zbTeUWMQsi+vgMC6GJVckH5SW2Sh/uruKz2YwJsY= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf] selftests/bpf: fix unused attribute usage in subprogs_unused test From: patchwork-bot+netdevbpf@kernel.org Message-Id: <160520160485.17608.9139256574933427173.git-patchwork-notify@kernel.org> Date: Thu, 12 Nov 2020 17:20:04 +0000 References: <20201111231215.1779147-1-andrii@kernel.org> In-Reply-To: <20201111231215.1779147-1-andrii@kernel.org> To: Andrii Nakryiko Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, ast@fb.com, daniel@iogearbox.net, kernel-team@fb.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Wed, 11 Nov 2020 15:12:15 -0800 you wrote: > Correct attribute name is "unused". maybe_unused is a C++17 addition. > This patch fixes compilation warning during selftests compilation. > > Fixes: 197afc631413 ("libbpf: Don't attempt to load unused subprog as an entry-point BPF program") > Signed-off-by: Andrii Nakryiko > --- > tools/testing/selftests/bpf/progs/test_subprogs_unused.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [bpf] selftests/bpf: fix unused attribute usage in subprogs_unused test https://git.kernel.org/bpf/bpf/c/fd63729cc0a6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html