Re: [PATCH bpf-next v3 2/9] libbpf: Add support for task local storage

2020-11-04 Thread Martin KaFai Lau
On Wed, Nov 04, 2020 at 05:44:46PM +0100, KP Singh wrote: > From: KP Singh > > Updates the bpf_probe_map_type API to also support > BPF_MAP_TYPE_TASK_STORAGE similar to other local storage maps. > > Signed-off-by: KP Singh Acked-by: Martin KaFai Lau

[PATCH bpf-next v3 2/9] libbpf: Add support for task local storage

2020-11-04 Thread KP Singh
From: KP Singh Updates the bpf_probe_map_type API to also support BPF_MAP_TYPE_TASK_STORAGE similar to other local storage maps. Signed-off-by: KP Singh --- tools/lib/bpf/libbpf_probes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lib/bpf/libbpf_probes.c