Re: [PATCH 08/10] fault injection: down_{read,write}_trylock() fault injection

2016-10-16 Thread Peter Zijlstra
On Sun, Oct 16, 2016 at 05:56:10PM +0200, Vegard Nossum wrote: > Cc: Peter Zijlstra > Cc: Ingo Molnar > Signed-off-by: Vegard Nossum Guess what... NAK

[PATCH 08/10] fault injection: down_{read,write}_trylock() fault injection

2016-10-16 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- kernel/locking/rwsem.c | 35 +-- lib/Kconfig.debug | 6 ++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/kernel/locking/rwsem.c b/kernel/locking/rwsem.c index 45ba475.

[PATCH 08/10] fault injection: down_{read,write}_trylock() fault injection

2016-08-03 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- kernel/locking/rwsem.c | 35 +-- lib/Kconfig.debug | 6 ++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/kernel/locking/rwsem.c b/kernel/locking/rwsem.c index 45ba475.