From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uOm9BBS66WGaVwAAgWs5BA (envelope-from ) for ; Thu, 20 Jan 2022 20:37:56 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 6FhOAhS66WFNFQAA9RJhRA (envelope-from ) for ; Thu, 20 Jan 2022 20:37:56 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C36FA3F13A for ; Thu, 20 Jan 2022 20:37:55 +0100 (CET) Received: from localhost ([::1]:47558 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAdFq-00046Q-RG for larch@yhetil.org; Thu, 20 Jan 2022 14:37:54 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAY1m-0003DR-DK for guix-patches@gnu.org; Thu, 20 Jan 2022 09:03:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35767) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nAY1l-0008WF-SR for guix-patches@gnu.org; Thu, 20 Jan 2022 09:03:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nAY1l-0004he-QN for guix-patches@gnu.org; Thu, 20 Jan 2022 09:03:01 -0500 Subject: bug#53351: [PATCH] gnu: Add flamegraph. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 20 Jan 2022 14:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53351 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Olivier Dion Cc: 53351-done@debbugs.gnu.org Mail-Followup-To: 53351@debbugs.gnu.org, othacehe@gnu.org, olivier.dion@polymtl.ca Received: via spool by 53351-done@debbugs.gnu.org id=D53351.164268737718064 (code D ref 53351); Thu, 20 Jan 2022 14:03:01 +0000 Received: (at 53351-done) by debbugs.gnu.org; 20 Jan 2022 14:02:57 +0000 Received: from localhost ([127.0.0.1]:56902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAY1g-0004hH-Qk for submit@debbugs.gnu.org; Thu, 20 Jan 2022 09:02:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAY1e-0004h3-Pb for 53351-done@debbugs.gnu.org; Thu, 20 Jan 2022 09:02:55 -0500 Received: from [2001:470:142:3::e] (port=42014 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAY1Y-0007xp-IB; Thu, 20 Jan 2022 09:02:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/dK3tFhG4aAZacGdNPmms5/Fsh4IcVbF8/ofEsZvpNc=; b=HSAExH/3STAKODGE/UlJ PEbXY4soSvoJclw6kzE+yAkyipXp7IuXLnGnTeb0Vs8ByL7m7Z53B98hSTMXghvtG8syjBddzWMWx hhaUtIiBuUhp8AsnwQ9poXj/v0hVT8Kk+7JCOr6o8yLSbgziTg+OVcYyP2hdrt6/T7uaDGNIhoZIS jhRmohEfD4f/r6bvVx2Qfr3H5zcdKf9KdWETINRka/+79+279eWmuc1Qvhk+WZjbwp2jMQ/i4nG8h F+q4mjp3w/li/r6U5JWa2pJMwobuYwBnepNWcJYh6J+6ps8hnkAQ8EeyCFkq+XLg5vdjmrq8euCnw m1KdRoBSydGv4A==; Received: from [2a01:e0a:19b:d9a0:2f3b:16f2:b776:3ef9] (port=36480 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAY1Y-0008Aq-K3; Thu, 20 Jan 2022 09:02:48 -0500 From: Mathieu Othacehe References: Date: Thu, 20 Jan 2022 15:02:46 +0100 In-Reply-To: (Olivier Dion's message of "Tue, 18 Jan 2022 14:20:15 -0500") Message-ID: <871r1233p5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1642707475; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=/dK3tFhG4aAZacGdNPmms5/Fsh4IcVbF8/ofEsZvpNc=; b=bPV4kvfFeItsbZounJIxJuuh576JdJ6K7cEJzVSXKoVP8dM/kXVAq9MV6457vNoOpoxJIE wASsX2isQJwLWkF/B26Ui5bMVNkTInpEKz1IVx5PDk2u83kXZ+98Op97WaI8LR44IAJR3n hESKJgOyVrF+O0VeHUwOxDXrNQB6PiphTaD3iEarU+L/W+vvSDEVZb7+7CnfICh2HCvbKT ghxj3fq6tgxCt//GwBKsbNIR7JH63/5H7tFCml8BDnZMmFpMZCrqEUejobZGYFABNDcJP6 xWsJxl7xsK9LnijZAb2tSfCSn6dm/lWEEtYnm6D0pssLhmUhX3hzGClSGmbpnA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1642707475; a=rsa-sha256; cv=none; b=PYAwCe5kv5/0rEKUMWJZ0312s5HE/Ub2WOzaKpnoLxzXiN0Wm09POQjiuzqz7jTkmKCbQA VWfQlmHwTkfwVRYipYl5D20nnMLlqOlETYTbJMhKutkVROwOwnX+5OGmZGOJon5QDxKjvd LjtrVn1gT9sOL4FQHNIbqapJEIIFQxMPNLm7hHMrzHJz7qpVfUgwpJQT/qVXF9uFWD39sz UbmzzQxC7oLUlUWMzs/XZXIXakVdJa6Qy5OdzWEeCcGl6ZQA3YrQjy16SLsYpAubRVhY/Z Bpp6cZ6XAjHzQcTv9by/pambUX7rtW3CGPZU1pXDAoP3CGyQexuv2i/9VfWQMA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="HSAExH/3"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.62 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="HSAExH/3"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: C36FA3F13A X-Spam-Score: -4.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: iV7ClVj4Q4vl Hello Olivier, Something went wrong with the patch export format as the commit message appears as a separate MIME part here. Did you use "git send-email"? > + (version "1.0") I modified the version to: 1.0-1.810687f so that it takes the selected commit into account. Pushed as 410211c42388f99c22a7b4140553be35e696400e. Thanks, Mathieu