From: Jan Kiszka Date: Thu, 15 Nov 2007 01:00:08 +0000 (-0800) Subject: fix param_sysfs_builtin name length check X-Git-Tag: v2.6.24-rc3~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22800a2830ec07e7cc5c837999890ac47cc7f5de;p=pandora-kernel.git fix param_sysfs_builtin name length check Commit faf8c714f4508207a9c81cc94dafc76ed6680b44 caused a regression: parameter names longer than MAX_KBUILD_MODNAME will now be rejected, although we just need to keep the module name part that short. This patch restores the old behaviour while still avoiding that memchr is called with its length parameter larger than the total string length. Signed-off-by: Jan Kiszka Cc: Dave Young Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed