-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for multiple bpf2bpf stack levels (#801)
Updates for multiple stack levels Make read_elf() with a desired_section work correctly Fixes #792 Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
4 changed files
with
72 additions
and
42 deletions.
There are no files selected for viewing
Submodule ebpf-samples
updated
34 files
+5 −0 | CMakeLists.txt | |
+ − | build/bpf2bpf.o | |
+ − | build/ringbuf_in_map.o | |
+0 −26 | json/badhelpercall.json | |
+0 −191 | json/badmapptr.json | |
+0 −279 | json/badrelo.json | |
+0 −40 | json/byteswap.json | |
+0 −191 | json/ctxoffset.json | |
+0 −183 | json/exposeptr.json | |
+0 −193 | json/exposeptr2.json | |
+0 −90 | json/loop.json | |
+0 −441 | json/map_in_map.json | |
+0 −306 | json/map_in_map_anonymous.json | |
+0 −586 | json/map_in_map_typedef.json | |
+0 −183 | json/mapoverflow.json | |
+0 −183 | json/mapunderflow.json | |
+0 −181 | json/mapvalue-overrun.json | |
+0 −191 | json/nullmapref.json | |
+0 −162 | json/packet_access.json | |
+0 −162 | json/packet_overflow.json | |
+0 −738 | json/packet_reallocate.json | |
+0 −162 | json/packet_start_ok.json | |
+0 −345 | json/prog_array.json | |
+0 −133 | json/ringbuf_uninit.json | |
+0 −38 | json/stackok.json | |
+0 −473 | json/tail_call.json | |
+0 −473 | json/tail_call_bad.json | |
+0 −340 | json/twomaps.json | |
+0 −335 | json/twomaps_btf.json | |
+0 −40 | json/twostackvars.json | |
+0 −189 | json/twotypes.json | |
+0 −191 | json/wronghelper.json | |
+13 −2 | src/bpf2bpf.c | |
+35 −0 | src/ringbuf_in_map.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters