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
if autocreate(false) is set for a map, the fd will be invalid,
causing further failure of the skeleton loading.
this is the case when trying to load some program with
#define BPF_NO_GLOBAL_DATA (when bpf_printk() is used),
as the '.rodata.str1.1' map skips auto-creating.
Signed-off-by: Eliad Peller <eliad.peller@wiz.io>
0 commit comments