Tarantool development patches archive
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@gmail.com>
To: tml <tarantool-patches@dev.tarantool.org>
Subject: [Tarantool-patches] [PATCH v3 0/4] fiber: Handle stack madvise/mprotect errors
Date: Tue,  4 Feb 2020 17:31:43 +0300	[thread overview]
Message-ID: <20200204143147.20791-1-gorcunov@gmail.com> (raw)

issue https://github.com/tarantool/tarantool/issues/4722
branch gorcunov/gh-4722-mprotect-diag-error-3

In v3 we've added tests

Cyrill Gorcunov (4):
  fiber: use diag_ logger in fiber_madvise/mprotect failures
  fiber: leak stack if we unable to revert guard page
  errinj: add ERRINJ_FIBER_MADVISE and ERRINJ_FIBER_MPROTECT
  test: unit/fiber -- add madvise, mprotect tests

 src/lib/core/errinj.h  |    2 +
 src/lib/core/fiber.c   |   94 +-
 test/box/errinj.result | 2616 +++++++++++++++++++++-------------------
 test/unit/fiber.cc     |   51 +
 4 files changed, 1489 insertions(+), 1274 deletions(-)

-- 
2.20.1

             reply	other threads:[~2020-02-04 14:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 14:31 Cyrill Gorcunov [this message]
2020-02-04 14:31 ` [Tarantool-patches] [PATCH v3 1/4] fiber: use diag_ logger in fiber_madvise/mprotect failures Cyrill Gorcunov
2020-02-04 14:31 ` [Tarantool-patches] [PATCH v3 2/4] fiber: leak stack if we unable to revert guard page Cyrill Gorcunov
2020-02-04 14:31 ` [Tarantool-patches] [PATCH v3 3/4] errinj: add ERRINJ_FIBER_MADVISE and ERRINJ_FIBER_MPROTECT Cyrill Gorcunov
2020-02-04 14:31 ` [Tarantool-patches] [PATCH v3 4/4] test: unit/fiber -- add madvise, mprotect tests Cyrill Gorcunov
2020-02-04 14:37   ` Cyrill Gorcunov
2020-02-04 15:43   ` [Tarantool-patches] [PATCH v4 " Cyrill Gorcunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200204143147.20791-1-gorcunov@gmail.com \
    --to=gorcunov@gmail.com \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v3 0/4] fiber: Handle stack madvise/mprotect errors' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox