From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28588 invoked by alias); 23 Jul 2016 21:44:24 -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 28575 invoked by uid 89); 23 Jul 2016 21:44:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 spammy=H*F:D*be, Gabriel, H*Ad:U*gabriel, gabriel X-HELO: layla.krisman.be Received: from layla.krisman.be (HELO layla.krisman.be) (176.31.208.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 23 Jul 2016 21:44:13 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (envelope-from ) id 1bR4F7-0001bt-SF; Sat, 23 Jul 2016 23:13:54 +0200 From: Gabriel Krisman Bertazi To: Doug Evans Cc: Gabriel Krisman Bertazi , Pedro Alves , gdb-patches , Sergio Durigan Junior Subject: Re: [PATCH v7 0/5] Catch syscall group In-Reply-To: (Doug Evans's message of "Wed, 13 Jul 2016 10:33:40 -0700") References: <1466368449-26477-1-git-send-email-gabriel@krisman.be> <4754240c-e5c3-343e-b107-c9552cac552f@redhat.com> <87eg6y9ur0.fsf@linux.vnet.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Date: Sat, 23 Jul 2016 21:44:00 -0000 Message-ID: <87invwrpwb.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00315.txt.bz2 Doug Evans writes: > On Tue, Jul 12, 2016 at 6:44 PM, Gabriel Krisman Bertazi > wrote: >> Pedro Alves writes: >> >>> On 06/19/2016 09:34 PM, Gabriel Krisman Bertazi wrote: >>>> Changes since v6: >>>> - Initialize variable to NULL (Sergio) >>>> - Create wrapper rules syscalls-xml and clean-syscalls-xml (Pedro) >>>> - Always check for xsltproc in configure.ac. Only force the dependency >>>> when in maintainer mode. >>>> - Expose xml creation rule outside of maintainer mode (Pedro) >>>> - Fix up license header in apply-defaults.xsl (Pedro) >>> >>> Thanks. I'm happy with the updates. LGTM. >> >> Thanks, Doug and Pedro. >> >> It's been almost 2 weeks from the last review. I'm out of office this >> week, but unless anyone has other concerns, I plan to push it next week. >> >> Does any one has other suggestions for this? > > None come to mind. > Go for it, and thanks! Pushed: Thanks, -- Gabriel Krisman Bertazi