From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id A14D0385BF83 for ; Tue, 14 Apr 2020 19:24:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A14D0385BF83 Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-94-CR92kN-6PcylbUVQbo12dw-1; Tue, 14 Apr 2020 15:24:36 -0400 X-MC-Unique: CR92kN-6PcylbUVQbo12dw-1 Received: by mail-ed1-f69.google.com with SMTP id b12so719488edy.7 for ; Tue, 14 Apr 2020 12:24:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=19mg9x3ugongdBSROxNwU1+Pu1in8OpQxldweOMzPow=; b=rOHsvJKqCEd5OLvWvR5CTI5PfhkIsJqJsvT9aTvs/1EU1rZaEoObho/MOC+krcYa/q UQW8r6n4edF3R74jwn01WVehH+O+8Tcb0cZ4eeXU5Ra+Od+tgoOREYmdz6XOKRhIRs/c CWJc+vmDdx+aV0BQkoNtVtKlL3TSngS/XQcpH8d/W1OMavmm9pdXFU9lNSXEaBqtld3V 6BsfWA20frF1tOav3SomqaKUf/TSkyKhQp92jKiUo27t2a+U6+MLTDgzHdsk+di3xzcx OXjHwa/dC4foA9uDfHjEFB9Su6kt1aF3hM/iy2a7ve3v2ASUVUEBklNv4tIIRdUJYbXU 6XfA== X-Gm-Message-State: AGi0PuYhGJzh121qrbu+yP6F4pwZ7SIZIManLWMkb63mRKfMx8sotveh GFzRKIc3Ttm1vh3FX99G70Gx01r08V1t4Q4KqDEwkbeeEmyCgwqSjNTmqxzNDfXrMNsYdn0dZqB AZkutRpk7tXG9SGnFdVcPng== X-Received: by 2002:a17:906:3713:: with SMTP id d19mr1542123ejc.111.1586892274971; Tue, 14 Apr 2020 12:24:34 -0700 (PDT) X-Google-Smtp-Source: APiQypLrd6US+Avr8mzHOKvxfZV/1FvTd1825GXr/9VhCO+KEEF3p1aMYTRoH8VwCXV5roci2ajKKg== X-Received: by 2002:a17:906:3713:: with SMTP id d19mr1542102ejc.111.1586892274654; Tue, 14 Apr 2020 12:24:34 -0700 (PDT) Received: from ?IPv6:2001:8a0:f909:7b00:56ee:75ff:fe8d:232b? ([2001:8a0:f909:7b00:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id i3sm2174025ejr.19.2020.04.14.12.24.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 14 Apr 2020 12:24:34 -0700 (PDT) Subject: Re: [PATCH 00/28] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR/25412) To: Hannes Domani , Gdb-patches References: <20200414175434.8047-1-palves@redhat.com> <352155373.1019768.1586890003838@mail.yahoo.com> From: Pedro Alves Message-ID: Date: Tue, 14 Apr 2020 20:24:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <352155373.1019768.1586890003838@mail.yahoo.com> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2020 19:24:53 -0000 On 4/14/20 7:46 PM, Hannes Domani via Gdb-patches wrote: > Am Dienstag, 14. April 2020, 19:54:45 MESZ hat Pedro Alves via Gdb-patch= es Folgendes geschrieben: >=20 >> In PR/25412, Simon noticed that after the multi-target series, the >> tid-reuse.exp testcase manages to create a duplicate thread in the >> thread list.=C2=A0 Or rather, two threads with the same PTID. >=20 > I'm sorry to hijack this thread, but I just wanted to apply this patch se= ries > for testing, but I'm already stuck on the first step. Thanks much for testing! > How do you get patches from these mails that I then can use with "git am" > (or some other git command)? >=20 > For single patches I would just use the raw email, that seems to work fin= e, > but I thought there probably exists a simpler way for larger series that = I > don't know about. In Thunderbird, I select all the emails, right click, and then select "save selected messages" -> "as Mbox file". Them I use git am. I'm not sure whether that's native functionality, or whether it comes from the "ImportExportTools" add-on. I have=20 [format] useAutoBase =3D true in my .gitconfig, which is what puts that=20 base-commit: dd1cab0694592099854e66467319253954c93764 line at the bottom of the cover letter. That's the commit on top of which the series applies. But, to make it simpler, I've now pushed the series to the users/palves/current-thread branch on sourceware.org, so you can simply pick it from there. Thanks, Pedro Alves