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

2021-09-21 Thread Christophe Leroy
Le 21/09/2021 à 15:29, Hari Bathini a écrit : Refactor powerpc LDX JITing code to simplify adding BPF_PROBE_MEM support. Signed-off-by: Hari Bathini --- Changes in v3: * Dropped ST(X) JITing coderefactoring and ensured the changes are minimal and relevant to BPF_PROBE_MEM support. * Adde

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

2021-09-21 Thread Christophe Leroy
Le 21/09/2021 à 15:29, Hari Bathini a écrit : Refactor powerpc LDX JITing code to simplify adding BPF_PROBE_MEM support. Signed-off-by: Hari Bathini --- Changes in v3: * Dropped ST(X) JITing coderefactoring and ensured the changes are minimal and relevant to BPF_PROBE_MEM support. * Adde

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

2021-09-21 Thread Hari Bathini
Refactor powerpc LDX JITing code to simplify adding BPF_PROBE_MEM support. Signed-off-by: Hari Bathini --- Changes in v3: * Dropped ST(X) JITing coderefactoring and ensured the changes are minimal and relevant to BPF_PROBE_MEM support. * Added a default for size switch case to ensure compiler