]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
uapi: update bpf.h to include padding
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 8 Jun 2018 17:09:21 +0000 (10:09 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 8 Jun 2018 17:09:21 +0000 (10:09 -0700)
Last minute upstream 4.17 change.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/bpf.h

index 02b96cba9b6a88819a6ff0920acc367b5704ab91..39e2543ea5cc83585a2bb0065c7bb42aa17e2842 100644 (file)
@@ -1017,6 +1017,7 @@ struct bpf_prog_info {
        __aligned_u64 map_ids;
        char name[BPF_OBJ_NAME_LEN];
        __u32 ifindex;
+       __u32 :32;
        __u64 netns_dev;
        __u64 netns_ino;
 } __attribute__((aligned(8)));
@@ -1030,6 +1031,7 @@ struct bpf_map_info {
        __u32 map_flags;
        char  name[BPF_OBJ_NAME_LEN];
        __u32 ifindex;
+       __u32 :32;
        __u64 netns_dev;
        __u64 netns_ino;
 } __attribute__((aligned(8)));