Commit fcdb1d6
authored
pkg/ebpf: change authentication symbol for kallsyms (#2035)
When reading /proc/kallsyms file, a symbol address is checked to
identify if the file was read correctly.
The "current_task" symbol is not available on ARM, so it had to be
changed to a symbol supported on all architectures.1 parent fdc4e7f commit fcdb1d6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments