[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1171397916.2414.31.camel@dv>
Date: Tue, 13 Feb 2007 15:18:36 -0500
From: Pavel Roskin <proski@....org>
To: Jason Lunz <lunz@...ooley.org>
Cc: Ben Gamari <ben@....ath.cx>, ipw3945-devel@...ts.sourceforge.net,
netdev@...r.kernel.org
Subject: Re: iwlwifi initial bugs/thanks
On Tue, 2007-02-13 at 14:13 -0500, Jason Lunz wrote:
> The "_rename" suffix is an indication that you have udev rules that are
> attempting to assign the same name to two different netdevs. Try to
> disable udev device renaming, or make the rules more specific.
>
> The attached kernel patch makes it easier to figure out what udev is
> trying to do in situations like yours. It keeps getting rejected from
> linux upstream, but that could change with enough encouragement.
I think it's a good idea. Many drivers use the device name in the
diagnostic messages. What's the point in seeing "wlan0: buffer
overflow" if there is no way to find out from the log what that "wlan0"
used to be?
> + if (strncmp(newname, dev->name, IFNAMSIZ))
> + printk(KERN_INFO "%s renamed to %s\n", dev->name, newname);
I think KERN_INFO is the right level, but maybe KERN_DEBUG would be more
readily accepted.
--
Regards,
Pavel Roskin
-
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