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-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 844A81F66F for ; Fri, 30 Oct 2020 11:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725975AbgJ3LZ0 (ORCPT ); Fri, 30 Oct 2020 07:25:26 -0400 Received: from cloud.peff.net ([104.130.231.41]:42298 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgJ3LZZ (ORCPT ); Fri, 30 Oct 2020 07:25:25 -0400 Received: (qmail 6338 invoked by uid 109); 30 Oct 2020 11:25:25 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Fri, 30 Oct 2020 11:25:25 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 20119 invoked by uid 111); 30 Oct 2020 11:25:24 -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; Fri, 30 Oct 2020 07:25:24 -0400 Authentication-Results: peff.net; auth=none Date: Fri, 30 Oct 2020 07:25:24 -0400 From: Jeff King To: =?utf-8?B?U2ltw6Nv?= Afonso Cc: git@vger.kernel.org Subject: Re: Credential Store: Don't acquire lock when only reading the file Message-ID: <20201030112524.GA3274373@coredump.intra.peff.net> References: <20201029192020.mcri76ylbdure2o7@safonso-t430> <20201030055541.GA3264588@coredump.intra.peff.net> <20201030112229.3rcyylkuyrlrhn7g@safonso-t430> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201030112229.3rcyylkuyrlrhn7g@safonso-t430> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Oct 30, 2020 at 11:22:29AM +0000, Simão Afonso wrote: > On 2020-10-30 01:55:41, Jeff King wrote: > > Interested in trying a patch for any of those? > > Sounds good to me, I should be able to handle it if you CC/BCC me > (subscribing to the firehose is a bit too much). I meant: would you like to try writing a patch. :) The offer applies to anybody else, too, of course. I may work on it eventually, but I've successfully left that series at the bottom of my todo list for 8 years, so... -Peff