[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs

technoboy85@gmail.com posted 2 patches 1 year, 4 months ago
There is a newer version of this series
include/linux/bpf.h      |  1 +
kernel/bpf/cgroup.c      |  2 ++
kernel/bpf/helpers.c     | 29 +++++++++++++++++++++++++++++
kernel/trace/bpf_trace.c | 23 -----------------------
4 files changed, 32 insertions(+), 23 deletions(-)
[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs
Posted by technoboy85@gmail.com 1 year, 4 months ago
From: Matteo Croce <teknoraver@meta.com>

Enable some BPF kfuncs and the helper bpf_current_task_under_cgroup()
for program types BPF_CGROUP_*.
These will be used by systemd-networkd:
https://github.com/systemd/systemd/pull/32212

Matteo Croce (2):
  bpf: enable generic kfuncs for BPF_CGROUP_* programs
  bpf: allow bpf_current_task_under_cgroup() with BPF_CGROUP_*

 include/linux/bpf.h      |  1 +
 kernel/bpf/cgroup.c      |  2 ++
 kernel/bpf/helpers.c     | 29 +++++++++++++++++++++++++++++
 kernel/trace/bpf_trace.c | 23 -----------------------
 4 files changed, 32 insertions(+), 23 deletions(-)

-- 
2.45.2