Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1717883
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Bart Van Assche <bart.vanassche@wdc.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] Make I/O timeout failure injection again task-independent |
| Date | Wed, 23 Aug 2017 01:10:01 +0200 |
| Message-ID | <uhqt3-Iv-9@gated-at.bofh.it> (permalink) |
| X-Original-To | Andrew Morton <akpm@linux-foundation.org> |
| X-Ironport-Av | E=Sophos;i="5.41,414,1498492800"; d="scan'208";a="44356357" |
| X-Mailer | git-send-email 2.14.0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 26 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Bart Van Assche <bart.vanassche@wdc.com> |
| X-Original-Date | Tue, 22 Aug 2017 16:00:41 -0700 |
| X-Original-Message-ID | <20170822230043.9968-1-bart.vanassche@wdc.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1717883 |
Show key headers only | View raw
Hello Andrew, A recent change in the fault injection code introduced an undesired change in the behavior of the I/O timeout failure injection code. This series restores the original behavior. Please consider these patches for kernel v4.14. Thanks, Bart. Changes compared to v1: - Fixed build with CONFIG_FAIL_PAGE_ALLOC, CONFIG_FAIL_IO_TIMEOUT and/or CONFIG_FAIL_FUTEX enabled. Bart Van Assche (2): fault-inject: Restore support for task-independent fault injection block: Make I/O timeout failure injection again task-independent block/blk-timeout.c | 2 +- include/linux/fault-inject.h | 11 +++++++++-- lib/fault-inject.c | 4 +++- 3 files changed, 13 insertions(+), 4 deletions(-) -- 2.14.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] Make I/O timeout failure injection again task-independent Bart Van Assche <bart.vanassche@wdc.com> - 2017-08-23 01:10 +0200
[PATCH v2 1/2] fault-inject: Restore support for task-independent fault injection Bart Van Assche <bart.vanassche@wdc.com> - 2017-08-23 01:10 +0200
Re: [PATCH v2 1/2] fault-inject: Restore support for task-independent fault injection Akinobu Mita <akinobu.mita@gmail.com> - 2017-08-23 02:20 +0200
Re: [PATCH v2 1/2] fault-inject: Restore support for task-independent fault injection Dmitry Vyukov <dvyukov@google.com> - 2017-08-23 08:10 +0200
Re: [PATCH v2 1/2] fault-inject: Restore support for task-independent fault injection Bart Van Assche <Bart.VanAssche@wdc.com> - 2017-08-23 19:40 +0200
[PATCH v2 2/2] block: Make I/O timeout failure injection again task-independent Bart Van Assche <bart.vanassche@wdc.com> - 2017-08-23 01:10 +0200
csiph-web