Re: [PATCH v2 3/8] bpf powerpc: refactor JIT compiler code

2021-09-20 Thread Hari Bathini
Hi Christophe, Thanks for reviewing the series. On 17/09/21 9:40 pm, Christophe Leroy wrote: Le 17/09/2021 à 17:30, Hari Bathini a écrit : Refactor powerpc JITing. This simplifies adding BPF_PROBE_MEM support. Could you describe a bit more what you are refactoring exactly ? I am trying

Re: [PATCH v2 3/8] bpf powerpc: refactor JIT compiler code

2021-09-17 Thread Christophe Leroy
Le 17/09/2021 à 17:30, Hari Bathini a écrit : Refactor powerpc JITing. This simplifies adding BPF_PROBE_MEM support. Signed-off-by: Hari Bathini --- Changes in v2: * New patch to refactor a bit of JITing code. arch/powerpc/net/bpf_jit_comp32.c | 50 +++-

Re: [PATCH v2 3/8] bpf powerpc: refactor JIT compiler code

2021-09-17 Thread Christophe Leroy
Le 17/09/2021 à 17:30, Hari Bathini a écrit : Refactor powerpc JITing. This simplifies adding BPF_PROBE_MEM support. Could you describe a bit more what you are refactoring exactly ? Signed-off-by: Hari Bathini --- Changes in v2: * New patch to refactor a bit of JITing code.

[PATCH v2 3/8] bpf powerpc: refactor JIT compiler code

2021-09-17 Thread Hari Bathini
Refactor powerpc JITing. This simplifies adding BPF_PROBE_MEM support. Signed-off-by: Hari Bathini --- Changes in v2: * New patch to refactor a bit of JITing code. arch/powerpc/net/bpf_jit_comp32.c | 50 +++- arch/powerpc/net/bpf_jit_comp64.c | 76