From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id INh9EdwB2GMveCUAWB0awg (envelope-from ) for ; Mon, 30 Jan 2023 12:43:56 -0500 Received: by simark.ca (Postfix, from userid 112) id 4508C1E128; Mon, 30 Jan 2023 12:43:56 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=vJ83/riG; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RDNS_DYNAMIC,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id AEF7A1E0D3 for ; Mon, 30 Jan 2023 12:43:55 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E8F743858D28 for ; Mon, 30 Jan 2023 17:43:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8F743858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675100633; bh=wCZtRNDu0vIOr3g8/0eAS45+TKNdvv9qUKjv7FvBihE=; h=Date:To:Cc:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=vJ83/riGYvJTbgtHiOkLpcgSmbfAFfQ5gfwwlhOJ8DpW8k++MFrtL+TP2UjWLvx04 E+OzsO67j4h4NVxD0BIdZ723FP+IQAacRuExClwwvWvXcXECGITBpa5N8qQPQlagmI rZFrHdWOxZ/l5ZL2rD/9ogDd0JaToVdsi+33DEas= Received: from lndn.lancelotsix.com (vps-42846194.vps.ovh.net [IPv6:2001:41d0:801:2000::2400]) by sourceware.org (Postfix) with ESMTPS id 25A823858D1E for ; Mon, 30 Jan 2023 17:43:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 25A823858D1E Received: from ubuntu.lan (unknown [IPv6:2a02:390:9086::146]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id DF05480E9E; Mon, 30 Jan 2023 17:43:26 +0000 (UTC) Date: Mon, 30 Jan 2023 17:43:18 +0000 To: Tom Tromey Cc: Mark Wielaard , Luis Machado , Simon Marchi , "gdb@sourceware.org" , John Baldwin Subject: Re: Any concrete plans after the GDB BoF? Message-ID: <20230130174318.m2itnzacnbbtxdl6@ubuntu.lan> References: <83485199-965e-7ff5-1dc8-d027b74b56f7@arm.com> <20230101220250.GA11041@gnu.wildebeest.org> <87tu0lxgee.fsf@tromey.com> <87bkmtx83b.fsf@tromey.com> <20230127155016.zchm4tsawlkdfyne@ubuntu.lan> <87mt63ilkm.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87mt63ilkm.fsf@tromey.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Mon, 30 Jan 2023 17:43:27 +0000 (UTC) X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lancelot SIX via Gdb Reply-To: Lancelot SIX Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" > Lancelot> That being said, I still use git-pw to fetch and apply patch and series. > Lancelot> This is really convenient when I am not working on the host where I have > Lancelot> my mail client. > > Have you tried b4 instead? I haven't yet but it seems like the same > thing but without needing patchwork, just public inbox. > > https://b4.docs.kernel.org/en/latest/index.html I haven't yet either. For now git-pw seems to allow me to do what I am trying to achieve. I'll still try to have a closer look at b4 to check if it can provide a better experience. Lancelot.