Re: [PATCH 4/4] sparc: bpf_jit: Rename jump labels in bpf_jit_compile()

2016-09-04 Thread David Miller
From: Daniel Borkmann Date: Sat, 03 Sep 2016 18:52:44 +0200 > On 09/03/2016 06:41 PM, SF Markus Elfring wrote: >> From: Markus Elfring >> Date: Sat, 3 Sep 2016 18:14:19 +0200 >> >> Adjust jump labels according to the current Linux coding

Re: [PATCH 4/4] sparc: bpf_jit: Rename jump labels in bpf_jit_compile()

2016-09-04 Thread David Miller
From: Daniel Borkmann Date: Sat, 03 Sep 2016 18:52:44 +0200 > On 09/03/2016 06:41 PM, SF Markus Elfring wrote: >> From: Markus Elfring >> Date: Sat, 3 Sep 2016 18:14:19 +0200 >> >> Adjust jump labels according to the current Linux coding style >> convention. >> >> Signed-off-by: Markus Elfring

Re: [PATCH 4/4] sparc: bpf_jit: Rename jump labels in bpf_jit_compile()

2016-09-03 Thread Daniel Borkmann
On 09/03/2016 06:41 PM, SF Markus Elfring wrote: From: Markus Elfring Date: Sat, 3 Sep 2016 18:14:19 +0200 Adjust jump labels according to the current Linux coding style convention. Signed-off-by: Markus Elfring NAK, just noise.

Re: [PATCH 4/4] sparc: bpf_jit: Rename jump labels in bpf_jit_compile()

2016-09-03 Thread Daniel Borkmann
On 09/03/2016 06:41 PM, SF Markus Elfring wrote: From: Markus Elfring Date: Sat, 3 Sep 2016 18:14:19 +0200 Adjust jump labels according to the current Linux coding style convention. Signed-off-by: Markus Elfring NAK, just noise. --- arch/sparc/net/bpf_jit_comp.c | 6 +++--- 1 file

[PATCH 4/4] sparc: bpf_jit: Rename jump labels in bpf_jit_compile()

2016-09-03 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 3 Sep 2016 18:14:19 +0200 Adjust jump labels according to the current Linux coding style convention. Signed-off-by: Markus Elfring --- arch/sparc/net/bpf_jit_comp.c | 6 +++--- 1 file changed, 3

[PATCH 4/4] sparc: bpf_jit: Rename jump labels in bpf_jit_compile()

2016-09-03 Thread SF Markus Elfring
From: Markus Elfring Date: Sat, 3 Sep 2016 18:14:19 +0200 Adjust jump labels according to the current Linux coding style convention. Signed-off-by: Markus Elfring --- arch/sparc/net/bpf_jit_comp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git