From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16906 invoked by alias); 16 Oct 2017 14:16:51 -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 16877 invoked by uid 89); 16 Oct 2017 14:16:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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; Mon, 16 Oct 2017 14:16:48 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8A83725789; Mon, 16 Oct 2017 14:16:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8A83725789 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=palves@redhat.com Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id D964360F85; Mon, 16 Oct 2017 14:16:46 +0000 (UTC) Subject: Re: [pushed 8.0-branch] [Bug server/22137] gdbserver crashes on hosts with pkru register To: "Tedeschi, Walfred" , "gdb-patches@sourceware.org" References: <4e1810f2-a6cd-1c80-bdc6-6588e8759246@redhat.com> From: Pedro Alves Message-ID: <044f6c26-55b3-c2d2-c459-cb6bb0b749c5@redhat.com> Date: Mon, 16 Oct 2017 14:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-10/txt/msg00443.txt.bz2 On 10/16/2017 03:04 PM, Tedeschi, Walfred wrote: >> From: Pedro Alves [mailto:palves@redhat.com] >>>>> Does this work for you? >>>>> >>> It worked! >> >> Thanks, I'll push in a bit. I'm still curious to know your gcc version though. > Version is 6.3.1 >> >> Actually, I'm confused on how it worked for you, since I hadn't fixed the >> same problem around line "213" quoted above. >> > Yes there were more, I fixed in the same way, full patch is here: OK, I've pushed it now: https://sourceware.org/ml/gdb-patches/2017-10/msg00442.html Thanks, Pedro Alves