[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201010140841.45736.hans.schillstrom@ericsson.com>
Date: Thu, 14 Oct 2010 08:41:45 +0200
From: Hans Schillstrom <hans.schillstrom@...csson.com>
To: David Miller <davem@...emloft.net>
CC: "jarkao2@...il.com" <jarkao2@...il.com>,
"ebiederm@...ssion.com" <ebiederm@...ssion.com>,
"daniel.lezcano@...e.fr" <daniel.lezcano@...e.fr>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: BUG ? ipip unregister_netdevice_many()
On Wednesday 13 October 2010 23:58:56 David Miller wrote:
> From: Jarek Poplawski <jarkao2@...il.com>
> Date: Wed, 13 Oct 2010 11:19:47 +0000
>
> >> -static void rt_do_flush(int process_context)
> >> +static void rt_do_flush(struct net *net, int process_context)
> >> {
> >> unsigned int i;
> >> struct rtable *rth, *next;
> >> - struct rtable * tail;
> >>
> >> for (i = 0; i <= rt_hash_mask; i++) {
> >> + struct rtable *list, **pprev;
> >
> > Isn't "list = NULL" needed here?
>
> Yes it is, thanks for catching that.
>
It solves the crach but....
#
Slab corruption: size-4096 start=ffff88000f950000, len=4096
010: 00 00 00 00 00 00 00 00 6b 6b 6b 6b 6b 6b 6b 6b
unregister_netdevice: waiting for lo to become free. Usage count = 4
Slab corruption: size-4096 start=ffff88000f9af000, len=4096
010: 00 00 00 00 00 00 00 00 6b 6b 6b 6b 6b 6b 6b 6b
unregister_netdevice: waiting for lo to become free. Usage count = 4
unregister_netdevice: waiting for lo to become free. Usage count = 4
unregister_netdevice: waiting for lo to become free. Usage count = 4
Regards
Hans Schillstrom <hans.schillstrom@...csson.com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists