From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29977 invoked from network); 7 May 2022 21:29:00 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 7 May 2022 21:29:00 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id 1c049aee; Sat, 7 May 2022 21:28:49 +0000 (UTC) Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 705e63dd (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Sat, 7 May 2022 21:28:47 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BEDED60E0B for ; Sat, 7 May 2022 21:28:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB10EC385A6 for ; Sat, 7 May 2022 21:28:44 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="jgS7qqdw" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1651958922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GZ/gSUNyjcN96ElPl1CMEBs9+xvat13U/0KlawBDQsw=; b=jgS7qqdwivNmQViK9tzISEsdwgQU3KyvL/2JoRIXk2L30xz4SS7CXYMG3SN+BGuKseEHtk eoVdnrCiyCq9ksNZ0xZC/yh+1mZvpFHcHVNvZlLbMMhHYw8RjT7CqBaM6INcqxfdC+f4QZ YpikijkCpVenQjW6KCqB8qrFEaPidKk= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 5b1416f6 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sat, 7 May 2022 21:28:42 +0000 (UTC) Received: by mail-yw1-f171.google.com with SMTP id 00721157ae682-2f7c57ee6feso112139357b3.2 for ; Sat, 07 May 2022 14:28:42 -0700 (PDT) X-Gm-Message-State: AOAM531eRyRBtkFlDmeNsp7NekoPu+azmJ8zZ5wM+IQooJ99AW8yZaXA P3EN0RGIzTWfDE6lKd6LSVTsHefFvfplpidybsM= X-Google-Smtp-Source: ABdhPJxPulEeuNzDrKxfdGVyeGjjdl/AZvpeM38AobkisqJb1uq+bMTZGAVvFn5lQE8EBiKQggZB2sMLT3pnIxnww8A= X-Received: by 2002:a81:2514:0:b0:2f9:f0d5:5285 with SMTP id l20-20020a812514000000b002f9f0d55285mr7823185ywl.485.1651958921494; Sat, 07 May 2022 14:28:41 -0700 (PDT) MIME-Version: 1.0 References: <20210910141841.2092532-1-hristo@venev.name> <50038a48ec126969331acfa1df13b4ae6bdd3814.camel@venev.name> In-Reply-To: <50038a48ec126969331acfa1df13b4ae6bdd3814.camel@venev.name> From: "Jason A. Donenfeld" Date: Sat, 7 May 2022 23:28:30 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] cache: Tolerate short writes in print_slot To: Hristo Venev Cc: John Keeping , cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Hi Hristo, On Thu, Oct 7, 2021 at 5:45 PM Hristo Venev wrote: > I will fix this in v2. I'm finally culling patches for cgit. Did you want to submit a v2 of this patch? Jason