From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (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 F0B0D445320 for ; Wed, 29 Jul 2020 22:57:53 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id f5so26374786ljj.10 for ; Wed, 29 Jul 2020 12:57:53 -0700 (PDT) Date: Wed, 29 Jul 2020 22:57:51 +0300 From: Cyrill Gorcunov Message-ID: <20200729195751.GB3264@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/2] fiber: backport for stack madvise/mprotect errors handling List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev Cc: tarantool-patches@dev.tarantool.org On Wed, Jul 29, 2020 at 10:44:16PM +0300, Ilya Kosarev wrote: > This patchset is a backport for > c67522973b32fae955835109d4f86eada8f67ae5 and > 8d53fadc0cb15a45ea0cd461d2d5243be51b37e0 patches on stack > madvise/mprotect errors handling. > > Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-5211-diag-at-fiber-mprotect-and-madvise > Issue: https://github.com/tarantool/tarantool/issues/5211 Ack.