From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from olivedrab.birch.relay.mailchannels.net (olivedrab.birch.relay.mailchannels.net [23.83.209.135]) by sourceware.org (Postfix) with ESMTPS id 63187385802B for ; Mon, 15 Mar 2021 02:52:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 63187385802B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@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 9FE48641A3E; Mon, 15 Mar 2021 02:52:30 +0000 (UTC) Received: from pdx1-sub0-mail-a12.g.dreamhost.com (100-96-16-31.trex.outbound.svc.cluster.local [100.96.16.31]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 48AB4641850; Mon, 15 Mar 2021 02:52:30 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a12.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.31 (trex/6.1.1); Mon, 15 Mar 2021 02:52:30 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Snatch-Soft: 0dd709d73734f919_1615776750523_3778976519 X-MC-Loop-Signature: 1615776750523:1038549975 X-MC-Ingress-Time: 1615776750523 Received: from pdx1-sub0-mail-a12.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a12.g.dreamhost.com (Postfix) with ESMTP id EC28C7F3AB; Sun, 14 Mar 2021 19:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=yndsYz ab0nimD6DWjsL7izmWiE0=; b=P3Y+ZOwxQTXJOibRtAHR/1USuTFKTqI0LiKdxq Rq8Pujay58v0FsZgaUEqRlcE27ApmFAwh3wO0pF4dNDA4I1KT9NyVi7M07xiRBLL iOmalKGCFSc8PABlMCrTqEGV3fqECSUgBpcMVj6Q04Ej79BST9izpeu2632RN5eD tRX44= Received: from [192.168.1.111] (unknown [1.186.101.110]) (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-a12.g.dreamhost.com (Postfix) with ESMTPSA id 7F6777F3A8; Sun, 14 Mar 2021 19:52:27 -0700 (PDT) Subject: Re: [RFC] Auto-posting committed patches to this list? To: DJ Delorie Cc: libc-alpha@sourceware.org References: X-DH-BACKEND: pdx1-sub0-mail-a12 From: Siddhesh Poyarekar Message-ID: Date: Mon, 15 Mar 2021 08:22:24 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3030.2 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 15 Mar 2021 02:52:34 -0000 On 3/11/21 10:07 PM, DJ Delorie wrote: > Siddhesh Poyarekar writes: >> There are two problems I'm trying to solve, one is of 1:1 correspondence >> between patchwork state and repo state and that will be solved by >> feeding commit patches directly to patchwork. > > On this one, I wonder how well patchwork can guess which patch series > corresponds to a commit that doesn't exactly match any of them. It doesn't at the moment, but that's an orthogonal issue and can only be solved with a move to something like gitlab. Siddhesh