Changeset 3945

Show
Ignore:
Timestamp:
12/22/04 14:30:17 (8 years ago)
Author:
khali
Message:

Updates:
* No more patches will be sent for the 2.4 kernel.
* Note the known issue with bus driver modules having no use count.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/TODO

    r3874 r3945  
    33------------------------------------------------ 
    44 
    5 * Send fine-sliced patches based on 2.8.2 to Marcelo (2.6.1 in kernel 
    6   2.4.13) 
     5* Only chip driver modules are locked in memory when one accesses their 
     6  /proc entries. Bus drivers are never locked (i.e. no reference count 
     7  is done). Bus drivers should be locked by the simple fact that a client 
     8  uses them (which would make it impossible to unload them before 
     9  all using client drivers have been unloaded themselves). This might be 
     10  restricted to clients that actually have /proc entries. 
    711 
    812* "uninstall" Makefile target.