Re: [PATCH bpf-next v2 1/7] bpf: rename stack trace map operations

2018-10-10 Thread Song Liu
On Wed, Oct 10, 2018 at 7:05 AM Mauricio Vasquez B wrote: > > In the following patches queue and stack maps (FIFO and LIFO > datastructures) will be implemented. In order to avoid confusion and > a possible name clash rename stack_map_ops to stack_trace_map_ops > > Signed-off-by: Mauricio Vasquez

[PATCH bpf-next v2 1/7] bpf: rename stack trace map operations

2018-10-10 Thread Mauricio Vasquez B
In the following patches queue and stack maps (FIFO and LIFO datastructures) will be implemented. In order to avoid confusion and a possible name clash rename stack_map_ops to stack_trace_map_ops Signed-off-by: Mauricio Vasquez B --- include/linux/bpf_types.h |2 +- kernel/bpf/stackmap.c