Re: [PATCH bpf-next] bpf: use BPF_CAST_CALL for casting bpf call

2019-04-16 Thread Alexei Starovoitov
On Tue, Apr 16, 2019 at 2:13 AM Prashant Bhole wrote: > > verifier.c uses BPF_CAST_CALL for casting bpf call except at one > place in jit_subprogs(). Let's use the macro for consistency. > > Signed-off-by: Prashant Bhole Applied. Thanks

Re: [PATCH bpf-next] bpf: use BPF_CAST_CALL for casting bpf call

2019-04-16 Thread Song Liu
> On Apr 16, 2019, at 2:13 AM, Prashant Bhole > wrote: > > verifier.c uses BPF_CAST_CALL for casting bpf call except at one > place in jit_subprogs(). Let's use the macro for consistency. > > Signed-off-by: Prashant Bhole Acked-by: Song Liu > --- > kernel/bpf/verifier.c | 5 ++--- > 1 fil

[PATCH bpf-next] bpf: use BPF_CAST_CALL for casting bpf call

2019-04-16 Thread Prashant Bhole
verifier.c uses BPF_CAST_CALL for casting bpf call except at one place in jit_subprogs(). Let's use the macro for consistency. Signed-off-by: Prashant Bhole --- kernel/bpf/verifier.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verif