From: Sasha Levin Date: Tue, 31 Jan 2012 04:07:22 +0000 (-0500) Subject: module: Remove module size limit X-Git-Tag: v3.2.14~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88e98e32e1709e8cd765b701dd6fdeb08612819;p=pandora-kernel.git module: Remove module size limit commit f946eeb9313ff1470758e171a60fe7438a2ded3f upstream. Module size was limited to 64MB, this was legacy limitation due to vmalloc() which was removed a while ago. Limiting module size to 64MB is both pointless and affects real world use cases. Cc: Tim Abbott Signed-off-by: Sasha Levin Signed-off-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed