Re: [PATCH v2 0/9] liblockdep: userspace lockdep

2013-05-09 Thread Sasha Levin
On 05/09/2013 04:54 AM, Peter Zijlstra wrote: > On Thu, May 09, 2013 at 12:19:07AM -0400, Sasha Levin wrote: >> liblockdep is a tiny wrapper built around kernel/lockdep.c. The aim is to >> provide the same functionality the kernel gets from lockdep to userspace. >> >> The bulk of the code here is t

Re: [PATCH v2 0/9] liblockdep: userspace lockdep

2013-05-09 Thread Peter Zijlstra
On Thu, May 09, 2013 at 12:19:07AM -0400, Sasha Levin wrote: > liblockdep is a tiny wrapper built around kernel/lockdep.c. The aim is to > provide the same functionality the kernel gets from lockdep to userspace. > > The bulk of the code here is the LD_PRELOAD support which provides users > an eas

[PATCH v2 0/9] liblockdep: userspace lockdep

2013-05-08 Thread Sasha Levin
liblockdep is a tiny wrapper built around kernel/lockdep.c. The aim is to provide the same functionality the kernel gets from lockdep to userspace. The bulk of the code here is the LD_PRELOAD support which provides users an easy way to test their code without having to integrate liblockdep into sa