From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 63CCB3B79F; Sun, 14 Jul 2024 08:38:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720946296; cv=none; b=tgudogf2FxS7sfbqKT+1Gx74OsQ7iDUg/3sK1o7WIAKJ0xgIewM6lVlRLij+yxFpUw7HSy1HKAkxK9/684sme4GyrQu6XGsWnaRLMX+9/J2hQw+qyL9JxaKZXaJ3byynBV6ZWtPeuruOEX98YIu82usSaqDYmxPgbD88EwxzKhU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720946296; c=relaxed/simple; bh=ugC4vwFu7JaQt1R2nRsfoFX5qwcKVpwZZbz8n+GBd9I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=YXup6IqAnwD2pSQX/RaLKIij1nGeRsxlRQekVDNdDlchmiwhzcR0JJJHzSrH+6Z8iIPwBuRvlZU8Yo6GhodNmxMByDIC+iJQu3uTaj6yGjYFS8JCFrKwp7/8eCaWS3Uc3cn5IEAvWQjz0N3Uj2McJUIJ9xBzyCXo2xjJSp4BAsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pxZSXosr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pxZSXosr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87465C4AF0E; Sun, 14 Jul 2024 08:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720946296; bh=ugC4vwFu7JaQt1R2nRsfoFX5qwcKVpwZZbz8n+GBd9I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pxZSXosrHHlpL16bUcUgZDTuAeILEVlZOjAtoC92mNbUrTnmDNGt3BeNJrNxHFdaI L/nFZRGNhonsOkXirfSOo4oXklswe+YGKJjmgVWZZ0zuDF2mLTVHpfgVYHQ/74sfGL jJZhc3X+XBN3Tz0AcXoNgUMkC3ozduknjf1oI0KyNcmxr6lfo8m7GYja0ncoKSNDSW MFyYcjZV8L+UuDMIWPg+xusUjmSODbZeVOqhjz2KcpnqcgtNo4+lOD5PZ2M2kT2zf1 //pETtZ8Y7VKpE0fOpThz5A4M0h8TExmzBmmGYPRq/ASi5PdiznKJrFJHXMsHAL3vh 4uTMelhlFuY1w== From: Naveen N Rao To: , , Cc: Michael Ellerman , Nicholas Piggin , Christophe Leroy , Hari Bathini , Alexei Starovoitov , Daniel Borkmann , Masami Hiramatsu Subject: [PATCH 2/2] MAINTAINERS: Update powerpc BPF JIT maintainers Date: Sun, 14 Jul 2024 14:04:24 +0530 Message-ID: <24fea21d9d4458973aadd6a02bb1bf558b8bd0b2.1720944897.git.naveen@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 05f14b67cd74..c7a931ee7a2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3878,8 +3878,10 @@ S: Odd Fixes F: drivers/net/ethernet/netronome/nfp/bpf/ BPF JIT for POWERPC (32-BIT AND 64-BIT) -M: Naveen N Rao M: Michael Ellerman +M: Hari Bathini +M: Christophe Leroy +R: Naveen N Rao L: bpf@vger.kernel.org S: Supported F: arch/powerpc/net/ -- 2.45.2