From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <v.shpilevoy@tarantool.org>
Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by dev.tarantool.org (Postfix) with ESMTPS id 85FE6469719
 for <tarantool-patches@dev.tarantool.org>;
 Mon, 21 Sep 2020 23:31:27 +0300 (MSK)
References: <b77be75a94623c0b430875ec1ad292579f86a613.1585606573.git.imun@tarantool.org>
 <f39d0024-4f52-02cb-9341-ec6c0ac88d16@tarantool.org>
 <20200707222436.GG5559@tarantool.org>
 <a7bbcdb4-e0c9-39b0-8051-88c64e534808@tarantool.org>
 <20200907203502.GG18920@tarantool.org>
 <a69ec1ec-32cb-5c9e-e9bb-df9320b404ee@tarantool.org>
 <20200919152958.GN18920@tarantool.org>
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Message-ID: <772293ab-47f1-f8d1-e913-d4d57ed26faa@tarantool.org>
Date: Mon, 21 Sep 2020 22:31:25 +0200
MIME-Version: 1.0
In-Reply-To: <20200919152958.GN18920@tarantool.org>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [Tarantool-patches] [PATCH] fiber: abort trace recording on
 fiber yield
List-Id: Tarantool development patches <tarantool-patches.dev.tarantool.org>
List-Unsubscribe: <https://lists.tarantool.org/mailman/options/tarantool-patches>, 
 <mailto:tarantool-patches-request@dev.tarantool.org?subject=unsubscribe>
List-Archive: <https://lists.tarantool.org/pipermail/tarantool-patches/>
List-Post: <mailto:tarantool-patches@dev.tarantool.org>
List-Help: <mailto:tarantool-patches-request@dev.tarantool.org?subject=help>
List-Subscribe: <https://lists.tarantool.org/mailman/listinfo/tarantool-patches>, 
 <mailto:tarantool-patches-request@dev.tarantool.org?subject=subscribe>
To: Igor Munkin <imun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org

Hi! Thanks for the answers!

All good to proceed further.