[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8738x8sjdz.fsf@sejong.aot.lge.com>
Date: Thu, 07 Feb 2013 15:55:20 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Sasha Levin <sasha.levin@...cle.com>
Cc: mingo@...nel.org, peterz@...radead.org, jamie.iles@...cle.com,
penberg@...nel.org, acme@...stprotocols.net, paulus@...ba.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 11/11] liblockdep: preload helper
On Wed, 6 Feb 2013 17:11:34 -0500, Sasha Levin wrote:
> diff --git a/tools/lib/lockdep/lockdep b/tools/lib/lockdep/lockdep
> new file mode 100755
> index 0000000..616bf9a
> --- /dev/null
> +++ b/tools/lib/lockdep/lockdep
> @@ -0,0 +1,3 @@
> +#! /bin/bash
> +
> +LD_PRELOAD=liblockdep.so "$@"
Just try to be more conservative ;-)
LD_PRELOAD="liblockdep.so $LD_PRELOAD" "$@"
Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists