diff --git a/include/linux/bpf-cgroup.h b/include/linux/bpf-cgroup.h index 5120ca319ff4e64287cd6405469bf5623405c68a..7014d2ade050314268ab202ae5b369341a61ea47 100644 --- a/include/linux/bpf-cgroup.h +++ b/include/linux/bpf-cgroup.h @@ -9,6 +9,7 @@ #include #include #include +#include struct sock; struct sockaddr; @@ -88,6 +89,23 @@ struct cgroup_bpf { /* cgroup_bpf is released using a work queue */ struct work_struct release_work; + + KABI_RESERVE(1) + KABI_RESERVE(2) + KABI_RESERVE(3) + KABI_RESERVE(4) + KABI_RESERVE(5) + KABI_RESERVE(6) + KABI_RESERVE(7) + KABI_RESERVE(8) + KABI_RESERVE(9) + KABI_RESERVE(10) + KABI_RESERVE(11) + KABI_RESERVE(12) + KABI_RESERVE(13) + KABI_RESERVE(14) + KABI_RESERVE(15) + KABI_RESERVE(16) }; int cgroup_bpf_inherit(struct cgroup *cgrp);