From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38730 invoked by alias); 27 Apr 2016 19:32:21 -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 38018 invoked by uid 89); 27 Apr 2016 19:32:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.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 (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 27 Apr 2016 19:32:19 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D8B312B23 for ; Wed, 27 Apr 2016 19:32:18 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-59.ams2.redhat.com [10.36.116.59]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3RJWE0a014662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 27 Apr 2016 15:32:17 -0400 Date: Wed, 27 Apr 2016 19:32:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org, Gary Benson Subject: [commit+7.11] [patchv5] Workaround gdbserver<7.7 for setfs Message-ID: <20160427193214.GA29889@host1.jankratochvil.net> References: <20160324223241.GB2548@host1.jankratochvil.net> <56FBDFE7.90203@redhat.com> <20160404211406.GA32241@host1.jankratochvil.net> <5703E7FF.6060304@redhat.com> <20160406134911.GA30545@host1.jankratochvil.net> <57051DAB.7000008@redhat.com> <20160406151925.GA17174@host1.jankratochvil.net> <20160406190905.GA16036@host1.jankratochvil.net> <20160426212923.GA20994@host1.jankratochvil.net> <57208D61.5030608@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57208D61.5030608@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00607.txt.bz2 On Wed, 27 Apr 2016 11:58:57 +0200, Pedro Alves wrote: > On 04/26/2016 10:29 PM, Jan Kratochvil wrote: > > posting a new implementation based on Pedro's off-list comment: > > hmm. guess we could still salvage it, by 1) still doing the detection > > early; 2) accept OK as "unsupported" in setfs only? > > > > OK for check-in? > > OK. Commit: 57809e5e5a506664eb54433ded81ab0785168a83 and 7.11: a6ff23076f49c6322d96a76e0098f8019139bc4e Thanks, Jan