* Nework Emulation with UML, bug 8895
@ 2008-02-23 13:04 clowncoder
2008-02-25 0:17 ` Andrew Morton
0 siblings, 1 reply; 2+ messages in thread
From: clowncoder @ 2008-02-23 13:04 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hello,
You can have a configured and running network inside a single linux machine,
only one script command is enough. After the start of all the machine, a
graphical representation of your topology helps your interactions with
the network. This virtual network can be downloaded at http://clownix.net,
I must warn you, it is a 350mega bz2 file-system that needs 4 giga on
the host.
Very usefull for networking development in kernel as proved by bug 8895
that has been found with the above tool:
The uncorrected bug 8895:
file: /usr/src/linux-2.6.24.2/net/ipv6/ip6_fib.c line 796:
"dst_free(&rt->u.dst);"
------- /Comment From qmiao <mailto:qmiao@centecnetworks.com> 2007-08-29
23:33:07 /---
fib6_add
...
if (fn->leaf == NULL) {
fn->leaf = rt; <--**-- rt is assigned to fn->leaf
atomic_inc(&rt->rt6i_ref);
}
...
err = fib6_add_rt2node(fn, rt, info); <-**- return -EEXIST
...
(Here err was not null)
...
if (err) {
...
dst_free(&rt->u.dst); <--**-- Actually rt is still in
tree (fn->leaf = rt /* see above */)
...
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Nework Emulation with UML, bug 8895
2008-02-23 13:04 Nework Emulation with UML, bug 8895 clowncoder
@ 2008-02-25 0:17 ` Andrew Morton
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2008-02-25 0:17 UTC (permalink / raw)
To: clowncoder; +Cc: Linux Kernel Mailing List, netdev, YOSHIFUJI Hideaki
On Sat, 23 Feb 2008 14:04:18 +0100 clowncoder <vincent-perrier@club-internet.fr> wrote:
> Hello,
> You can have a configured and running network inside a single linux machine,
> only one script command is enough. After the start of all the machine, a
> graphical representation of your topology helps your interactions with
> the network. This virtual network can be downloaded at http://clownix.net,
> I must warn you, it is a 350mega bz2 file-system that needs 4 giga on
> the host.
> Very usefull for networking development in kernel as proved by bug 8895
> that has been found with the above tool:
>
> The uncorrected bug 8895:
>
> file: /usr/src/linux-2.6.24.2/net/ipv6/ip6_fib.c line 796:
> "dst_free(&rt->u.dst);"
>
> ------- /Comment From qmiao <mailto:qmiao@centecnetworks.com> 2007-08-29
> 23:33:07 /---
>
> fib6_add
> ...
>
> if (fn->leaf == NULL) {
> fn->leaf = rt; <--**-- rt is assigned to fn->leaf
> atomic_inc(&rt->rt6i_ref);
> }
> ...
> err = fib6_add_rt2node(fn, rt, info); <-**- return -EEXIST
> ...
> (Here err was not null)
> ...
> if (err) {
> ...
> dst_free(&rt->u.dst); <--**-- Actually rt is still in
> tree (fn->leaf = rt /* see above */)
> ...
> }
>
Please cc netdev on net-related bug reports.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-25 0:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 13:04 Nework Emulation with UML, bug 8895 clowncoder
2008-02-25 0:17 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®