From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arjuna.pair.com (arjuna.pair.com [209.68.5.131]) by sourceware.org (Postfix) with ESMTPS id 12BCA38582B9 for ; Fri, 15 Jul 2022 23:25:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 12BCA38582B9 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bitrange.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bitrange.com Received: by arjuna.pair.com (Postfix, from userid 3006) id CF4D18A637; Fri, 15 Jul 2022 19:25:02 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id CBBB18A547; Fri, 15 Jul 2022 19:25:02 -0400 (EDT) Date: Fri, 15 Jul 2022 19:25:02 -0400 (EDT) From: Hans-Peter Nilsson X-X-Sender: hp@arjuna.pair.com To: vladimir.mezentsev@oracle.com cc: binutils@sourceware.org Subject: Re: [PATCH] gprofng: fix regression in build and a rice condition in autoreconf In-Reply-To: <20220714174142.291910-1-vladimir.mezentsev@oracle.com> Message-ID: References: <20220714174142.291910-1-vladimir.mezentsev@oracle.com> User-Agent: Alpine 2.20.16 (BSF 172 2016-09-29) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2022 23:25:09 -0000 Nit of the day: On Thu, 14 Jul 2022, Vladimir Mezentsev via Binutils wrote: > From: Vladimir Mezentsev > > The fix below is for binutils-2_39-branch. > Usually for gprofng patches, I wait 1 day and apply the patch to the master branch if there were no comments. > > What is a procees for binutils-2_39-branch? > Do I need to wait for direct approval? > > > gprofng/ChangeLog > 2022-07-14 Vladimir Mezentsev > > PR gprofng/29338 > * libcollector/configure.ac (AC_CONFIG_HEADERS): Fix a rice condition. s/rice/race/. brgds, H-P