Re: [PATCH v3 0/3] add fault injection to user memory access

2020-08-31 Thread Andrey Konovalov
On Mon, Aug 31, 2020 at 8:32 PM Andrew Morton wrote: > > On Mon, 31 Aug 2020 17:17:30 + albert.li...@gmail.com wrote: > > > The goal of this series is to improve testing of fault-tolerance in > > usages of user memory access functions, by adding support for fault > > injection. > > Does anyone

Re: [PATCH v3 0/3] add fault injection to user memory access

2020-08-31 Thread Andrew Morton
On Mon, 31 Aug 2020 17:17:30 + albert.li...@gmail.com wrote: > The goal of this series is to improve testing of fault-tolerance in > usages of user memory access functions, by adding support for fault > injection. Does anyone actually plan to use this feature, on an ongoing basis? It's the s

[PATCH v3 0/3] add fault injection to user memory access

2020-08-31 Thread albert . linde
From: Albert van der Linde The goal of this series is to improve testing of fault-tolerance in usages of user memory access functions, by adding support for fault injection. The first patch adds failure injection capability for usercopy functions. The second changes usercopy functions to use thi