summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_task_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun2021-03-161-1/+1
* bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-8/+51
* bpf: Enable task local storage for tracing programsSong Liu2021-02-261-32/+11
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-121-1/+4
* bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-111-1/+1
* bpf: Implement task local storageKP Singh2020-11-061-0/+315