You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With commit fe2101e ("fbt: implement based on fentry/fexit probes")
test/unittest/ip/tst.ipv6localicmp.sh started to fail. The problem
appears to be that fbt::ip6_finish_output:entry, which is needed for
ip:::send, does not fire.
Use rawfbt for this probe to revert back to kprobes in this case.
Other fbt probes may also be impacted, but this case showed up in testing.
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Alan Maguire <alan.maguire@oracle.com>
0 commit comments