Re: [PATCH 09/10] fault injection: spin_trylock() fault injection

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

Re: [PATCH 09/10] fault injection: spin_trylock() fault injection

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

[PATCH 09/10] fault injection: spin_trylock() fault injection

2016-10-16 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- include/linux/spinlock.h | 12 kernel/locking/spinlock.c | 19 +++ lib/Kconfig.debug | 6 ++ 3 files changed, 37

[PATCH 09/10] fault injection: spin_trylock() fault injection

2016-10-16 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- include/linux/spinlock.h | 12 kernel/locking/spinlock.c | 19 +++ lib/Kconfig.debug | 6 ++ 3 files changed, 37 insertions(+) diff --git a/include/linux/spinlock.h

Re: [PATCH 09/10] fault injection: spin_trylock() fault injection

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

Re: [PATCH 09/10] fault injection: spin_trylock() fault injection

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

Re: [PATCH 09/10] fault injection: spin_trylock() fault injection

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

Re: [PATCH 09/10] fault injection: spin_trylock() fault injection

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

[PATCH 09/10] fault injection: spin_trylock() fault injection

2016-08-03 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- include/linux/spinlock.h | 12 kernel/locking/spinlock.c | 19 +++ lib/Kconfig.debug | 6 ++ 3 files changed, 37

[PATCH 09/10] fault injection: spin_trylock() fault injection

2016-08-03 Thread Vegard Nossum
Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Vegard Nossum --- include/linux/spinlock.h | 12 kernel/locking/spinlock.c | 19 +++ lib/Kconfig.debug | 6 ++ 3 files changed, 37 insertions(+) diff --git a/include/linux/spinlock.h