Skip to content

Commit

Permalink
tetragon: Remove bpf_globals object
Browse files Browse the repository at this point in the history
It's no longer used, the rest of the globals support
was removed long time ago.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
  • Loading branch information
olsajiri authored and kkourt committed Jun 7, 2024
1 parent 70ed792 commit a14d31d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 107 deletions.
2 changes: 1 addition & 1 deletion bpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROCESS = bpf_execve_event.o bpf_execve_event_v53.o bpf_fork.o bpf_exit.o bpf_ge
bpf_enforcer.o bpf_multi_enforcer.o bpf_fmodret_enforcer.o

CGROUP = bpf_cgroup_mkdir.o bpf_cgroup_rmdir.o bpf_cgroup_release.o
BPFTEST = bpf_lseek.o bpf_globals.o
BPFTEST = bpf_lseek.o

OBJSDIR := objs/
DEPSDIR := deps/
Expand Down
63 changes: 0 additions & 63 deletions bpf/lib/globals.h

This file was deleted.

43 changes: 0 additions & 43 deletions bpf/test/bpf_globals.c

This file was deleted.

0 comments on commit a14d31d

Please sign in to comment.