From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id ECED03858C50 for ; Tue, 3 Oct 2023 14:03:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ECED03858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1696341828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VLQoP9sfH78zA9mPQATtWDc72g6o9IzC39Nbhtp9mO0=; b=X4LfMVL8bwDUkYYt7Jzd73cP63rlPYYA6iFoLdIfE0UqGiRC+hymTotI6tV3FRbh0sso/R DxxsTGu3IHm30JpCBeO7+TG4NSuuLDL4w6d1VaW1xOLhq99hpqt3DjiZTNwKxdl+iaQFix IfUV09c+acdNrBbOv+vjpj8tmVCN1LM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-389-iEcjHapzNMCLkqR4o3QVAw-1; Tue, 03 Oct 2023 10:03:46 -0400 X-MC-Unique: iEcjHapzNMCLkqR4o3QVAw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 426D78582BB for ; Tue, 3 Oct 2023 14:03:40 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.45.226.148]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BD1431054FC1; Tue, 3 Oct 2023 14:03:39 +0000 (UTC) From: Guinevere Larsen To: test-list@sourceware.org Cc: Guinevere Larsen Subject: [PATCH] updating maintainers. Squash in future Date: Tue, 3 Oct 2023 16:00:12 +0200 Message-ID: <20231003140011.191160-2-blarsen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-11.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This is a test patch to see if b4 can handle a git trailer with parenthesis at the end --- gdb/MAINTAINERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 0286bf4ac4a..dd11d0e6b12 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -88,13 +88,6 @@ trailers are used to identify who contributed and how. All patches pushed upstream should have at least one Approved-By patches (with the exception of obvious patches, see below). The trailers (or tags) currently in use are: - - Acked-By: - - Used when a contributor has taken a quick glance at a patch and agrees - with the direction outlined in the commit message, but hasn't evaluated - the code for correctness or regressions. - Usage: "Acked-By: Your Name " - - Tested-by: Used when a contributor has tested the patch and finds that it @@ -111,6 +104,13 @@ obvious patches, see below). The trailers (or tags) currently in use are: feel comfortable approving the patch. Usage: "Reviewed-By: Your Name " + - Acked-By: + + Used by a responsible or global maintainer when the patch touches multiple + areas of GDB, but the maintainer does not want or is not able to approve + all of them. When using this tag, add the area(s) at the end of the text. + Usage: "Acked-By: Your Name (area)" + - Approved-by: Used by responsible maintainers or global maintainers when a patch is -- 2.41.0