Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Bart Van Assche
On Tue, 2018-12-04 at 16:50 -0500, Waiman Long wrote: > On 12/04/2018 04:39 PM, Bart Van Assche wrote: > > On Tue, 2018-12-04 at 16:08 -0500, Waiman Long wrote: > > > On 12/03/2018 07:28 PM, Bart Van Assche wrote: > > > > Cc: Peter Zijlstra > > > > Cc: Waiman Long > > > > Cc: Johannes Berg > >

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Bart Van Assche
On Tue, 2018-12-04 at 16:50 -0500, Waiman Long wrote: > On 12/04/2018 04:39 PM, Bart Van Assche wrote: > > On Tue, 2018-12-04 at 16:08 -0500, Waiman Long wrote: > > > On 12/03/2018 07:28 PM, Bart Van Assche wrote: > > > > Cc: Peter Zijlstra > > > > Cc: Waiman Long > > > > Cc: Johannes Berg > >

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Waiman Long
On 12/04/2018 04:39 PM, Bart Van Assche wrote: > On Tue, 2018-12-04 at 16:08 -0500, Waiman Long wrote: >> On 12/03/2018 07:28 PM, Bart Van Assche wrote: >>> Cc: Peter Zijlstra >>> Cc: Waiman Long >>> Cc: Johannes Berg >>> Signed-off-by: Bart Van Assche >>> --- >>> kernel/locking/lockdep.c | 9

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Waiman Long
On 12/04/2018 04:39 PM, Bart Van Assche wrote: > On Tue, 2018-12-04 at 16:08 -0500, Waiman Long wrote: >> On 12/03/2018 07:28 PM, Bart Van Assche wrote: >>> Cc: Peter Zijlstra >>> Cc: Waiman Long >>> Cc: Johannes Berg >>> Signed-off-by: Bart Van Assche >>> --- >>> kernel/locking/lockdep.c | 9

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Bart Van Assche
On Tue, 2018-12-04 at 16:08 -0500, Waiman Long wrote: > On 12/03/2018 07:28 PM, Bart Van Assche wrote: > > Cc: Peter Zijlstra > > Cc: Waiman Long > > Cc: Johannes Berg > > Signed-off-by: Bart Van Assche > > --- > > kernel/locking/lockdep.c | 9 + > > 1 file changed, 9 insertions(+) >

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Bart Van Assche
On Tue, 2018-12-04 at 16:08 -0500, Waiman Long wrote: > On 12/03/2018 07:28 PM, Bart Van Assche wrote: > > Cc: Peter Zijlstra > > Cc: Waiman Long > > Cc: Johannes Berg > > Signed-off-by: Bart Van Assche > > --- > > kernel/locking/lockdep.c | 9 + > > 1 file changed, 9 insertions(+) >

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Waiman Long
On 12/03/2018 07:28 PM, Bart Van Assche wrote: > Cc: Peter Zijlstra > Cc: Waiman Long > Cc: Johannes Berg > Signed-off-by: Bart Van Assche > --- > kernel/locking/lockdep.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c >

Re: [PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-04 Thread Waiman Long
On 12/03/2018 07:28 PM, Bart Van Assche wrote: > Cc: Peter Zijlstra > Cc: Waiman Long > Cc: Johannes Berg > Signed-off-by: Bart Van Assche > --- > kernel/locking/lockdep.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c >

[PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-03 Thread Bart Van Assche
Cc: Peter Zijlstra Cc: Waiman Long Cc: Johannes Berg Signed-off-by: Bart Van Assche --- kernel/locking/lockdep.c | 9 + 1 file changed, 9 insertions(+) diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index c936fce5b9d7..b4772e5fc176 100644 ---

[PATCH v2 21/24] locking/lockdep: Verify whether lock objects are small enough to be used as class keys

2018-12-03 Thread Bart Van Assche
Cc: Peter Zijlstra Cc: Waiman Long Cc: Johannes Berg Signed-off-by: Bart Van Assche --- kernel/locking/lockdep.c | 9 + 1 file changed, 9 insertions(+) diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index c936fce5b9d7..b4772e5fc176 100644 ---