From patchwork Mon Oct 28 09:51:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: David Gibson X-Patchwork-Id: 13853222 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B13B4D13588 for ; Mon, 28 Oct 2024 09:52:30 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t5MPQ-0005DS-Oy; Mon, 28 Oct 2024 05:51:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5MPN-0005Ct-I9; Mon, 28 Oct 2024 05:51:34 -0400 Received: from mail.ozlabs.org ([2404:9400:2221:ea00::3]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5MPK-00031k-45; Mon, 28 Oct 2024 05:51:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202410; t=1730109069; bh=fyg6kWD8YQaOPtfGdgELKvPbsxej2xNNIwDN8RSQsRg=; h=From:To:Cc:Subject:Date:From; b=AGMdHli16d4+01wx3ZHQM4Gj9XqwX6rbhQoEBa9x9HiyjbBeNTivI2QSHsRJpPl/w 6MxEJGoqXAIPhBMOPPLZO3BMq35KFo0FOVgOGKpI/oh+7sIHcCUMQr0iGplsQbmoY5 eSbSUZ2WKL1aAerZ0cNCa3AGiIq4GjBdu+z1XeeYNb2/hi9lTJ/6FNJoNP9yDmiSm6 iEzuzBpHmjwS6Lcdd8plyOO1AQ0B28e5iIuIN5m1/FWbB+g2wdwQTNGLNs276lZW84 0+uoLv+T4lFAzVFCj9Gf5vDWkfETKFeCwr6uj8bvFhtg9KTolWGOm2wsEunJH2Crku W3I5w/fgcuX1Q== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4XcTDF2tTDz4x8C; Mon, 28 Oct 2024 20:51:09 +1100 (AEDT) From: David Gibson To: Nicholas Piggin , qemu-ppc@nongnu.org, qemu-devel@nongnu.org Cc: David Gibson Subject: [PATCH] MAINTAINERS: Remove myself as reviewer Date: Mon, 28 Oct 2024 20:51:09 +1100 Message-ID: <20241028095109.1611019-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Received-SPF: pass client-ip=2404:9400:2221:ea00::3; envelope-from=dgibson@gandalf.ozlabs.org; helo=mail.ozlabs.org X-Spam_score_int: -40 X-Spam_score: -4.1 X-Spam_bar: ---- X-Spam_report: (-4.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org I've now well and truly moved on from ppc and qemu maintenance. I'm occupied with other things and am pretty much just ignoring mails on these topics I'm CCed on. Time to remove myself. I'm still listed as a reviewer for Device Tree, I'll keep this for now, since I do have some interest and it's lower volume. Signed-off-by: David Gibson Reviewed-by: Philippe Mathieu-Daudé --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index bcaf36e525..5cc9873861 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1465,7 +1465,6 @@ F: tests/functional/test_ppc_40p.py sPAPR (pseries) M: Nicholas Piggin R: Daniel Henrique Barboza -R: David Gibson R: Harsh Prateek Bora L: qemu-ppc@nongnu.org S: Odd Fixes @@ -1555,7 +1554,6 @@ F: tests/functional/test_ppc_amiga.py Virtual Open Firmware (VOF) M: Alexey Kardashevskiy -R: David Gibson L: qemu-ppc@nongnu.org S: Odd Fixes F: hw/ppc/spapr_vof*