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

From: Akinobu Mita
Date: Mon Aug 31 2020 - 10:30:07 EST


2020年8月28日(金) 23:14 <albert.linde@xxxxxxxxx>:
>
> From: Albert van der Linde <alinde@xxxxxxxxxx>
>
> 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 this new failure
> capability (copy_from_user, ...). The third patch adds
> get/put/clear_user failures to x86.

This series looks good to me.

Reviewed-by: Akinobu Mita <akinobu.mita@xxxxxxxxx>