2006-11-22 21:38:22

by Eric Valette

[permalink] [raw]
Subject: FYI build failure : 2.6.19-rc6-git5 unresolved spin_lock_irqsave_nested

net/built-in.o: dans la fonction ? irlmp_slsap_inuse ?:
irlmp.c:(.text+0x6ea89): r?f?rence ind?finie vers ?
spin_lock_irqsave_nested ?
make[1]: *** [.tmp_vmlinux1] Erreur 1
make: *** [bzImage] Erreur 2

-- eric


2006-11-22 23:42:22

by Andrew Morton

[permalink] [raw]
Subject: Re: FYI build failure : 2.6.19-rc6-git5 unresolved spin_lock_irqsave_nested

On Wed, 22 Nov 2006 22:38:20 +0100
Eric Valette <[email protected]> wrote:

> net/built-in.o: dans la fonction __ irlmp_slsap_inuse __:
> irlmp.c:(.text+0x6ea89): r__f__rence ind__finie vers __
> spin_lock_irqsave_nested __
> make[1]: *** [.tmp_vmlinux1] Erreur 1
> make: *** [bzImage] Erreur 2

Linus merged a lockdep fixup patch which was dependent upon infrastructure
which is only in -mm.

I'll send lockdep-spin_lock_irqsave_nested.patch (and its two fixes) (and
enforce-unsigned-long-flags-when-spinlocking.patch which precedes it) along
to Linus in the next batch, so this will come right.

2006-11-23 04:13:11

by David Miller

[permalink] [raw]
Subject: Re: FYI build failure : 2.6.19-rc6-git5 unresolved spin_lock_irqsave_nested

From: Andrew Morton <[email protected]>
Date: Wed, 22 Nov 2006 15:41:25 -0800

> Linus merged a lockdep fixup patch which was dependent upon infrastructure
> which is only in -mm.
>
> I'll send lockdep-spin_lock_irqsave_nested.patch (and its two fixes) (and
> enforce-unsigned-long-flags-when-spinlocking.patch which precedes it) along
> to Linus in the next batch, so this will come right.

Thanks. Sorry about that.