Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1717883

[PATCH v2 0/2] Make I/O timeout failure injection again task-independent

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 2017-08-23 01:10 +0200
Message-ID <uhqt3-Iv-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | 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 | NextNext in thread | Find similar | Unroll thread


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