]> git.neil.brown.name Git - history.git/commit
[PATCH] /proc/kallsyms problem
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Aug 2003 02:46:47 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 22 Aug 2003 02:46:47 +0000 (19:46 -0700)
commit070800125c085e312b202bb2d7fc1ff95961d200
tree0c5174333793b4e31646319688426b8ee8ea2f13
parent92e7f97759b67516c2c056b7720a6da84905949f
[PATCH] /proc/kallsyms problem

From David Mosberger:

> We definitely are seeing some strange crashes in get_ksymbol_core().
> I think the reason is the lack of iterator initialization.

Yes, looks good: reset the iterator at allocation.
kernel/kallsyms.c