From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99128 invoked by alias); 23 Sep 2017 00:02:37 -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 99094 invoked by uid 89); 23 Sep 2017 00:02:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Sat X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 23 Sep 2017 00:02:35 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 5B3D9A7FE5BF9; Sat, 23 Sep 2017 01:02:28 +0100 (IST) Received: from [10.20.78.84] (10.20.78.84) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.361.1; Sat, 23 Sep 2017 01:02:31 +0100 Date: Sat, 23 Sep 2017 00:02:00 -0000 From: "Maciej W. Rozycki" To: , CC: Sergio Durigan Junior , Pedro Alves , Djordje Todorovic Subject: [PATCH 0/4] Fix issues with Linux core PRPSINFO note definitions Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2017-09/txt/msg00708.txt.bz2 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? Maciej