From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72926 invoked by alias); 2 Sep 2015 16:38:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 72912 invoked by uid 89); 2 Sep 2015 16:38:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 02 Sep 2015 16:38:25 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 8D97A2FB for ; Wed, 2 Sep 2015 16:38:24 +0000 (UTC) Received: from blade.nx (ovpn-116-81.ams2.redhat.com [10.36.116.81]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t82GcN4e014456; Wed, 2 Sep 2015 12:38:24 -0400 Received: by blade.nx (Postfix, from userid 1000) id C6F25264205; Wed, 2 Sep 2015 17:38:22 +0100 (BST) Date: Wed, 02 Sep 2015 16:38:00 -0000 From: Gary Benson To: Sergio Durigan Junior Cc: GDB Patches Subject: Re: [PATCH 0/2] Improve error management on probes-based dynamic linker interface (and workaround RH BZ 1196181) Message-ID: <20150902163822.GA19564@blade.nx> References: <1440200253-28603-1-git-send-email-sergiodj@redhat.com> <87y4gp5u66.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y4gp5u66.fsf@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00042.txt.bz2 Sergio Durigan Junior wrote: > On Friday, August 21 2015, I wrote: > > This series improves the error reporting done by the SystemTap SDT > > probe support code, and addresses the problem reported on > > by making > > the error handling on the probes-based dynamic linker interface > > more robust. > > > > Further comments on the patches themselves. I intend to push the > > first patch soon if there are no comments. > > I pushed both patches now. The first one was obvious enough that I > could push it without further comments. I would like to thank Gary > for commenting on the second patch and help me tweak it. Awesome, thanks Sergio. Cheers, Gary -- http://gbenson.net/