diff options
author | Ian S. Nelson <nelsonian@comcast.net> | 2006-09-29 05:01:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:23 -0400 |
commit | 04b1db9fd7eea63c9663072feece616ea41b0a79 (patch) | |
tree | 70b92bf4040acbad744970b82432caac768c2658 /CREDITS | |
parent | 3b5e0cbb4fb6e2a599d72652f56a9acb6af16bcf (diff) |
[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>
Diffstat (limited to 'CREDITS')
-rw-r--r-- | CREDITS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2478,7 +2478,8 @@ S: Derbyshire DE4 3RL | |||
2478 | S: United Kingdom | 2478 | S: United Kingdom |
2479 | 2479 | ||
2480 | N: Ian S. Nelson | 2480 | N: Ian S. Nelson |
2481 | E: ian.nelson@echostar.com | 2481 | E: nelsonis@earthlink.net |
2482 | P: 1024D/00D3D983 3EFD 7B86 B888 D7E2 29B6 9E97 576F 1B97 00D3 D983 | ||
2482 | D: Minor mmap and ide hacks | 2483 | D: Minor mmap and ide hacks |
2483 | S: 1370 Atlantis Ave. | 2484 | S: 1370 Atlantis Ave. |
2484 | S: Lafayette CO, 80026 | 2485 | S: Lafayette CO, 80026 |