From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf-next v5 0/3] bpf: btf: print bpftool map data with btf Date: Wed, 11 Jul 2018 20:30:10 -0700 Message-ID: <20180711203010.51bab0cf@cakuba.lan> References: <20180712030803.875913594@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Daniel Borkmann , Martin KaFai Lau , Alexei Starovoitov , Yonghong Song , Quentin Monnet , "David S. Miller" , , , To: Okash Khawaja Return-path: In-Reply-To: <20180712030803.875913594@fb.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, 11 Jul 2018 20:08:03 -0700, Okash Khawaja wrote: > Hi, > > Here are the changes from v4: > > patch 2: > > - sort headers in btf_dumper.c > - remove extra parentheses > - include asm/byteorder.h > - compile error when big and small endian bitfields macro undefined Reviewed-by: Jakub Kicinski Thanks!