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 9EB12C00144 for ; Fri, 29 Jul 2022 17:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233350AbiG2RuV (ORCPT ); Fri, 29 Jul 2022 13:50:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238385AbiG2RuS (ORCPT ); Fri, 29 Jul 2022 13:50:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8FA3E47 for ; Fri, 29 Jul 2022 10:50:14 -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 417D961F09 for ; Fri, 29 Jul 2022 17:50:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 99903C433D7; Fri, 29 Jul 2022 17:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659117013; bh=iVNVR3aTt6qM+7BHkGfeFqSgHPGvMcZFvkcKzoIEPSY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Xbk5Dhs/du3EIF9MCwvvWA7T0RSwf8Q12PdXnzz9BKP+DsCzaotF48WnaAOLRnD3/ FhQt7es47w/WGaV5MakeiU02tvahTO+LPxp2WzSuY3/D0PYFkuOn199NlaOIaoCNXR JhDKZd8sPJkTsT0rMv3phmxaWLzGwPdqWBlgfszPrmKNliJz8JRvWPyYET3qNPHfYr rb1MWDIHkhLj7I0Ie7Gjkfb3WGJBeU1xpI2Jq/tEH5GzGtpKuolk7MhQWbaHy/SgRY ehODirHY99ZGoTWOyFX1xSZ9p8CyHCFVa8+TKF4h6JSWNP4/Z2QYIoQOu5N+fzYMQp ksI/ryMgrtCbA== 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 7D3B8C43143; Fri, 29 Jul 2022 17:50:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] bpftool: Don't try to return value from void function in skeleton From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165911701350.9897.10598490718268919418.git-patchwork-notify@kernel.org> Date: Fri, 29 Jul 2022 17:50:13 +0000 References: <20220726133203.514087-1-jthinz@mailbox.tu-berlin.de> In-Reply-To: <20220726133203.514087-1-jthinz@mailbox.tu-berlin.de> To: =?utf-8?q?J=C3=B6rn-Thorben_Hinz_=3Cjthinz=40mailbox=2Etu-berlin=2Ede=3E?=@ci.codeaurora.org Cc: bpf@vger.kernel.org, quentin@isovalent.com, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, 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 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, 26 Jul 2022 15:32:03 +0200 you wrote: > A skeleton generated by bpftool previously contained a return followed > by an expression in OBJ_NAME__detach(), which has return type void. This > did not hurt, the bpf_object__detach_skeleton() called there returns > void itself anyway, but led to a warning when compiling with e.g. > -pedantic. > > Signed-off-by: Jörn-Thorben Hinz > > [...] Here is the summary with links: - [bpf-next] bpftool: Don't try to return value from void function in skeleton https://git.kernel.org/bpf/bpf-next/c/a6df06744b2d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html