Re: [PATCH 1/4] locking: Begin kselftests for ww_mutex

2016-11-30 Thread kbuild test robot
Hi Chris, [auto build test WARNING on tip/locking/core] [also build test WARNING on v4.9-rc7 next-20161130] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/locking-Begin-kselftests-f

Re: [PATCH 1/4] locking: Begin kselftests for ww_mutex

2016-11-30 Thread Nicolai Hähnle
On 30.11.2016 01:35, Chris Wilson wrote: Signed-off-by: Chris Wilson Cc: Peter Zijlstra Cc: Maarten Lankhorst Cc: Nicolai Hähnle --- kernel/locking/Makefile| 1 + kernel/locking/test-ww_mutex.c | 137 + lib/Kconfig.debug | 10 ++

[PATCH 1/4] locking: Begin kselftests for ww_mutex

2016-11-29 Thread Chris Wilson
Signed-off-by: Chris Wilson Cc: Peter Zijlstra Cc: Maarten Lankhorst Cc: Nicolai Hähnle --- kernel/locking/Makefile| 1 + kernel/locking/test-ww_mutex.c | 137 + lib/Kconfig.debug | 10 +++ 3 files changed, 148 insertions(+) crea