From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 7E9E73949087 for ; Mon, 10 Oct 2022 15:25:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7E9E73949087 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]:38452) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohuew-0006Qv-W5; Mon, 10 Oct 2022 11:25:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=eDrtpSnnJBIK6C9zH5891cYTNX5Sh3fQjQlxo7y5JIU=; b=jQCsgmIpkr0O 3BW28iTLwljq35oyAPTDttTNowtWK+Lb/HHAcg4p7Fjt6JgL3Yb0P5QM4gRSVOab0MlVftzxD0tFH idJHpSw97gMmuEqdgZsDPcxysxeHGur90dMk6Ly2F8hJlzYw4789XxD99DvNSw2WNqByrNfO9qnth Eu3CSNjAWSm8aq9g7ZmZFMm04NVDt6eWyyCrq+cFKCB8wiIc3zU6MSEOwFHfJr9KoqCu1+K3t9BtC mdAdSpfqbueFDtE6RfcL0+DovK/0W6WJrGCLnwfqrUWw9l3Hfr266En+gu6HASgZyGPbOT9R9RjUy vFqlaLp6VB1ctPxxybrQDg==; Received: from [87.69.77.57] (port=4769 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohuew-00047X-9U; Mon, 10 Oct 2022 11:25:38 -0400 Date: Mon, 10 Oct 2022 18:25:45 +0300 Message-Id: <83edvfhf9i.fsf@gnu.org> From: Eli Zaretskii To: Bruno Larsen Cc: simark@simark.ca, gdb@sourceware.org In-Reply-To: <222feff2-4453-1f61-9f55-07249c0b8e43@redhat.com> (message from Bruno Larsen on Mon, 10 Oct 2022 15:26:33 +0200) Subject: Re: Proposal: Add review tags to patch review workflow. References: <754258e5-b9b7-0785-5580-f8f54e7ad6ad@simark.ca> <83y1tqltpp.fsf@gnu.org> <790305bd-9cdf-9dbc-6b8e-b55f1f70258f@simark.ca> <834jwelc26.fsf@gnu.org> <1c95e1f9-db82-a60e-7d4d-21eaea4435db@redhat.com> <83k058ggcp.fsf@gnu.org> <83h70bhqbe.fsf@gnu.org> <4977bda3-7f8d-1be5-d3e1-143c40c953f2@redhat.com> <83fsfvhlbr.fsf@gnu.org> <222feff2-4453-1f61-9f55-07249c0b8e43@redhat.com> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Mon, 10 Oct 2022 15:26:33 +0200 > Cc: simark@simark.ca, gdb@sourceware.org > From: Bruno Larsen > > >> Ah, so I'll suggest that you approve the documentation changes, and I'll > >> mention that some approvers may sometimes only approve part of the > >> patch, so one should make sure the whole patch is approved before pushing. > > I'm not sure I understand: do you mean that I should not use _any_ tag > > at all, when the patch includes more than just documentation? > > Sorry for making things even more confusing. I meant that you use > Approved-by tags. OK, thanks.