From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18373 invoked by alias); 10 Mar 2016 21:20:44 -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 18336 invoked by uid 89); 10 Mar 2016 21:20:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*jan.kratochvil, software!, philosophy, solely X-HELO: mail-lb0-f182.google.com Received: from mail-lb0-f182.google.com (HELO mail-lb0-f182.google.com) (209.85.217.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 10 Mar 2016 21:20:32 +0000 Received: by mail-lb0-f182.google.com with SMTP id x1so130104499lbj.3 for ; Thu, 10 Mar 2016 13:20:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ImN+Q2/4eU04Hpf93qK8tOHJlzAY9qPvb98QnPTk9ZA=; b=POSGbQU/J4HhBk0ZFxIwaW6r9uXN+UcxMFCQpC/IZHuBPUSE7RvrKiuGGNoFqVgupb yJZAR0hXoskKaXdZnkln1sJgt4pGvql0XNHH3MshgIIj6n5IxArMu+9LCxzO3rRCoQJU MdifksF0vVE8QuvxshU9R/BydGvMVNPkFFaJW4X5ckSonoBZqoRR66dPBJ4c2hwLAgm6 t/Js/IAoNMOrPLoxKOiIFBHfbjfjz2Xt1Uv6tMygA+CqvhOm/YHWeaLXLQASYUyHNnQL RReLRFf0fQ89c6BYdlRogIEBScZfP4ixg81RFD0Kmgaiy8ihmVwDyOVidFJtNf/eqg6d +w4Q== X-Gm-Message-State: AD7BkJLSiyYE+JpfAtPk02BFTisEYjYt1tPgnYoXAU2Z/fskEJthPinfMz0WYgWpkCTf9g== X-Received: by 10.112.130.69 with SMTP id oc5mr2008390lbb.54.1457644828437; Thu, 10 Mar 2016 13:20:28 -0800 (PST) Received: from home.paul.comp (paulfertser.info. [2001:470:26:54b:250:70ff:fee7:41ec]) by smtp.gmail.com with ESMTPSA id ub6sm813080lbb.17.2016.03.10.13.20.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Mar 2016 13:20:27 -0800 (PST) Received: from home.paul.comp (localhost [127.0.0.1]) by home.paul.comp (8.14.4/8.14.4/Debian-8) with ESMTP id u2ALKPlP015349; Fri, 11 Mar 2016 00:20:25 +0300 Received: (from paul@localhost) by home.paul.comp (8.14.4/8.14.4/Submit) id u2ALKMkB015348; Fri, 11 Mar 2016 00:20:22 +0300 Date: Thu, 10 Mar 2016 21:20:00 -0000 From: Paul Fertser To: Pedro Alves Cc: Eli Zaretskii , Tsutomu Seki , gdb-patches@sourceware.org, Jan Kratochvil Subject: Re: [PATCH] supports IPv6 only remote target Message-ID: <20160310212022.GO7461@home.paul.comp> References: <831t8ldc80.fsf@gnu.org> <83oaboa0x5.fsf@gnu.org> <83h9hg9xrj.fsf@gnu.org> <56E1A467.5060509@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56E1A467.5060509@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-03/txt/msg00168.txt.bz2 On Thu, Mar 10, 2016 at 04:44:23PM +0000, Pedro Alves wrote: > Paul, do you have an FSF copyright assignment? No, I do not. If I remember correctly, I wasn't fully satisfied with the patch I posted, but the IPv4-only code that was there back then seemed to be buggy/quirky as well, so probably someone needs to decide on the desired behaviour first, then rewrite the loop based solely on that decision. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercerpav@gmail.com