From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2370 invoked by alias); 11 Apr 2019 00:16:20 -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 2241 invoked by uid 89); 11 Apr 2019 00:16:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*M:lan, showing, HX-Languages-Length:363, Below 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 ESMTP; Thu, 11 Apr 2019 00:16:07 +0000 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 mx1.redhat.com (Postfix) with ESMTPS id B77C4308339D for ; Thu, 11 Apr 2019 00:16:06 +0000 (UTC) Received: from f29-4.lan (ovpn-116-111.phx2.redhat.com [10.3.116.111]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8EBEF5D719; Thu, 11 Apr 2019 00:16:06 +0000 (UTC) Date: Thu, 11 Apr 2019 00:16:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Cc: Pedro Alves Subject: Re: [PATCH] Fix amd64->i386 linux syscall restart problem Message-ID: <20190410171606.0e736077@f29-4.lan> In-Reply-To: References: <20190316221341.021f7c62@f29-4.lan> <975e7120-1b61-2807-5aab-b961e07a80d0@redhat.com> <20190409192916.79fcb539@f29-4.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00194.txt.bz2 On Wed, 10 Apr 2019 12:42:30 +0100 Pedro Alves wrote: > > Below is a diff showing the new comments. It also includes the > > changes which wrap the multi-line expressions in parens. > > Thanks, that new version of the comment looks great. It's in now. Thanks for the review. Kevin