From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3451 invoked by alias); 14 Aug 2015 18:37:40 -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 3440 invoked by uid 89); 14 Aug 2015 18:37:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 14 Aug 2015 18:37:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E44B62928F; Fri, 14 Aug 2015 14:37:37 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ynOS66u5Aiyd; Fri, 14 Aug 2015 14:37:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BA00129288; Fri, 14 Aug 2015 14:37:37 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4256B44454; Fri, 14 Aug 2015 11:37:36 -0700 (PDT) Date: Fri, 14 Aug 2015 18:37:00 -0000 From: Joel Brobecker To: Gary Benson Cc: Sandra Loosemore , gdb-patches@sourceware.org, Pedro Alves , Doug Evans Subject: Re: [PATCH] Make remote transfers interruptible Message-ID: <20150814183736.GR22245@adacore.com> References: <55C3A10F.3010106@codesourcery.com> <1439389814-29211-1-git-send-email-gbenson@redhat.com> <55CB8300.3060004@codesourcery.com> <20150813091013.GA25643@blade.nx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150813091013.GA25643@blade.nx> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00391.txt.bz2 > Joel, would you like me to also push it to the 7.10 branch, or will > you do that? Just answering in a general way: Any Global Maintainer has authority to approve a patch for a release branch; and once approve, you can cherry-pick yourself and apply to the branch. Not a problem. -- Joel