From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123129 invoked by alias); 5 Mar 2018 12:14:03 -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 123114 invoked by uid 89); 5 Mar 2018 12:14:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:aa83, HX-Received:sk:d3-v6mr X-HELO: mail-pl0-f46.google.com Received: from mail-pl0-f46.google.com (HELO mail-pl0-f46.google.com) (209.85.160.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Mar 2018 12:14:00 +0000 Received: by mail-pl0-f46.google.com with SMTP id m22-v6so5982524pls.5 for ; Mon, 05 Mar 2018 04:14:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=QwSTJ/8exKNf8CRApUKwnL/YzTBAVB6BGRmz04g9eIo=; b=ikCLzsc6fz5pow4KXaGLKFKkEnAgVNHiJ+t7PIt+5gd1omIqaxg4bce3wLVihlttVW iffEJBMTXSzebFsKLCypJqCl86Kpo2ADhZu343nx1UctDb/BZKVhzrip87Pmib2DduKN o9pTOPSIt/QLNmpC8Oop7o+UWS5TQvm+W3HxhIgRMKds89VJmI2E0Nf1nKs0nCpEM3MN 87i5k5rXQblArlaeKmNOzpTJxVeQZG90lU1DW9DdMrIloCJvyrDwHIE/KmNR3P00mvti BlsLNQ5yink46IKqeqwrGEMId6gX4I+VVN17mJFDguLpegYlJH6WH3FU8UpJiiXxaA5S IDXQ== X-Gm-Message-State: APf1xPD/rinugIP5zWAYz8TFfU8ylVSNGsItSQ9hDCn5IkKeq81dZaPV gMEThsz5SzkGMwcARur1wfPfsQ== X-Google-Smtp-Source: AG47ELt3+jBZsF8NxUeqjyLAszibPHLbj+tO4g+bs+3v9K8fmkVMtmhWdb2ADw2nyXdTVoXrY0tvZA== X-Received: by 2002:a17:902:aa83:: with SMTP id d3-v6mr12815339plr.36.1520252039190; Mon, 05 Mar 2018 04:13:59 -0800 (PST) Received: from E107787-LIN (gcc114.osuosl.org. [140.211.9.72]) by smtp.gmail.com with ESMTPSA id n67sm26278694pfh.150.2018.03.05.04.13.57 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 05 Mar 2018 04:13:58 -0800 (PST) From: Yao Qi To: Sergio Durigan Junior Cc: "Metzger\, Markus T" , "Maciej W. Rozycki" , "gdb-patches\@sourceware.org" Subject: Re: [PATCH v2 5/7] btrace, gdbserver: remove the to_supports_btrace target method References: <1516976072-19282-1-git-send-email-markus.t.metzger@intel.com> <1516976072-19282-6-git-send-email-markus.t.metzger@intel.com> <86woyxgw7l.fsf@gmail.com> <87o9k9m651.fsf@redhat.com> <871sh3a963.fsf@redhat.com> Date: Mon, 05 Mar 2018 12:14:00 -0000 In-Reply-To: <871sh3a963.fsf@redhat.com> (Sergio Durigan Junior's message of "Thu, 01 Mar 2018 14:27:16 -0500") Message-ID: <86o9k23ekg.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00111.txt.bz2 Sergio Durigan Junior writes: > I'm cancelling the pending builds on a few > builders that were affected by this issue. Let's keep an eye and see if > there's anything else I should do :-). Hi Sergio, Did you cancel pending builds? There are still many pending builds on some non-x86 gdbserver builders. --=20 Yao (=E9=BD=90=E5=B0=A7)