lkml.org 
[lkml]   [2003]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: rmmodding e100 trace calls on 2.6.0-test2-mm2
One of the -mm patches produces a warning which will be taken care of later when
all the network drivers are converted to dynamically allocating net_device's.
At that point, a massive patch will be needed that changes all instances of:

unregister_netdev(dev);
my cleanup...
kfree(dev); // becomes release_netdev(dev);

new release_netdev() will release the dev kobject at that point.

I have the code ready, just been waiting till all net device's converted.
Prefer not to break the world at this point.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.019 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site