Re: [PATCH] lockdep: be nice about building from userspace

2012-12-13 Thread Sasha Levin
Ping? On Tue, Nov 20, 2012 at 1:40 AM, Sasha Levin wrote: > Ping? > > On 11/12/2012 03:50 PM, Sasha Levin wrote: >> Lockdep is an awesome piece of code which detects locking issues which are >> relevant both to userspace and kernelspace. We can easily make lockdep >> work in userspace since there

Re: [PATCH] lockdep: be nice about building from userspace

2012-11-19 Thread Sasha Levin
Ping? On 11/12/2012 03:50 PM, Sasha Levin wrote: > Lockdep is an awesome piece of code which detects locking issues which are > relevant both to userspace and kernelspace. We can easily make lockdep > work in userspace since there is really no kernel spacific magic going > on in the code. > > All

[PATCH] lockdep: be nice about building from userspace

2012-11-12 Thread Sasha Levin
Lockdep is an awesome piece of code which detects locking issues which are relevant both to userspace and kernelspace. We can easily make lockdep work in userspace since there is really no kernel spacific magic going on in the code. All we need is to wrap two functions which are used by lockdep an