From: Sasha Levin Date: Thu, 13 Jun 2013 22:41:22 +0000 (-0400) Subject: liblockdep: Support using LD_PRELOAD X-Git-Tag: v3.14-rc1~175^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231941eec8aeee4f0ac210a28e484200b20f74d8;p=pandora-kernel.git liblockdep: Support using LD_PRELOAD This allows lockdep to be used without being compiled in the original program. Usage is quite simple: LD_PRELOAD=/path/to/liblockdep.so /path/to/my/program And magically, you'll have lockdep checking in your program! Signed-off-by: Sasha Levin Signed-off-by: Peter Zijlstra Cc: torvalds@linux-foundation.org Link: http://lkml.kernel.org/r/1371163284-6346-8-git-send-email-sasha.levin@oracle.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed