Re: [PATCH bpf-next v5 0/3] bpf: btf: print bpftool map data with btf

From: Daniel Borkmann
Date: Fri Jul 13 2018 - 16:49:11 EST


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 <jakub.kicinski@xxxxxxxxxxxxx>

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