From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id BCF9A3858437 for ; Thu, 19 Aug 2021 15:33:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BCF9A3858437 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-329-y-WE1hLcOfam9u6ZLpT6Iw-1; Thu, 19 Aug 2021 11:33:04 -0400 X-MC-Unique: y-WE1hLcOfam9u6ZLpT6Iw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E4971107B7CF; Thu, 19 Aug 2021 15:33:02 +0000 (UTC) Received: from [10.3.115.36] (ovpn-115-36.phx2.redhat.com [10.3.115.36]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 82A016A910; Thu, 19 Aug 2021 15:33:02 +0000 (UTC) Subject: Re: [PATCH 1/4] Rewrite gdb.parse_dejagnu_sum To: Serhei Makarov , Bunsen References: <20210818192639.2362335-1-keiths@redhat.com> <20210818192639.2362335-2-keiths@redhat.com> <3ad2b380-d3f5-438d-bd38-3f16470a159a@www.fastmail.com> From: Keith Seitz Message-ID: <4a06ad2a-392c-66a3-49ef-e1984ff06dec@redhat.com> Date: Thu, 19 Aug 2021 08:33:02 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <3ad2b380-d3f5-438d-bd38-3f16470a159a@www.fastmail.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-8.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: bunsen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bunsen mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2021 15:33:07 -0000 On 8/19/21 5:40 AM, Serhei Makarov wrote: > Hello Keith, > > I had a look, the 4 patches look good to commit. I will do additional > testing with the SystemTap data next week. Thank you! I've pushed these patches. Keith