Commit e2c357d
committed
link: use PlatformPrefix in TestKprobeMultiProgramCall
The test has started failing in arm64 CI because it can't
find __do_sys_getpid anymore.
Looking at the test it seems like we aren't using the platform
prefix for the syscall wrapper appropriately.
It's unclear why this used to work.
Always use the correct prefix.
Fixes: #1888
Signed-off-by: Lorenz Bauer <[email protected]>1 parent d362715 commit e2c357d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| 104 | + | |
103 | 105 | | |
| 106 | + | |
104 | 107 | | |
105 | | - | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
0 commit comments