2008-06-08 16:44:19

by Matthew D. Reuther

[permalink] [raw]
Subject: 2.6.26-rc2-mm1: modules_install error: 9p.ko ignored, due to loop

I compiled and then tried to install the 2.6.26-rc2-mm1, and I got this
message. I didn't see this discussed anywhere.

WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/fs/9p/9p.ko ignored, due to
loop
WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet_fd.ko ignored,
due to loop
WARNING: Loop detected: /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet.ko
needs 9pnet_fd.ko which needs 9pnet.ko again!
WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet.ko ignored,
due to loop
WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet_virtio.ko
ignored, due to loop

My .config is attached.

Matt


Attachments:
(No filename) (636.00 B)
.config (82.87 kB)
Download all attachments

2008-06-09 21:22:17

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.6.26-rc2-mm1: modules_install error: 9p.ko ignored, due to loop

On Sun, 8 Jun 2008 12:34:52 -0400
Matt Reuther <[email protected]> wrote:

> I compiled and then tried to install the 2.6.26-rc2-mm1, and I got this
> message. I didn't see this discussed anywhere.
>
> WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/fs/9p/9p.ko ignored, due to
> loop
> WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet_fd.ko ignored,
> due to loop
> WARNING: Loop detected: /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet.ko
> needs 9pnet_fd.ko which needs 9pnet.ko again!
> WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet.ko ignored,
> due to loop
> WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet_virtio.ko
> ignored, due to loop
>
> My .config is attached.

Thanks. I was unable to reproduce this with your config in
2.6.26-rc5-mm1. Perhaps sometime you could check that it is fixed for
you also?

2008-06-11 01:43:45

by Matthew D. Reuther

[permalink] [raw]
Subject: Re: 2.6.26-rc2-mm1: modules_install error: 9p.ko ignored, due to loop

On Monday 09 June 2008 05:21:27 pm Andrew Morton wrote:
> On Sun, 8 Jun 2008 12:34:52 -0400
>
> Matt Reuther <[email protected]> wrote:
> > I compiled and then tried to install the 2.6.26-rc2-mm1, and I got this
> > message. I didn't see this discussed anywhere.
> >
> > WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/fs/9p/9p.ko ignored,
> > due to loop
> > WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet_fd.ko
> > ignored, due to loop
> > WARNING: Loop detected:
> > /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet.ko needs 9pnet_fd.ko
> > which needs 9pnet.ko again!
> > WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet.ko
> > ignored, due to loop
> > WARNING: Module /lib/modules/2.6.26-rc2-mm1/kernel/net/9p/9pnet_virtio.ko
> > ignored, due to loop
> >
> > My .config is attached.
>
> Thanks. I was unable to reproduce this with your config in
> 2.6.26-rc5-mm1. Perhaps sometime you could check that it is fixed for
> you also?

I ran the same config on 2.6.26-rc5-mm2, and there is no problem with the
install on that one.

Thanks for your help!
Matt