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
bpf: Fix CO-RE issue with SKB extensions when CONFIG_XFRM=n
CO-RE relocation fails when CONFIG_XFRM is disabled because
SKB_EXT_SEC_PATH may be undefined. Use bpf_core_enum_value()
instead of hardcoded values and replace probe_read() with
bpf_core_read() for proper CO-RE behavior.
Signed-off-by: Xavier Brouckaert <[email protected]>
0 commit comments