Re: [PATCH 0/7] liblock: userspace lockdep

2013-01-31 Thread Pekka Enberg
On Fri, Feb 1, 2013 at 6:47 AM, Sasha Levin wrote: > This patch series adds a userspace lock correctnes validator into > tools/lib/liblock. > > There are no changes to any kernel code whatsoever, lockdep is > being used as is. > > First 6 patches are the liblock implementation, the last one is > a

[PATCH 0/7] liblock: userspace lockdep

2013-01-31 Thread Sasha Levin
This patch series adds a userspace lock correctnes validator into tools/lib/liblock. There are no changes to any kernel code whatsoever, lockdep is being used as is. First 6 patches are the liblock implementation, the last one is an example of liblock being used on an existing codebase. Sasha L