From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31720 invoked by alias); 14 Sep 2018 21:55:18 -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 31704 invoked by uid 89); 14 Sep 2018 21:55:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=H*Ad:D*fr, upcoming, H*M:smile, HContent-Transfer-Encoding:8bit X-HELO: idris.smile.fr Received: from idris.smile.fr (HELO idris.smile.fr) (91.216.209.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 14 Sep 2018 21:55:17 +0000 Received: from localhost (localhost [127.0.0.1]) by idris.smile.fr (Postfix) with ESMTP id 619741EE2AD7; Fri, 14 Sep 2018 23:55:15 +0200 (CEST) Received: from idris.smile.fr ([127.0.0.1]) by localhost (bluemind-mta.prod.vitry.intranet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lmhy8zY4XOMq; Fri, 14 Sep 2018 23:55:15 +0200 (CEST) Received: from [192.168.1.17] (LFbn-1-477-200.w86-245.abo.wanadoo.fr [86.245.183.200]) by idris.smile.fr (Postfix) with ESMTPSA id 312B61EE2ACF; Fri, 14 Sep 2018 23:55:15 +0200 (CEST) Subject: Re: [PATCH] Move 'is_regular_file' from common-utils.c to filestuff.c To: Sergio Durigan Junior , Tom Tromey Cc: Pedro Alves , GDB Patches , Rich Felker , Thomas Petazzoni , Romain Naour References: <20180912173113.2007-1-sergiodj@redhat.com> <6ee45c62-9bb6-c41a-b76e-0a9bf9c2c281@redhat.com> <874leulhqt.fsf@redhat.com> <203b1739-3418-2aa4-c40e-c2e63e717297@smile.fr> <87h8ir3gg6.fsf@tromey.com> <87in37oimf.fsf@redhat.com> From: Romain Naour Message-ID: <6e01d5ff-42bb-e1fc-162c-aa3fe97cf6b2@smile.fr> Date: Fri, 14 Sep 2018 21:55:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <87in37oimf.fsf@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-09/txt/msg00469.txt.bz2 Le 14/09/2018 à 23:48, Sergio Durigan Junior a écrit : > On Friday, September 14 2018, Tom Tromey wrote: > >>>>>>> "Romain" == Romain Naour writes: >> >> Romain> It should be backported to 8.1.1 and 8.2 release. >> >> FWIW I doubt there will be another 8.1.x release. > > Me too. I can backport it to 8.2 if wanted. Yes please for the upcoming 8.2.1. Best regards, Romain > > Thanks, >