From: Anders Kaseorg Date: Sat, 6 Dec 2008 00:03:58 +0000 (-0500) Subject: Ksplice: Add functions for walking kallsyms symbols X-Git-Tag: v2.6.30-rc1~206^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a66614db21007bcc8c37f9c5d5b922981387b9;p=pandora-kernel.git Ksplice: Add functions for walking kallsyms symbols Impact: New API kallsyms_lookup_name only returns the first match that it finds. Ksplice needs information about all symbols with a given name in order to correctly resolve local symbols. kallsyms_on_each_symbol provides a generic mechanism for iterating over the kallsyms table. Cc: Jeff Arnold Cc: Tim Abbott Signed-off-by: Anders Kaseorg Signed-off-by: Rusty Russell --- Reading git-diff-tree failed