From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2C1B3469719 for ; Mon, 14 Sep 2020 19:07:37 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id z19so14046785lfr.4 for ; Mon, 14 Sep 2020 09:07:37 -0700 (PDT) Date: Mon, 14 Sep 2020 19:07:33 +0300 From: Cyrill Gorcunov Message-ID: <20200914160733.GE991329@grain> References: <20200911112431.866554-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200911112431.866554-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/3] small: Update to use region_alloc_object List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: To , Vladislav Shpilevoy On Fri, Sep 11, 2020 at 02:24:28PM +0300, Cyrill Gorcunov wrote: > A few commits from the master branch backporting commits > to 1.10 series as Vlad requested. > > Since I've to update "small: sanitized rlist, bug in lsregion, > and new region API" patch significantly during backport I > put my "author" tag so any errors are mine while the real > functionality is introduced by Vlad. > > issue https://github.com/tarantool/tarantool/issues/5060 > branch gorcunov/gh-5060-small-110 > > Note the patches are for 1.10 series! Kirill, these are backports of Vlads' patches I think it is safe to merge them and close the issue.