From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id A35D13858D3C; Tue, 23 Apr 2024 09:39:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A35D13858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A35D13858D3C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713865174; cv=none; b=iPq94qsRZXZ37UJmxC4sbkUeD5xiyxH00x7bh8br8wdaZcLdUH7gO7iIV4vljJT6PXwfE9krHDn/uNTPJilsbaViM3VBFD7k4FrvhY37CnkdKqZnjHI3YAirRb29ptj8EDla+9lyx+r+/PiCMFLtmA/Yos5cRvExDPRqqL9lEhI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713865174; c=relaxed/simple; bh=eRo4t2ghpt3j3Mj+tdoB/NWSBX38zjpxhunK8rnIqrY=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=ZHslM6Q6OhX11XMa6wttQPIbyJwrdBMuv/26bPSs/YbfizH1jHu5zd4xpdKDmiddqowU8+EOTJjdUgrYlpuYA2hSyFiShlRhV0p2jHDr8eBItHHizAU9VNyQQPy5jpjRu03HkmKWmDff/dHS5t6C8GzqnQD73HBcuPG3IHwUDEE= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 434D4339; Tue, 23 Apr 2024 02:40:00 -0700 (PDT) Received: from [10.2.78.64] (e120077-lin.cambridge.arm.com [10.2.78.64]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E298D3F64C; Tue, 23 Apr 2024 02:39:30 -0700 (PDT) Message-ID: <1426f8a2-f65a-4cb1-855a-406c9a4fea9f@arm.com> Date: Tue, 23 Apr 2024 10:39:29 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Updated Sourceware infrastructure plans To: Mark Wielaard , Jason Merrill Cc: Tom Tromey , "Frank Ch. Eigler" , Overseers mailing list , Joseph Myers , gcc@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org, libc-alpha@sourceware.org References: <20240417232725.GC25080@gnu.wildebeest.org> <20240418173726.GD9069@redhat.com> <87v849qudy.fsf@tromey.com> <87wmooep76.fsf@tromey.com> <20240423085605.GD28568@gnu.wildebeest.org> From: "Richard Earnshaw (lists)" Content-Language: en-GB In-Reply-To: <20240423085605.GD28568@gnu.wildebeest.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3491.4 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 23/04/2024 09:56, Mark Wielaard wrote: > Hi, > > On Mon, Apr 22, 2024 at 11:51:00PM -0400, Jason Merrill wrote: >> On Mon, Apr 22, 2024 at 11:24 PM Tom Tromey wrote: >>> Jason> Someone mentioned earlier that gerrit was previously tried >>> Jason> unsuccessfully. >>> >>> We tried it and gdb and then abandoned it. We tried to integrate it >>> into the traditional gdb development style, having it send email to >>> gdb-patches. I found these somewhat hard to read and in the end we >>> agreed not to use it. >>> >>> I've come around again to thinking we should probably abandon email >>> instead. For me the main benefit is that gerrit has patch tracking, >>> unlike our current system, where losing patches is fairly routine. >> >> Indeed. Though Patchwork is another option for patch tracking, that glibc >> seem to be having success with. > > Patchworks works if you have people that like it and keep on top of > it. For elfutils Aaron and I are probably the only ones that use it, > but if we just go over it once a week it keeps being managable and > nobody else needs to care. That is also why it seems to work for > glibc. If you can carve out an hour a week going over the submitted > patches and delegate them then it is a really useful patch tracking > tool. Obviously that only works if the patch flow isn't overwhelming > to begin with... > > I'll work with Sergio who setup the original gerrit instance to > upgrade it to the latest gerrit version so people try it out. One nice > thing he did was to automate self-service user registration. Although > that is one of the things I don't really like about it. As Tom said it > feels like gerrit is an all or nothing solution that has to be > mandated to be used and requires everybody to have a centralized > login. But if you do want that then how Sergio set it up is pretty > nice. It is just one more thing to monitor for spam accounts... > > Cheers, > > Mark I've been using patchwork with GCC since, roughly, last year's cauldron. Its main weakness is a poor search function for finding relevant patches, which means that since most patches in the queue aren't being managed it's a bit hit-and-miss finding the relevant patches. Its other problem is that it expects a particular workflow model, particularly not replying to an existing patch discussion with an updated patch (it expects patches to be reposted as an entire series with a new version number, Linux-style). But there are some benefits to using it: I can integrate it with my mail client - it can show me the patch series in patchwork when I receive a mail directly; it integrates well with git with the git-pw module, so I can pull an entire patch series off the list into my worktree from the command line just by knowing the patch series number; and I can manage/track patches in bundles, which is great if I don't have time in any particular day to deal with the email volume. Finally, it's been integrated with our CI systems (thanks Linaro!), so it can automatically pull reviews and run validations on them, then report the results back; often before I've even had time to look at the patch. R.