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=-4.0 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_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 9B86E1F9FD for ; Mon, 8 Mar 2021 18:29:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231171AbhCHS2Y (ORCPT ); Mon, 8 Mar 2021 13:28:24 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:57235 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231136AbhCHS2G (ORCPT ); Mon, 8 Mar 2021 13:28:06 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 59C76136078; Mon, 8 Mar 2021 13:28:06 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=RRzx/RCTYi0kX60l610cijF1L3A=; b=dUF3RC oVF0wQ5mQLJBifSAtVxcegLSpvX+YYdIN+qJBgoPDPBSzGo0bKfrSs4sTHwcjqdE FPPhc9DT1qvE3qcLH+KXQCA8+1Bd/ExGGHV7ZhYo1FrP+GJwpoAIXAoPfrnfRXGz A9cqJDeJr18wjy6AfjZDxyIy4weOxBwxEvHJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=LOC4Ywx2hPIxkPR/Hf44ED4M7Icy7+qb W6PinAVS78ByvnLKxfYCUJWHI4xBcrLJBlJXzgR7gRvSBzbSu3ggIBk9poq2qhrf QCjYIDtciIp2cQlKTXFrQxftWA05LJWbn2usXHevRo1t2jtzj0BS3quAjCL11Soe eSPINc9HIRk= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 5093D136077; Mon, 8 Mar 2021 13:28:06 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (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 95B35136076; Mon, 8 Mar 2021 13:28:03 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Andrzej Hunt Cc: Andrzej Hunt via GitGitGadget , git@vger.kernel.org, Josh Steadmon , Andrzej Hunt Subject: Re: [PATCH v2] Update 'make fuzz-all' docs to reflect modern clang References: Date: Mon, 08 Mar 2021 10:28:01 -0800 In-Reply-To: (Andrzej Hunt's message of "Mon, 8 Mar 2021 18:05:08 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 0510D462-803C-11EB-B26A-E43E2BB96649-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Andrzej Hunt writes: > However I would prefer to wait for Josh's feedback before making such > a change, as he is the owner of oss-fuzz's git integration [1], and as > such is most likely to be affected by any changes to this target. > > > In the meantime I'll prepare an updated patch with a fixed commit message! Makes sense. Let's wait and see what Josh says before going forward.