Difference between revisions of "Mainline fast symbol resolution for kernel module loading"

From eLinux.org
Jump to: navigation, search
(Created page with "; Summary: Mainline fast symbol resolution for kernel module loading ; Proposer: Tim Bird == Description == Symbol resolution for loading kernel modules can take a long time, s...")
(No difference)

Revision as of 13:48, 25 January 2011

Summary
Mainline fast symbol resolution for kernel module loading
Proposer
Tim Bird

Description

Symbol resolution for loading kernel modules can take a long time, since the current symbol lookup mechanism in the kernel is a linear lookup.

Various projects have demonstrated improved the symbol resolution time for kernel modules, using either binary trees or hash tables. Each approach has its pros and cons, but as of January 2010 neither approach has been mainlined.

This project would consist of mainlining one of these approaches to reducing symbol resolution time for kernel loadable modules.

Related work

Scope

Maybe 1 month?

Contractor Candidates

Comments