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 D41B2C433EF for ; Mon, 4 Apr 2022 22:24:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239315AbiDDW0d (ORCPT ); Mon, 4 Apr 2022 18:26:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238406AbiDDWYq (ORCPT ); Mon, 4 Apr 2022 18:24:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08EA637BD1; Mon, 4 Apr 2022 14: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 942396153A; Mon, 4 Apr 2022 21:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id DB9A5C36AE3; Mon, 4 Apr 2022 21:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649109013; bh=6vOg6Y61pC8IK5u3St1oSJBWUoDwTq0vLU1UxtbyiqY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=T59GEs2f+WifRv1plp1HdqnldNU3IMhCJfAAMj84HOV1U5fRWUjnnB4DC30JSqBaZ dxKAZY8k7Obu3ZkxNeB9uy4e0sR7nfa1Exy6qxTfk4rboykD9Cz3xwqbUcNPRHCJA9 20nKzfze6whYXcCkqBg8oRlNzlpljcLmJr3YB8OPUTZGY4cpYzWlqteLX0a27h+Oza 7A89CFi/L4XDjRtk/V3TsuZ/S1+Ej9efZh35a94JozSQjMuMEDh8s6yvsuKWiaTYh5 5uNG+HcBiFZ7cr1jEwSF1IMvknPexd6kQyxu9+4Y0RpVrQ7z9HUZh2BKhuFSBXTl+v ygLYNZ9f5LvQw== 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 BCC8BE85DB6; Mon, 4 Apr 2022 21:50:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] samples: bpf: fix linking xdp_router_ipv4 after migration From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164910901276.3906.153593045174428970.git-patchwork-notify@kernel.org> Date: Mon, 04 Apr 2022 21:50:12 +0000 References: <20220404115451.1116478-1-alexandr.lobakin@intel.com> In-Reply-To: <20220404115451.1116478-1-alexandr.lobakin@intel.com> To: Alexander Lobakin Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, kafai@fb.com, songliubraving@fb.com, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, davem@davemloft.net, kuba@kernel.org, hawk@kernel.org, lorenzo@kernel.org, maciej.fijalkowski@intel.com, netdev@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Mon, 4 Apr 2022 13:54:51 +0200 you wrote: > Users of the xdp_sample_user infra should be explicitly linked > with the standard math library (`-lm`). Otherwise, the following > happens: > > /usr/bin/ld: xdp_sample_user.c:(.text+0x59fc): undefined reference to `ceil' > /usr/bin/ld: xdp_sample_user.c:(.text+0x5a0d): undefined reference to `ceil' > /usr/bin/ld: xdp_sample_user.c:(.text+0x5adc): undefined reference to `floor' > /usr/bin/ld: xdp_sample_user.c:(.text+0x5b01): undefined reference to `ceil' > /usr/bin/ld: xdp_sample_user.c:(.text+0x5c1e): undefined reference to `floor' > /usr/bin/ld: xdp_sample_user.c:(.text+0x5c43): undefined reference to `ceil > [...] > > [...] Here is the summary with links: - [bpf-next] samples: bpf: fix linking xdp_router_ipv4 after migration https://git.kernel.org/bpf/bpf-next/c/fc843ccd8e4c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html