From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18803 invoked by alias); 11 Jul 2018 15:32:59 -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 18791 invoked by uid 89); 11 Jul 2018 15:32:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=offer 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; Wed, 11 Jul 2018 15:32:57 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 86FA013A9E for ; Wed, 11 Jul 2018 15:32:56 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4D36F1001903; Wed, 11 Jul 2018 15:32:56 +0000 (UTC) Subject: Re: [PATCH 0/8] Non-contiguous address range support To: Kevin Buettner , gdb-patches@sourceware.org References: <20180625233239.49dc52ea@pinnacle.lan> <20180711082740.05e94750@pinnacle.lan> From: Keith Seitz Message-ID: <0be2fd2e-d5bf-fe05-50a1-db3c6022ffc3@redhat.com> Date: Wed, 11 Jul 2018 15:32:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180711082740.05e94750@pinnacle.lan> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00311.txt.bz2 On 07/11/2018 08:27 AM, Kevin Buettner wrote: > Ping. > FWIW, I've started to look at this a bit this week. Not sure exactly what I'd be able to offer (you are a global maintainer and IANAM afterall)... Keith