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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 2F411C4361B for ; Mon, 7 Dec 2020 19:45:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2DF7238D7 for ; Mon, 7 Dec 2020 19:45:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726948AbgLGTov (ORCPT ); Mon, 7 Dec 2020 14:44:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726918AbgLGTou (ORCPT ); Mon, 7 Dec 2020 14:44:50 -0500 Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5DD8C06179C for ; Mon, 7 Dec 2020 11:44:04 -0800 (PST) Received: by mail-ej1-x634.google.com with SMTP id d17so21200826ejy.9 for ; Mon, 07 Dec 2020 11:44:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=+ne0GIKqTiBoOHj/8BINlg1y+EHZi6FtbaG0qha9YKQ=; b=XMDhzv28iCECmyEscX+hfMAVVuWQzHZp21Zavjrcx4by2MNxNKPEGVN4xig6SqXmD6 behzcE5w4VrBRU0Bm3KXkqIfRxMOGuZjmbXccGzOVMD+cmAwfmrOMV/8+7wBxpdibUdg azgPkB+oLeBs715NusjgSL+qzg4fnFZVxH9Sg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=+ne0GIKqTiBoOHj/8BINlg1y+EHZi6FtbaG0qha9YKQ=; b=MGx5EfZ/9BRlXf8/8J0CEr/7ED0/Aqe2/QrUtFsA+nQW5TKr+8m4RmykfRdEiMWA+n n6Iep4ioF6ukTcr0PL2ymQX4WK1WostMEPePOgkABpKy+cGcuXXMme10Z34xOEO0i2G7 N31XViCNv0wzSpDvltUwNjoQOx9Ke0Iec1OTyT8EwpAiUSlQZnWLQJKLVz5sB8KsJwnt /GLEpn5IaWo6IxeyB85/XB1JG7qsnJkoxizOBotA5GbEgMTyWPRJ7HETCkT7wrF10pTF QT+LyquU5SNdUimkJqlZbhaf3UVLmQ/C4OWQMlDPtX2G13H+F1+bvigC1by6O3C4xkeB b0tA== X-Gm-Message-State: AOAM533Mb0nEeNSrj7f3TgGVZlHp9UOBGSslaO1Qzy50oMdrW6xq3jeA lmf1+rxEhkRofQiMsuVguRUgTw== X-Google-Smtp-Source: ABdhPJzAqqtK5ms3jsKRJ7blt5YhUU/Pinq3V4LDDazyb22nUxTY2Foq5JSyPO8x0h93y+xc2Yqnew== X-Received: by 2002:a17:906:c408:: with SMTP id u8mr20213768ejz.364.1607370243525; Mon, 07 Dec 2020 11:44:03 -0800 (PST) Received: from ?IPv6:2a04:ee41:4:1318:ea45:a00:4d43:48fc? ([2a04:ee41:4:1318:ea45:a00:4d43:48fc]) by smtp.gmail.com with ESMTPSA id cc8sm14275838edb.17.2020.12.07.11.44.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 11:44:02 -0800 (PST) Message-ID: Subject: Re: linux-next: Tree for Dec 7 (bpf: sock_from_file) From: Florent Revest To: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , Florent Revest , bpf Date: Mon, 07 Dec 2020 20:44:01 +0100 In-Reply-To: References: <20201207202520.3ced306c@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.4-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, 2020-12-07 at 10:39 -0800, Randy Dunlap wrote: > On 12/7/20 1:25 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20201204: > > > > on i386: > # CONFIG_NET is not set > > ld: kernel/trace/bpf_trace.o: in function `bpf_sock_from_file': > bpf_trace.c:(.text+0xe23): undefined reference to `sock_from_file' > Thanks Randy! I'm on it, I'll send a fix to bpf-next.