[PATCH] /sys/modules: allow full length section names
authorIan S. Nelson <nelsonian@comcast.net>
Fri, 29 Sep 2006 09:01:31 +0000 (02:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:23 +0000 (09:18 -0700)
commit04b1db9fd7eea63c9663072feece616ea41b0a79
tree70b92bf4040acbad744970b82432caac768c2658
parent3b5e0cbb4fb6e2a599d72652f56a9acb6af16bcf
[PATCH] /sys/modules: allow full length section names

I've been using systemtap for some debugging and I noticed that it can't
probe a lot of modules.  Turns out it's kind of silly, the sections section
of /sys/module is limited to 32byte filenames and many of the actual
sections are a a bit longer than that.

[akpm@osdl.org: rewrite to use dymanic allocation]
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
CREDITS
include/linux/module.h
kernel/module.c