* ipv6 unresolved symbol
@ 2005-03-15 9:36 Meelis Roos
2005-03-15 9:58 ` YOSHIFUJI Hideaki / 吉藤英明
0 siblings, 1 reply; 4+ messages in thread
From: Meelis Roos @ 2005-03-15 9:36 UTC (permalink / raw)
To: netdev
This is todays 2.6.11+BK on x86 with modular ipv6:
WARNING: /lib/modules/2.6.11/kernel/net/ipv6/ipv6.ko needs unknown symbol dev_get_flags
--
Meelis Roos (mroos@linux.ee)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ipv6 unresolved symbol
2005-03-15 9:36 ipv6 unresolved symbol Meelis Roos
@ 2005-03-15 9:58 ` YOSHIFUJI Hideaki / 吉藤英明
2005-03-15 13:40 ` Thomas Graf
0 siblings, 1 reply; 4+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2005-03-15 9:58 UTC (permalink / raw)
To: mroos, davem; +Cc: netdev
In article <Pine.SOC.4.61.0503151136260.428@math.ut.ee> (at Tue, 15 Mar 2005 11:36:42 +0200 (EET)), Meelis Roos <mroos@linux.ee> says:
> This is todays 2.6.11+BK on x86 with modular ipv6:
>
> WARNING: /lib/modules/2.6.11/kernel/net/ipv6/ipv6.ko needs unknown symbol dev_get_flags
Oops, thanks.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
===== net/core/dev.c 1.185 vs edited =====
--- 1.185/net/core/dev.c 2005-02-11 14:54:32 +09:00
+++ edited/net/core/dev.c 2005-03-15 18:47:34 +09:00
@@ -3328,6 +3328,7 @@
EXPORT_SYMBOL(dev_change_flags);
EXPORT_SYMBOL(dev_set_mtu);
EXPORT_SYMBOL(dev_set_mac_address);
+EXPORT_SYMBOL(dev_get_flags);
EXPORT_SYMBOL(free_netdev);
EXPORT_SYMBOL(netdev_boot_setup_check);
EXPORT_SYMBOL(netdev_set_master);
--
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ipv6 unresolved symbol
2005-03-15 9:58 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2005-03-15 13:40 ` Thomas Graf
2005-03-15 18:25 ` David S. Miller
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Graf @ 2005-03-15 13:40 UTC (permalink / raw)
To: YOSHIFUJI Hideaki / ?$B5HF#1QL@; +Cc: mroos, davem, netdev
* YOSHIFUJI Hideaki / ?$B5HF#1QL@ <20050315.185815.12690947.yoshfuji@linux-ipv6.org> 2005-03-15 18:58
> In article <Pine.SOC.4.61.0503151136260.428@math.ut.ee> (at Tue, 15 Mar 2005 11:36:42 +0200 (EET)), Meelis Roos <mroos@linux.ee> says:
>
> > This is todays 2.6.11+BK on x86 with modular ipv6:
> >
> > WARNING: /lib/modules/2.6.11/kernel/net/ipv6/ipv6.ko needs unknown symbol dev_get_flags
>
> Oops, thanks.
Stupid me, should have checked that, thanks for the fix.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ipv6 unresolved symbol
2005-03-15 13:40 ` Thomas Graf
@ 2005-03-15 18:25 ` David S. Miller
0 siblings, 0 replies; 4+ messages in thread
From: David S. Miller @ 2005-03-15 18:25 UTC (permalink / raw)
To: Thomas Graf; +Cc: yoshfuji, mroos, netdev
On Tue, 15 Mar 2005 14:40:02 +0100
Thomas Graf <tgraf@suug.ch> wrote:
> * YOSHIFUJI Hideaki / ?$B5HF#1QL@ <20050315.185815.12690947.yoshfuji@linux-ipv6.org> 2005-03-15 18:58
> > In article <Pine.SOC.4.61.0503151136260.428@math.ut.ee> (at Tue, 15 Mar 2005 11:36:42 +0200 (EET)), Meelis Roos <mroos@linux.ee> says:
> >
> > > This is todays 2.6.11+BK on x86 with modular ipv6:
> > >
> > > WARNING: /lib/modules/2.6.11/kernel/net/ipv6/ipv6.ko needs unknown symbol dev_get_flags
> >
> > Oops, thanks.
>
> Stupid me, should have checked that, thanks for the fix.
No worries. Andrew Morton sent me this fix a few hours ago so it's
already in my tree and about to be sent to Linus.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-15 18:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-15 9:36 ipv6 unresolved symbol Meelis Roos
2005-03-15 9:58 ` YOSHIFUJI Hideaki / 吉藤英明
2005-03-15 13:40 ` Thomas Graf
2005-03-15 18:25 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).