Re: [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-26 Thread kbuild test robot
Hi Peter, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-26 Thread kbuild test robot
Hi Peter, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-26 Thread kbuild test robot
Hi Peter, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-26 Thread kbuild test robot
Hi Peter, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-26 Thread kbuild test robot
Hi Peter, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-26 Thread kbuild test robot
Hi Peter, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-24 Thread Peter Rosin
Needed for annotating rt_mutex locks. Signed-off-by: Peter Rosin --- include/linux/rtmutex.h | 6 ++ kernel/locking/rtmutex.c | 29 + 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/include/linux/rtmutex.h

[PATCH 1/2] rtmutex: allow specifying a subclass for nested locking

2018-05-24 Thread Peter Rosin
Needed for annotating rt_mutex locks. Signed-off-by: Peter Rosin --- include/linux/rtmutex.h | 6 ++ kernel/locking/rtmutex.c | 29 + 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h index