From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 734AAC433EF for ; Fri, 12 Nov 2021 23:28:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AA7F60720 for ; Fri, 12 Nov 2021 23:28:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233116AbhKLXbs (ORCPT ); Fri, 12 Nov 2021 18:31:48 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:54485 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231320AbhKLXbs (ORCPT ); Fri, 12 Nov 2021 18:31:48 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 5001AED725; Fri, 12 Nov 2021 18:28:56 -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:content-transfer-encoding; s=sasl; bh=ZmQwlolSXO2W eqk8AtHI+SZTOWF5P0LAAr8hn/J9QW0=; b=Yq35VgPuP/T7ttngsCGZa2/nLRAY X1R5d5d7nZ8B6yQADUNxjfRhL0UmRNHqkk9p9WTyD5IKoSoJxi3hKYxDqxnT/SDO /hG8WxngtqLmwoSbD4T6lu2CqdHyPvJazIqQb9nzz3czTfCp8lkswFGegPt86OBW ilyWT5OY0vzN5hM= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 47A8EED724; Fri, 12 Nov 2021 18:28:56 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id AA45CED723; Fri, 12 Nov 2021 18:28:55 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: Josh Steadmon , Jeff Hostetler , git@vger.kernel.org, git@jeffhostetler.com, Emily Shaffer Subject: Re: [PATCH] trace2: increment event format version References: <211112.867ddduhly.gmgdl@evledraar.gmail.com> Date: Fri, 12 Nov 2021 15:28:54 -0800 In-Reply-To: <211112.867ddduhly.gmgdl@evledraar.gmail.com> (=?utf-8?B?IsOG?= =?utf-8?B?dmFyIEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Fri, 12 Nov 2021 23:33:09 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 4DCE26F8-4410-11EC-8649-62A2C8D8090B-77302942!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > Josh notes the "child_ready" event being new in this release, but the > same is true of the cmd_ancestry event added in 2f732bf15e6 (tr2: log > parent process name, 2021-07-21) > > So yeah, with both of those it makes sense to have this for v2.34.0. Yeah, thanks for an extra pair of eyes.