[PATCH] Update bpf syscall decoding (map types)

Dmitry V. Levin ldv at altlinux.org
Thu Mar 23 21:45:05 UTC 2017


On Thu, Mar 23, 2017 at 01:18:55PM +0100, Quentin Monnet wrote:
> * xlat/bpf_map_types.in: Update list of BPF_MAP_TYPE_* constants.
> ---
>  xlat/bpf_map_types.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/xlat/bpf_map_types.in b/xlat/bpf_map_types.in
> index e3222d38d78d..583c01606b11 100644
> --- a/xlat/bpf_map_types.in
> +++ b/xlat/bpf_map_types.in
> @@ -10,3 +10,5 @@ BPF_MAP_TYPE_CGROUP_ARRAY 8
>  BPF_MAP_TYPE_LRU_HASH 9
>  BPF_MAP_TYPE_LRU_PERCPU_HASH 10
>  BPF_MAP_TYPE_LPM_TRIE 11
> +BPF_MAP_TYPE_ARRAY_OF_MAPS 12
> +BPF_MAP_TYPE_HASH_OF_MAPS 13

OK, I've found these new constants in net-next tree, so it's probably safe
to assume they are not going to change.

Applied with a slightly edited commit message.  Thanks!


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170324/bf1bedd3/attachment.bin>


More information about the Strace-devel mailing list