From: Ian S. Nelson Date: Fri, 29 Sep 2006 09:01:31 +0000 (-0700) Subject: [PATCH] /sys/modules: allow full length section names X-Git-Tag: v2.6.19-rc1~674 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b1db9fd7eea63c9663072feece616ea41b0a79;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed