From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94876 invoked by alias); 4 Mar 2017 22:16:15 -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 94863 invoked by uid 89); 4 Mar 2017 22:16:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=16th, U*brobecker, sk:brobeck, Hx-languages-length:1099 X-HELO: mail-qk0-f169.google.com Received: from mail-qk0-f169.google.com (HELO mail-qk0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Mar 2017 22:16:13 +0000 Received: by mail-qk0-f169.google.com with SMTP id v125so45929782qkh.2 for ; Sat, 04 Mar 2017 14:16:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=DitWsz4+8HQZMVSSOxZcn2knD9N2viKlzVrEYT/4Xlg=; b=p5H78n/ezVVmHF9mSK/VKt3h0hhvB1vR6GYERLhJddUbHSguilSsw4jjlhUru6SqlZ rcyTxI3trKy4rop1petscTRp4uNPvUdGHAwTkjtrp8S2o3wAXaCDMKwEucXqy3ndCrpf FXr5vkryNqrYr57SbODknUTRb3cSrP9jsIS0gw3R8M/uakF4fDndy8iMgtYyN7vqkqzJ m8VnaKv4bB/7Le/olT4PzpTRqTgPShMPRCtYW5wpP87crV5nHb2r5LAuMCFPonmrQnPP /Ogz4hrs6ynwR2YGzs5T3rRAuV5oWH2MRKk8ky4QnPUjFQWN6B2Hes4sOi0gyY1Sh6cP gQHA== X-Gm-Message-State: AMke39l8y7bdJMRVnmA6epIOj4+jnOx2hjxYuVpeu4HaVyb2OV2EXXhpePh/cJc9uUIwwQNam0DNLX/tXWqWrQ== X-Received: by 10.55.137.7 with SMTP id l7mr9490593qkd.11.1488665772898; Sat, 04 Mar 2017 14:16:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.140.194 with HTTP; Sat, 4 Mar 2017 14:16:12 -0800 (PST) In-Reply-To: <20170304175903.qwbqoqm35raz4dov@adacore.com> References: <20170304175903.qwbqoqm35raz4dov@adacore.com> From: Yao Qi Date: Sat, 04 Mar 2017 22:16:00 -0000 Message-ID: Subject: Re: GDB 8.0 release/branching update (10 more days to branching) To: Joel Brobecker Cc: "gdb-patches@sourceware.org" , Nitish Kumar Mishra , Pedro Alves , Antoine Tremblay Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00036.txt.bz2 On Sat, Mar 4, 2017 at 5:59 PM, Joel Brobecker wrot= e: > So, all in all, at the moment, I don't think we have anything blocking > for creating the release. But if you know of some other issues, please > let us know. > Two issues in my mind, I raised some questions on new record Python bindings, https://sourceware.org/ml/gdb-patches/2017-03/msg00023.html There is not test fail or regression, but it is about python api, which can't be changed after they are released. I want to make them more general, they are too btrace specific so far. This should be done by release, IMO. Current GDB mainline failed to build with old python, and Tim posted a patch https://sourceware.org/ml/gdb-patches/2017-02/msg00712.html I requested Tim to add test case. I'll go to Linaro Connect next week. I still check emails, but should be less active. I'll take some days off afterwards and back to work on March 16th. Then, I'll seriously start pre-release tests for ARM and AArch64, and fix bugs if any. --=20 Yao (=E9=BD=90=E5=B0=A7)