From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83677 invoked by alias); 24 Sep 2017 23:46:33 -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 83658 invoked by uid 89); 24 Sep 2017 23:46:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:728 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f169.google.com Received: from mail-pf0-f169.google.com (HELO mail-pf0-f169.google.com) (209.85.192.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 24 Sep 2017 23:46:31 +0000 Received: by mail-pf0-f169.google.com with SMTP id g65so2909363pfe.13; Sun, 24 Sep 2017 16:46:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=jvLa+YWqJuf6UM7Euk576TfXiOCBo2MCA9bBJbnPbl0=; b=Tm9ueiv88tvSDIMYVsJeNep2JWXJOjAgBPo+80v13mo6iEpwMuYeXL9HzPfJgvYzgD 8AxfAA4+dhbwbQfpEEF3t/tySGP0sPzIwv/xoPItOg6U4fGLVz1qytbTTkIWxsKOMwrM F9Xx2OsmuVhPGol8yxrPfMxLDuv4KVJxLb8ekSoMLverpR3Gx6MlxQfeuoAZZlnSRPb4 XOIWwY7v2qbPIhnKK1EhTGMhvb95nJMpwDlO0HkfAm6WuD3cz/2ibmWP4Kj/IajFNQkp Hj/A6x9nhp4oq2LhpF3ZAIOSygcC1t5QgBCKNSzaNPxJkWEQloTv+5J++Xvg/9IIdc3I 2qBA== X-Gm-Message-State: AHPjjUhf6vBnCTJhn6gtLPq0t8KOJ69TmXfKkXvlyNe+OraCXp2CCp0p s3J9Awa5HQknfXirvfd4egZu2vhi X-Google-Smtp-Source: AOwi7QAlRBGdXCYDAqx6r3koKCUnOEtzd69b1VV/138I9vPeKDqlpF1ZLKWZ4q2vA/ISKsfYxyg3jw== X-Received: by 10.99.171.73 with SMTP id k9mr5826564pgp.196.1506296790380; Sun, 24 Sep 2017 16:46:30 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-175-73-248.czqe1.win.bigpond.net.au. [58.175.73.248]) by smtp.gmail.com with ESMTPSA id r81sm8656590pfj.106.2017.09.24.16.46.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Sep 2017 16:46:28 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id D1C73C06C6; Mon, 25 Sep 2017 09:16:24 +0930 (ACST) Date: Sun, 24 Sep 2017 23:46:00 -0000 From: Alan Modra To: "Maciej W. Rozycki" Cc: binutils@sourceware.org, gdb-patches@sourceware.org, Sergio Durigan Junior , Pedro Alves , Djordje Todorovic Subject: Re: [PATCH 0/4] Fix issues with Linux core PRPSINFO note definitions Message-ID: <20170924234624.GP25070@bubble.grove.modra.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2017-09/txt/msg00746.txt.bz2 On Sat, Sep 23, 2017 at 01:02:20AM +0100, Maciej W. Rozycki wrote: > Hi, > > This patch series addresses problems with Linux core PRPSINFO note > definitions, discovered in the course of Djordje's MIPS PID extraction > patch review. See individual patch descriptions for details. > > These changes have passed binutils regression testing against my usual > targets (for the BFD part) and also native GDB regression testing with the > `x86_64-linux-gnu' target and the `mips-linux-gnu' n64 target (for the GDB > part, and the `gcore' command in particular). > > OK to apply? The binutils changes are OK. Thanks! -- Alan Modra Australia Development Lab, IBM