Message ID | 20211014143436.54470-5-lmb@cloudflare.com (mailing list archive) |
---|---|
State | RFC |
Delegated to: | BPF |
Headers | show |
Series | uapi/bpf.h for robots | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
bpf/vmtest-bpf | fail | VM_Test |
bpf/vmtest-bpf-PR | fail | PR summary |
bpf/vmtest-bpf-next | fail | VM_Test |
bpf/vmtest-bpf-next-PR | fail | PR summary |
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index dec062fa0604..c1b1ce0e26a6 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -52,7 +52,7 @@ #define __bpf_md_ptr(type, name) \ union { \ type name; \ - __u64 :64; \ + __u64 name##_u64; \ } __attribute__((aligned(8))) /* Register numbers */