From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D52EC433F5 for ; Wed, 13 Apr 2022 22:44:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238010AbiDMWq7 (ORCPT ); Wed, 13 Apr 2022 18:46:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234784AbiDMWq5 (ORCPT ); Wed, 13 Apr 2022 18:46:57 -0400 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BB203D4AF for ; Wed, 13 Apr 2022 15:44:34 -0700 (PDT) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id AB4891773BD; Wed, 13 Apr 2022 18:44:33 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=Hd9GRRpSAm4m cgrmAp7vBQmG5N6nXcqJkxL0RSwsgLg=; b=X+UDlQa4BksyvG4hg76nbS9XMJVG pYeZLB36uS/z689lszzvzvMnhgLEa6iJlthgECIx/ireQx4S4ZEMdIVDu4yR2p7X QOoPuG97sT6j6PdsZD386B0mnFSm5ArXap3rY5h1nxsrjvbsAZIgb/w30Oo3hZxy ypSQg7gM6R8nGaI= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id A3DC21773BC; Wed, 13 Apr 2022 18:44:33 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.185.214.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 09C611773BB; Wed, 13 Apr 2022 18:44:31 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: Bryan Turner , Git Users , Patrick Steinhardt Subject: Re: reference-transaction regression in 2.36.0-rc1 References: <220413.86r161f3qp.gmgdl@evledraar.gmail.com> Date: Wed, 13 Apr 2022 15:44:29 -0700 In-Reply-To: (Junio C. Hamano's message of "Wed, 13 Apr 2022 12:52:03 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 485536A2-BB7B-11EC-80CD-C85A9F429DF0-77302942!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > >> This does look lik a series regression. > > Yes. > >> I haven't had time to bisect this, but I suspect that it'll come down = to >> something in the 991b4d47f0a (Merge branch >> 'ps/avoid-unnecessary-hook-invocation-with-packed-refs', 2022-02-18) >> series. > > With the issue that /var/tmp/.git can cause trouble to those who > work in /var/tmp/$USER/playpen being taken reasonably good care of > already, it seems this is the issue with the highest priority at > this point. > >> I happen to know that Patrick is OoO until after the final v2.36.0 is >> scheduled (but I don't know for sure that we won't spot this thread & >> act on it before then). Reverting the merge 991b4d47f0a as a whole is an option. It might be the safest thing to do, if we do not to want to extend the cycle and add a few more -rc releases before the final. Thanks.