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 31289 invoked from network); 7 May 2022 21:38:59 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 7 May 2022 21:38:59 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id e4047a36; Sat, 7 May 2022 21:38:42 +0000 (UTC) Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org [2604:1380:4641:c500::1]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 9e00f3fc (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Sat, 7 May 2022 21:38:41 +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 9F45660F22 for ; Sat, 7 May 2022 21:38:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA3A8C385A5 for ; Sat, 7 May 2022 21:38:38 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="dT9h2R9u" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1651959516; 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=WQq8N4oyM3GjEEGfMX6FaMQx8tuHN5ERCIeYwkTD6E0=; b=dT9h2R9u62RHEC8OUfZAkj08om8aaCc4Ey5kNE6lFhjEXNalL+CFddCaxkSyNgyAuvOoHu awKWvboZJI7ocbNjFlf9Anw/e4UK8IrInT3f13XAIQPLHwwvsLKfGwnN/7MBdU3cjPvcIE Oylxkejvu/O1Z4K7/Q26N7wJvKrJ9uQ= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 91f3559f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sat, 7 May 2022 21:38:36 +0000 (UTC) Received: by mail-yw1-f174.google.com with SMTP id 00721157ae682-2ec42eae76bso111988977b3.10 for ; Sat, 07 May 2022 14:38:35 -0700 (PDT) X-Gm-Message-State: AOAM532phFDTGRMLD5PxaByPE64231ubWyAxZFooSe5e/2oCGaVwTWn6 0t+Y0/2LFGokS9/fjWUUFxK7WAEzNDDTnhLadmA= X-Google-Smtp-Source: ABdhPJytTTD5aQYOlzIvCwFefNJm/EyikAlBlWFm1KUV9GWkCZDGzeUrvpuiXD9qTgke5/yM+OwOfMjVGl+6CnUxnrg= X-Received: by 2002:a0d:ef03:0:b0:2fa:245:adf3 with SMTP id y3-20020a0def03000000b002fa0245adf3mr8259048ywe.100.1651959515257; Sat, 07 May 2022 14:38:35 -0700 (PDT) MIME-Version: 1.0 References: <20210910141841.2092532-1-hristo@venev.name> <50038a48ec126969331acfa1df13b4ae6bdd3814.camel@venev.name> In-Reply-To: From: "Jason A. Donenfeld" Date: Sat, 7 May 2022 23:38:24 +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" On Sat, May 7, 2022 at 11:32 PM Hristo Venev wrote: > I submitted it earlier today. > > https://lists.zx2c4.com/pipermail/cgit/2022-May/004723.html Thanks. Went to spam because the DKIM signature failed. Jason