From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dormouse.elm.relay.mailchannels.net (dormouse.elm.relay.mailchannels.net [23.83.212.50]) by sourceware.org (Postfix) with ESMTPS id A3F343858D3C; Mon, 20 Sep 2021 05:49:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A3F343858D3C 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 8182392267A; Mon, 20 Sep 2021 05:49:49 +0000 (UTC) Received: from pdx1-sub0-mail-a1.g.dreamhost.com (100-96-16-65.trex.outbound.svc.cluster.local [100.96.16.65]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 0E4CE92264C; Mon, 20 Sep 2021 05:49:49 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a1.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.65 (trex/6.4.3); Mon, 20 Sep 2021 05:49:49 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Squirrel-Cold: 7abdfe3171f42393_1632116989291_3642240126 X-MC-Loop-Signature: 1632116989291:2432041795 X-MC-Ingress-Time: 1632116989291 Received: from pdx1-sub0-mail-a1.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a1.g.dreamhost.com (Postfix) with ESMTP id C311986AE3; Sun, 19 Sep 2021 22:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=PgView P0My2p6LIND+RTcFi1lik=; b=p2g36dZwnEt1XIRJnv7EZVoKQvhUtnOvuYze8M dk82Kc0LIH00ercZTG9KmoqD+eg6DkDFaJ/CCH/O4h0dudpKYVIXV3W5NO3G9hF3 uqSaAltCOzG0vk3tqGBt/2Z5M+wUrUbDeM6pPjCcrZHSRkR1nd8saWBfOd2LI3ty MdCHA= Received: from [192.168.1.175] (unknown [1.186.223.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a1.g.dreamhost.com (Postfix) with ESMTPSA id 8222F85C0B; Sun, 19 Sep 2021 22:49:45 -0700 (PDT) Message-ID: Date: Mon, 20 Sep 2021 11:19:40 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: Announcing backports on libc-stable Content-Language: en-US To: Florian Weimer , libc-alpha@sourceware.org, libc-stable@sourceware.org References: <87y27vechw.fsf@oldenburg.str.redhat.com> X-DH-BACKEND: pdx1-sub0-mail-a1 From: Siddhesh Poyarekar In-Reply-To: <87y27vechw.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3029.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-stable@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-stable mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2021 05:49:52 -0000 On 9/17/21 15:43, Florian Weimer via Libc-alpha wrote: > Currently, we say that backported commits should be posted to > libc-stable. > > Is there really any value in doing this? > > The glibc-cvs commit notifications are regular enough and can be > filtered down to stable branches if people are interested in that. I won't complain if libc-stable were to be retired or we simply had glibc-cvs redirect release/[0-9\.]+/master commits to it. That will reduce the busy work. Siddhesh