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.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 4B50CC43387 for ; Thu, 10 Jan 2019 16:14:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 16A6B21848 for ; Thu, 10 Jan 2019 16:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547136869; bh=QPRaZ8MO6m+R06bQjzJbKC6e4Yg6l/b3pMRDcmn5wvU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=lpqdKk8OjyaGvgJpvxAEk7j5fNwztXvFGjWzHWCnRV+oStvetm70ss1nJmYWxh8dd QfZIM09DD3O+8MiM4P3OJ2WPKf+8SrEzZc5LkP9QXxvw2o1ejdL0sjCwQi1GJmAbPm pd9v8GizFuNsvATZcdJ59zaW+8cvAxwZkIYN6Bm0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728812AbfAJQO2 (ORCPT ); Thu, 10 Jan 2019 11:14:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:33444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727821AbfAJQO2 (ORCPT ); Thu, 10 Jan 2019 11:14:28 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 75DE921848; Thu, 10 Jan 2019 16:14:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547136868; bh=QPRaZ8MO6m+R06bQjzJbKC6e4Yg6l/b3pMRDcmn5wvU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rf7knD2aXo/oVTwRgKNs11sV9NSGgWU3PCT+rtkVAz2XBSyIZx8saufMcS3lVu/gI 9nBSVbwz+jNhRgGi7UdCHgXEDyOMsQFP0cWD394KAiYLVnud3gumLpkFY1awffEP0Y 82iCpczUwZXUNGCPaYuihdZgiQyfIs0BUUeWi1eA= Date: Thu, 10 Jan 2019 17:13:29 +0100 From: Greg KH To: Ivan Babrou Cc: Ignat Korchagin , stable@vger.kernel.org, Daniel Dao , Alex Forster Subject: Re: Cross-compiling libbpf from Linux 4.14 tree Message-ID: <20190110161329.GA12438@kroah.com> References: <20190110140148.GC10140@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jan 10, 2019 at 08:03:53AM -0800, Ivan Babrou wrote: > We've also seen issues with Mellanox hardware on 4.19, like this one: > > * https://www.mail-archive.com/netdev@vger.kernel.org/msg253346.html Ugh, ok, thanks for testing and letting people know about this type of thing. Sorry it's causing problems. I wonder why the "normal" netfilter testing didn't catch your issues, that might be good to add to the test suite after it's all done... thanks, greg k-h