From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 0714C3857C7E for ; Mon, 17 May 2021 10:08:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0714C3857C7E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (ip-213-127-36-226.ip.prioritytelecom.net [213.127.36.226]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 15DAE302BBED; Mon, 17 May 2021 12:08:26 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 8DDAF413CD48; Mon, 17 May 2021 12:08:25 +0200 (CEST) Message-ID: Subject: Re: PR27859 PATCH: correct 404-latch in connection reuse From: Mark Wielaard To: "Frank Ch. Eigler" Cc: elfutils-devel@sourceware.org Date: Mon, 17 May 2021 12:08:25 +0200 In-Reply-To: <20210516215033.GB23897@redhat.com> References: <20210514225117.GA23897@redhat.com> <20210516215033.GB23897@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2021 10:08:30 -0000 On Sun, 2021-05-16 at 17:50 -0400, Frank Ch. Eigler wrote: > Hi - >=20 > > > (I'll deploy this fix to one of the public servers to confirm it > > > there.) > >=20 > > Thanks. If that looks good, please commit. >=20 > It does, will do. I'd like to respin rawhide with that patch too. Thanks. Maybe we should just do a 0.185 release soon. There is this issue and the exit code regression for eu-elfcompress when nothing was done. For both we probably would tell distros to please backport the fixes. So maybe just help everybody to get a fresh good release? Cheers, Mark