[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100503134748.GB5497@nowhere>
Date: Mon, 3 May 2010 15:47:50 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: LKML <linux-kernel@...r.kernel.org>,
Peter Zijlstra <peterz@...radead.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: Re: [GIT PULL] lockdep updates
On Mon, May 03, 2010 at 03:00:35PM +0200, Ingo Molnar wrote:
>
> * Ingo Molnar <mingo@...e.hu> wrote:
>
> >
> > * Frederic Weisbecker <fweisbec@...il.com> wrote:
> >
> > > Ingo,
> > >
> > > Please pull the core/locking branch that can be found at:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> > > core/locking
> > >
> > > Note there is also a merge of v2.6.34-rc6 because these patches
> > > depend on older per cpu updates.
> > >
> > > Thanks,
> > > Frederic
> > > ---
> > >
> > > Frederic Weisbecker (2):
> > > lockdep: Fix redundant_hardirqs_on incremented with irqs enabled
> > > lockdep: Simplify debug atomic ops
> > >
> > >
> > > kernel/lockdep.c | 7 ++++++-
> > > kernel/lockdep_internals.h | 10 ++--------
> > > 2 files changed, 8 insertions(+), 9 deletions(-)
>
> this one is causing:
>
> kernel/lockdep.c:2306: error: 'lockdep_stats' undeclared (first use in this function)
> kernel/lockdep.c:2306: error: (Each undeclared identifier is reported only once
> kernel/lockdep.c:2306: error: for each function it appears in.)
>
> with these settings:
>
> CONFIG_LOCKDEP=y
> # CONFIG_LOCK_STAT is not set
> # CONFIG_DEBUG_LOCKDEP is not set
> # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
> # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
>
> Thanks,
>
> Ingo
Ah, I unconditionally deref lockdep_stats there. Ok, will
fix.
I'm not home yet, but once I can, will send the fix asap.
Thanks.
--
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