Messages in this thread |  | | From | Rusty Russell <> | | Subject | Re: [PATCH V2 2/2] module: Fix performance regression on modules with large symbol tables | | Date | Mon, 14 Nov 2011 11:05:14 +1030 |
| |
On Sat, 12 Nov 2011 19:08:56 -0800, Kevin Cernekee <cernekee@gmail.com> wrote: > + /* > + * Copy the symbol name to mod->core_strtab. > + * "name" might point to the middle of a longer strtab > + * entry, so backtrack to the first "required" byte > + * of the string. > + */
Icky, but it works.
Both applied, thanks! Rusty.
|  |