[patch 1/2] Seq_file add support for sorted list

2007-09-18 Thread Mathieu Desnoyers
Add support for sorted list in seq_file. It aims at changing the way /proc/modules and kallsyms iterates on the module list to remove a race between module unload and module/symbol listing. The list is sorted by ascending list_head pointer address. Changelog: When reading the data by small chunk

[patch 1/2] Seq_file add support for sorted list

2007-09-17 Thread Mathieu Desnoyers
Add support for sorted list in seq_file. It aims at changing the way /proc/modules and kallsyms iterates on the module list to remove a race between module unload and module/symbol listing. The list is sorted by ascending list_head pointer address. Changelog: When reading the data by small chunk

[patch 1/2] Seq_file add support for sorted list

2007-09-06 Thread Mathieu Desnoyers
Add support for sorted list in seq_file. It aims at changing the way /proc/modules and kallsyms iterates on the module list to remove a race between module unload and module/symbol listing. The list is sorted by ascending list_head pointer address. Changelog: When reading the data by small chunk

[patch 1/2] Seq_file add support for sorted list

2007-08-27 Thread Mathieu Desnoyers
Add support for sorted list in seq_file. It aims at changing the way /proc/modules and kallsyms iterates on the module list to remove a race between module unload and module/symbol listing. The list is sorted by ascending list_head pointer address. Changelog: When reading the data by small chunk

[patch 1/2] Seq_file add support for sorted list

2007-08-20 Thread Mathieu Desnoyers
Add support for sorted list in seq_file. It aims at changing the way /proc/modules and kallsyms iterates on the module list to remove a race between module unload and module/symbol listing. The list is sorted by ascending list_head pointer address. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECT

[patch 1/2] Seq_file add support for sorted list

2007-08-12 Thread Mathieu Desnoyers
Add support for sorted list in seq_file. It aims at changing the way /proc/modules and kallsyms iterates on the module list to remove a race between module unload and module/symbol listing. The list is sorted by ascending list_head pointer address. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECT