bpf: Fix potential memleak and UAF in the verifier.
[linux-2.6-microblaze.git] / kernel / cgroup / cgroup.c
index 21ecc6e..9cc8c3a 100644 (file)
@@ -577,6 +577,7 @@ out_unlock:
        rcu_read_unlock();
        return css;
 }
+EXPORT_SYMBOL_GPL(cgroup_get_e_css);
 
 static void cgroup_get_live(struct cgroup *cgrp)
 {