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=-1.0 required=3.0 tests=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 CD234C43331 for ; Mon, 30 Mar 2020 17:54:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F2032073B for ; Mon, 30 Mar 2020 17:54:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="FUM/Log5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730364AbgC3Ryi (ORCPT ); Mon, 30 Mar 2020 13:54:38 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:47004 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726403AbgC3Ryi (ORCPT ); Mon, 30 Mar 2020 13:54:38 -0400 Received: by mail-wr1-f67.google.com with SMTP id j17so22715206wru.13 for ; Mon, 30 Mar 2020 10:54:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=utW+7YJkRuGqH8XK7nqVWH149nVP6e/z3NiTESoZJ6I=; b=FUM/Log5Gw5uixyZLFfSJCSdgQdC9uA76xrChs16wy5iNS75Rmzu4dn06dHbbaqEit ghRrrro2jkjKhoIsDZgxiwceZIGwOOz9ZhOJQ8t7wUcny1DlafqxQZ7bfiYypLtBEBZj 9WolA73ts7cOv3ZaPB3DCzcc25CpUytxEw5pA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=utW+7YJkRuGqH8XK7nqVWH149nVP6e/z3NiTESoZJ6I=; b=ZSg51xRXjhqAoAL2GiNTbKHn8M+HnEalnUym44zjatpvPA5ZpGEO03g7Gp+LssBxzv plQFpdzR9Mfb52XFaxWS6QzkFmEc5TOr2iLeILc+2IEFoViVYuTaLs8ofrEFMbdRVgRl zH2k7hasFOUJiL/0XAd5F6OLijSsCOYku4wV5FiiJLAkIErMBuxZegJXjTbAQxfagBTG SLgOXCt1b4getvJ8q4NQ5IRx/DQoIvT2J2Q4ZvKKGC36OMYDSCAa4RKdSL4RbWaYNqXf eHl78xw718iWlaHaB/E0GK4z16aEkO1fiPEP6b/t8oHp4x7ljECI9L96pygY2bt2Po0M cRCg== X-Gm-Message-State: ANhLgQ1Ak3yLy4UqaYJT3bgYYjwwjslFWtGsJFRYlJCqBU3S7or7j32C Iuy6bHvN2t3fxh0KgZClrgfqPwAHrgZrmO8pCbM9Fw== X-Google-Smtp-Source: ADFU+vsUn9IsKe0gSvckJlw0u4Px0D/tzS/kNZ/jnXIKvDX6ef/ApzKlvKspnJvAglkMak8cC2//FXu1A1VOWCpgq60= X-Received: by 2002:a5d:4847:: with SMTP id n7mr16829913wrs.182.1585590876589; Mon, 30 Mar 2020 10:54:36 -0700 (PDT) MIME-Version: 1.0 References: <20200330204307.669bbb4d@canb.auug.org.au> <86f7031a-57c6-5d50-2788-ae0e06a7c138@infradead.org> In-Reply-To: From: KP Singh Date: Mon, 30 Mar 2020 19:54:25 +0200 Message-ID: Subject: Re: linux-next: Tree for Mar 30 (bpf) To: Daniel Borkmann Cc: Randy Dunlap , Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , bpf , "netdev@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for adding me Daniel, taking a look. - KP On Mon, Mar 30, 2020 at 7:25 PM Daniel Borkmann wrote: > > [Cc KP, ptal] > > On 3/30/20 7:15 PM, Randy Dunlap wrote: > > On 3/30/20 2:43 AM, Stephen Rothwell wrote: > >> Hi all, > >> > >> The merge window has opened, so please do not add any material for the > >> next release into your linux-next included trees/branches until after > >> the merge window closes. > >> > >> Changes since 20200327: > > > > (note: linux-next is based on linux 5.6-rc7) > > > > > > on i386: > > > > ld: kernel/bpf/bpf_lsm.o:(.rodata+0x0): undefined reference to `bpf_tracing_func_proto' > > > > > > Full randconfig file is attached. > > >