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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,URIBL_CSS,URIBL_CSS_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id F325E1F670 for ; Sun, 6 Mar 2022 21:57:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234297AbiCFV6m (ORCPT ); Sun, 6 Mar 2022 16:58:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232146AbiCFV6m (ORCPT ); Sun, 6 Mar 2022 16:58:42 -0500 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A930513CE1 for ; Sun, 6 Mar 2022 13:57:49 -0800 (PST) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id AD5D5189197; Sun, 6 Mar 2022 16:57:48 -0500 (EST) (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; s=sasl; bh=BpCV1w3vz3JDhduxeOSZ5qVhEwU39+npkrbLvL wd+o4=; b=L2mdTFgO0rmTH6KklUmv0mckWjYYnCWZOC+9onUZrU/vYdSpa4xKic H1+X8qV8676pdUPlmxzq417SyS/Xr1nsVk/YB1Rx6shB7aNwRi/QzSkzOsfAy3Sy wBAY9S+GtThrQprxzaqJ1a+KYwEg+woyFykPWZeg90n6DaAKu+6f8= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 98374189195; Sun, 6 Mar 2022 16:57:48 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.230.65.123]) (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 C4A92189194; Sun, 6 Mar 2022 16:57:44 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Tao Klerks Cc: git , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Jeff Hostetler Subject: Re: [PATCH v3 0/2] Reduce explicit sleep calls in t7063 untracked cache tests References: Date: Sun, 06 Mar 2022 13:57:43 -0800 In-Reply-To: (Tao Klerks's message of "Sat, 5 Mar 2022 05:24:01 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 73FD538A-9D98-11EC-8E71-C85A9F429DF0-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Tao Klerks writes: > I see that in the latest "what's coming" update, this patch series is > listed as expecting reroll, but as far as I can see there have been no > comments since I sent this V3 out. I see reference on the source: line for that topic in the "What's cooking" report you are referring to, so I suspect I have been too busy and haven't got around to replacing it with , perhaps?