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 D39A7C433F5 for ; Mon, 16 May 2022 22:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242070AbiEPWuQ (ORCPT ); Mon, 16 May 2022 18:50:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349785AbiEPWuN (ORCPT ); Mon, 16 May 2022 18:50:13 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FF544132B; Mon, 16 May 2022 15:50:12 -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 3C56060BD6; Mon, 16 May 2022 22:50:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8F4D9C385B8; Mon, 16 May 2022 22:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652741411; bh=H8Ig8EXbJar8cXW0tz5Hm1+0yJvrhqrl2ipJ1AljeLk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=JQ7vmmsWgg1kOotEKFznylZK02CymTRhZ+LDKg7Zv2rmpDw/ppZVPa3PWEkb968On K/pAuJ4nFYV8M/RAqPp/TwkU5+fSLNRgYmmfTioNixlUfAJBFdeR/ilUNE/Wt+XDW8 Bl0TwP54vKXRP/lPO82Sfz35IADmwzXxEbgW/WY43TQhXynx7w6peVNeJatDAMsBxc hFEQSt/YZuedFyIETtqbcetVYuha3GQWYg6d/TQKxvjbtJocrnNi0eC/c9XuXiCMCN dYc2W/d76Rbsd7Y4v0jDE+ZfIc4h2TS6pN4+APhxpTTJRhIsBEid87gr+6Y81nOE6o bv62fPoiZ7xUw== 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 6D092E8DBDA; Mon, 16 May 2022 22:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v2] selftests/bpf: fix building bpf selftests statically From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165274141144.14439.10661198051508391335.git-patchwork-notify@kernel.org> Date: Mon, 16 May 2022 22:50:11 +0000 References: <20220514002115.1376033-1-yosryahmed@google.com> In-Reply-To: <20220514002115.1376033-1-yosryahmed@google.com> To: Yosry Ahmed 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, haoluo@google.com, netdev@vger.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 Andrii Nakryiko : On Sat, 14 May 2022 00:21:15 +0000 you wrote: > bpf selftests can no longer be built with CFLAGS=-static with > liburandom_read.so and its dependent target. > > Filter out -static for liburandom_read.so and its dependent target. > > When building statically, this leaves urandom_read relying on > system-wide shared libraries. > > [...] Here is the summary with links: - [bpf-next,v2] selftests/bpf: fix building bpf selftests statically https://git.kernel.org/bpf/bpf-next/c/68084a136420 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html