From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B07AA1F953 for ; Tue, 16 Nov 2021 04:23:21 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 694C63857C7A for ; Tue, 16 Nov 2021 04:23:20 +0000 (GMT) Received: from brown.birch.relay.mailchannels.net (brown.birch.relay.mailchannels.net [23.83.209.23]) by sourceware.org (Postfix) with ESMTPS id C11873858430 for ; Tue, 16 Nov 2021 04:23:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C11873858430 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 1980821AA9 for ; Tue, 16 Nov 2021 04:23:06 +0000 (UTC) Received: from pdx1-sub0-mail-a306.dreamhost.com (100-96-17-73.trex.outbound.svc.cluster.local [100.96.17.73]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 9BAAF218C2 for ; Tue, 16 Nov 2021 04:23:05 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a306.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.96.17.73 (trex/6.4.3); Tue, 16 Nov 2021 04:23:06 +0000 X-MC-Relay: Junk X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Attack-Snatch: 39bd75b92d74fe87_1637036585869_2888928692 X-MC-Loop-Signature: 1637036585869:3219556245 X-MC-Ingress-Time: 1637036585869 Received: from [192.168.1.174] (unknown [1.186.223.29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a306.dreamhost.com (Postfix) with ESMTPSA id 4HtXwm4db7z2f for ; Mon, 15 Nov 2021 20:23:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gotplt.org; s=gotplt.org; t=1637036585; bh=iBJFDWZqoDZiRaYoXHnLJYkCqlY=; h=Date:From:Subject:To:Content-Type:Content-Transfer-Encoding; b=mfNWiZssc4IPhkC1HM1c1hQCNv7R30mklq9JzvN05yJ45NP8FWSVZCLAVLf+QUPOC whpqrjx2e1aU1RvY+fCeM5zEvbRWO+cVy9l2AKNkf7vpamq7gwaolxC4kHu9F/BctT 24QpPREIJRw7UaLUnKw8TW9tX/Ob2WjFW8nFOILU= Message-ID: <5db890b1-f23c-22cc-407e-bf172dd24590@gotplt.org> Date: Tue, 16 Nov 2021 09:52:58 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Content-Language: en-US From: Siddhesh Poyarekar Subject: Patchwork review workflow: archival rules To: libc-alpha@sourceware.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" Hello, What do people think about adding the following to the patch review workflow[1]? This should help keep the queue under control. ~~~~~~ 3. Maintaining your patch queue 3.1 (existing content) 3.2. Outdated Patches To keep tha backlog in patchwork manageable, outdated patches may be archived at regular intervals. * Patches in Changes Requested status will be archived 1 year after they have been posted * Patches older than 3 months that fail to apply to the current main branch will be set to Rejected * Unresolved patches older than 2 years will be archived. ~~~~~~ Thanks, Siddhesh [1] https://sourceware.org/glibc/wiki/Patch%20Review%20Workflow