From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH bpf-next v5 0/3] bpf: btf: print bpftool map data with btf Date: Fri, 13 Jul 2018 22:49:01 +0200 Message-ID: References: <20180712030803.875913594@fb.com> <20180711203010.51bab0cf@cakuba.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Martin KaFai Lau , Alexei Starovoitov , Yonghong Song , Quentin Monnet , "David S. Miller" , netdev@vger.kernel.org, kernel-team@fb.com, linux-kernel@vger.kernel.org To: Jakub Kicinski , Okash Khawaja Return-path: In-Reply-To: <20180711203010.51bab0cf@cakuba.lan> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 07/12/2018 05:30 AM, Jakub Kicinski wrote: > 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 Hmm, strange, by accident I just noticed that only your bpf fix ever made it to patchwork, Okash. https://patchwork.ozlabs.org/project/netdev/list/?submitter=74458&state=* Potentially because you've sent with attachments which got dropped on the list? Could you properly submit the series again, and retaining Jakub's Reviewed-by tag to the patches? Thanks, Daniel