summaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_task_storage.c
AgeCommit message (Expand)Author
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2021-02-26bpf: Enable task local storage for tracing programsSong Liu
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh
2020-11-11bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau
2020-11-06bpf: Implement task local storageKP Singh