From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751775AbcFULOi (ORCPT ); Tue, 21 Jun 2016 07:14:38 -0400 Received: from ozlabs.org ([103.22.144.67]:60735 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbcFULOh (ORCPT ); Tue, 21 Jun 2016 07:14:37 -0400 Message-ID: <1466507043.18876.1.camel@ellerman.id.au> Subject: Re: [6/6] ppc: ebpf/jit: Implement JIT compiler for extended BPF From: Michael Ellerman To: "Naveen N. Rao" Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org, Matt Evans , Daniel Borkmann , Alexei Starovoitov , Denis Kirjanov , Paul Mackerras , "David S. Miller" , Ananth N Mavinakayanahalli Date: Tue, 21 Jun 2016 21:04:03 +1000 In-Reply-To: <20160621065847.GD8886@naverao1-tp.localdomain> References: <908d3552b5eb240b28f70aee7c4c86e2b600aa02.1465304785.git.naveen.n.rao@linux.vnet.ibm.com> <3rWKtT2tSrz9t2G@ozlabs.org> <20160619173642.GB8886@naverao1-tp.localdomain> <1466465899.437.0.camel@ellerman.id.au> <20160621065847.GD8886@naverao1-tp.localdomain> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2016-06-21 at 12:28 +0530, Naveen N. Rao wrote: > On 2016/06/21 09:38AM, Michael Ellerman wrote: > > On Sun, 2016-06-19 at 23:06 +0530, Naveen N. Rao wrote: > > > > > > #include > > > > > > in bpf_jit_comp64.c > > > > > > Can you please check if it resolves the build error? > > > > Can you? :D > > :) > Sorry, I should have explained myself better. I did actually try your > config and I was able to reproduce the build error. After the above > #include, that error went away, but I saw some vdso related errors. I > thought I was doing something wrong and needed a different setup for > that particular kernel config, which is why I requested your help in the > matter. I just didn't do a good job of putting across that message... Ah OK. Not sure why you're seeing VDSO errors? > Note to self: randconfig builds *and* more time drafting emails :) No stress. You don't need to do randconfig builds, or even build all the arch/powerpc/ configs, just try to do a reasonable set, something like - ppc64, powernv, pseries, pmac32, ppc64e. I'm happy to catch the esoteric build failures. > Do you want me to respin the patches? No that's fine, I'll fix it up here. cheers