On 5/15/2024 2:39 AM, Puranjay Mohan wrote:
Zi Shen Lim is not actively doing kernel development and has decided to tranfer the responsibility of maintaining the JIT to me. Add myself as the maintainer for BPF JIT for ARM64 and remove Zi Shen Lim. Signed-off-by: Puranjay Mohan <puranjay@xxxxxxxxxx> Acked-by: Zi Shen Lim <zlim.lnx@xxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 05720fcc95cb..95beaf4dccf7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3722,7 +3722,7 @@ F: arch/arm/net/ BPF JIT for ARM64 M: Daniel Borkmann <daniel@xxxxxxxxxxxxx> M: Alexei Starovoitov <ast@xxxxxxxxxx> -M: Zi Shen Lim <zlim.lnx@xxxxxxxxx> +M: Puranjay Mohan <puranjay@xxxxxxxxxx> L: bpf@xxxxxxxxxxxxxxx S: Supported F: arch/arm64/net/
Ah, I've been working on arm64 bpf jit since 2 years ago, added arm64 bpf trampoline, cpuv4 insns, and helped to review patches. I would appreciate it if I could be also added as a reviewer or maintainer.