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=-7.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 68745C433FE for ; Mon, 7 Dec 2020 18:41:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11F06238D6 for ; Mon, 7 Dec 2020 18:41:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726080AbgLGSkp (ORCPT ); Mon, 7 Dec 2020 13:40:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726069AbgLGSkp (ORCPT ); Mon, 7 Dec 2020 13:40:45 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 783C1C061749; Mon, 7 Dec 2020 10:40:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=1vZ+rI2iiIkY3a+Mw7R3JaM5l1xXBwwdB8QTDmpgIbI=; b=Sn5wnNn2SXWUTTqQWS31UZMqZ3 TJuoqvmlY/Athf3xpxDn5aBX86hfgaIbPlCzrLdz3AxizeimhDjsxn0/bKOd+R4U2tDLU7xqwH3Cn bhRZUSjdOjz/v+vpJRSieqYQFLyjX270ePMDCtFMDMrF/Sa0c7Zm5miRiOWH+KXQJyfvHUPJrbhRH gQc6WppM8dfhQAQ7qwPxuPSyw+rnWzoPn8+O2KWDtuOV0qK8FOhuWUooo1Q1y9+nvEWD/KBTmA4c+ 0fKjbuaoIxnTB7t/0kfOyxCzNQ29fd6SC3GOpBe0q3Vi8yuEwo+dM/2Re7qbslb/bEKMmoqyABZ4d 2nNdD5+Q==; Received: from [2601:1c0:6280:3f0::1494] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmLQY-0001eA-Bb; Mon, 07 Dec 2020 18:40:02 +0000 Subject: Re: linux-next: Tree for Dec 7 (bpf: sock_from_file) To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , Florent Revest , bpf References: <20201207202520.3ced306c@canb.auug.org.au> From: Randy Dunlap Message-ID: Date: Mon, 7 Dec 2020 10:39:59 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201207202520.3ced306c@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org 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' -- ~Randy Reported-by: Randy Dunlap