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
> 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
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