Re: [Resend] [PATCH] tools/liblockdep: Fix compilation error.

2015-04-25 Thread Sasha Levin
On 04/21/2015 09:29 PM, Eunbong Song wrote: > Currently, liblockdep has compilation error. > This causes from lockdep.c code changes. > This patch fixes compilation error. > > Signed-off-by: Eunbong Song Applied, thanks. Thanks, Sasha -- To unsubscribe from this list: send the line "unsubscrib

Re: [Resend] [PATCH] tools/liblockdep: Fix compilation error.

2015-04-23 Thread Sasha Levin
On 04/21/2015 09:29 PM, Eunbong Song wrote: > Currently, liblockdep has compilation error. > This causes from lockdep.c code changes. > This patch fixes compilation error. > > Signed-off-by: Eunbong Song Thanks. I've queued it up. Thanks, Sasha -- To unsubscribe from this list: send the line

[Resend] [PATCH] tools/liblockdep: Fix compilation error.

2015-04-21 Thread Eunbong Song
Currently, liblockdep has compilation error. This causes from lockdep.c code changes. This patch fixes compilation error. Signed-off-by: Eunbong Song --- tools/lib/lockdep/uinclude/linux/kernel.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tools/lib/lockdep/uinclud

Re: [PATCH] tools/liblockdep: Fix compilation error.

2015-04-21 Thread Sasha Levin
On 04/21/2015 03:00 AM, Eunbong Song wrote: > diff --git a/tools/lib/lockdep/lockdep.c b/tools/lib/lockdep/lockdep.c > index f42b7e9..f83a988 100644 > --- a/tools/lib/lockdep/lockdep.c > +++ b/tools/lib/lockdep/lockdep.c > @@ -1,2 +1,8 @@ > #include > + > +#ifdef list_for_each_entry_rcu > +#undef

[PATCH] tools/liblockdep: Fix compilation error.

2015-04-21 Thread Eunbong Song
Currently, liblockdep has compilation error with following log messages. CC common.o CC lockdep.o In file included from lockdep.c:10: ../../../kernel/locking/lockdep.c: In function 'count_matching_names': ../../../kernel/locking/lockdep.c:650: error: 'lock_entry' undeclared (first