[,,,] > > + * > > + * void *bpf_task_storage_get(struct bpf_map *map, void *task, void *value, u64 flags) > After peeking patch 2, I think the pointer type should be > "struct task_struct *task" instead of "void *task". > > Same for bpf_task_storage_delete(). Done. Thanks!