From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 406A11F953 for ; Wed, 8 Dec 2021 19:55:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239896AbhLHT6r (ORCPT ); Wed, 8 Dec 2021 14:58:47 -0500 Received: from cloud.peff.net ([104.130.231.41]:46974 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239890AbhLHT6q (ORCPT ); Wed, 8 Dec 2021 14:58:46 -0500 Received: (qmail 11090 invoked by uid 109); 8 Dec 2021 19:55:14 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Wed, 08 Dec 2021 19:55:14 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 6529 invoked by uid 111); 8 Dec 2021 19:55:14 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Wed, 08 Dec 2021 14:55:14 -0500 Authentication-Results: peff.net; auth=none Date: Wed, 8 Dec 2021 14:55:13 -0500 From: Jeff King To: Derrick Stolee Cc: Taylor Blau , git@vger.kernel.org, gitster@pobox.com Subject: Re: [PATCH 0/2] midx: prevent bitmap corruption when permuting pack order Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Dec 08, 2021 at 02:30:17PM -0500, Derrick Stolee wrote: > > Taylor Blau (2): > > t5326: demonstrate bitmap corruption after permutation > > midx.c: make changing the preferred pack safe > > Just chiming in to say that I reviewed an earlier version of this series > and the version in this submission looks good to me. Ditto. ;) -Peff