From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19410 invoked by alias); 21 May 2019 12:59:42 -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 19401 invoked by uid 89); 21 May 2019 12:59:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:591, kevin, Kevin X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 May 2019 12:59:41 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 96CAFAF1E; Tue, 21 May 2019 12:59:39 +0000 (UTC) Subject: Re: [PATCH] Fix amd64->i386 linux syscall restart problem To: Kevin Buettner , gdb-patches@sourceware.org Cc: Pedro Alves References: <20190316221341.021f7c62@f29-4.lan> <975e7120-1b61-2807-5aab-b961e07a80d0@redhat.com> <20190409192916.79fcb539@f29-4.lan> <20190410171606.0e736077@f29-4.lan> From: Tom de Vries Message-ID: <40eb20c2-f6d0-eb16-d6fe-c717138b6559@suse.de> Date: Tue, 21 May 2019 12:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190410171606.0e736077@f29-4.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00470.txt.bz2 On 11-04-19 02:16, Kevin Buettner wrote: > 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. Hi, the tests fixed by this commit fail on the 8.3 branch (filed as PR24592). The commit applies cleanly on the 8.3 branch, and make the tests pass. OK to backport? Thanks, - Tom