Re: [PATCH 05/10] fault injection: mutex_trylock() fault injection

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

Re: [PATCH 05/10] fault injection: mutex_trylock() fault injection

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

[PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-10-16 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- kernel/locking/mutex.c | 32 lib/Kconfig.debug | 6 ++ 2 files changed, 38 insertions(+) diff --git

[PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-10-16 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- kernel/locking/mutex.c | 32 lib/Kconfig.debug | 6 ++ 2 files changed, 38 insertions(+) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index a70b90d..0651ca6 100644

Re: [PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-08-03 Thread kbuild test robot
Hi Vegard, [auto build test ERROR on linus/master] [also build test ERROR on v4.7 next-20160803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-08-03 Thread kbuild test robot
Hi Vegard, [auto build test ERROR on linus/master] [also build test ERROR on v4.7 next-20160803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-08-03 Thread kbuild test robot
Hi Vegard, [auto build test ERROR on linus/master] [also build test ERROR on v4.7 next-20160803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-08-03 Thread kbuild test robot
Hi Vegard, [auto build test ERROR on linus/master] [also build test ERROR on v4.7 next-20160803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-08-03 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- kernel/locking/mutex.c | 32 lib/Kconfig.debug | 6 ++ 2 files changed, 38 insertions(+) diff --git

[PATCH 05/10] fault injection: mutex_trylock() fault injection

2016-08-03 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- kernel/locking/mutex.c | 32 lib/Kconfig.debug | 6 ++ 2 files changed, 38 insertions(+) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index a70b90d..0651ca6 100644