From c638b130e83e4aa47031c0e51455ecc961dfdc3d Mon Sep 17 00:00:00 2001 From: Naveen N Rao <naveen@kernel.org> Date: Sun, 14 Jul 2024 14:04:24 +0530 Subject: [PATCH] MAINTAINERS: Update powerpc BPF JIT maintainers Hari Bathini has been updating and maintaining the powerpc BPF JIT since a while now. Christophe Leroy has been doing the same for 32-bit powerpc. Add them as maintainers for the powerpc BPF JIT. I am no longer actively looking into the powerpc BPF JIT. Change my role to that of a reviewer so that I can help with the odd query. Signed-off-by: Naveen N Rao <naveen@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu> Acked-by: Hari Bathini <hbathini@linux.ibm.com> Link: https://lore.kernel.org/bpf/24fea21d9d4458973aadd6a02bb1bf558b8bd0b2.1720944897.git.naveen@kernel.org --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index cb94881d5d1eb..6feba67310fc1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3941,8 +3941,10 @@ S: Odd Fixes F: drivers/net/ethernet/netronome/nfp/bpf/ BPF JIT for POWERPC (32-BIT AND 64-BIT) -M: Naveen N Rao <naveen@kernel.org> M: Michael Ellerman <mpe@ellerman.id.au> +M: Hari Bathini <hbathini@linux.ibm.com> +M: Christophe Leroy <christophe.leroy@csgroup.eu> +R: Naveen N Rao <naveen@kernel.org> L: bpf@vger.kernel.org S: Supported F: arch/powerpc/net/ -- GitLab