git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d53799b
)
module: Remove module size limit
author
Sasha Levin
<levinsasha928@gmail.com>
Tue, 31 Jan 2012 04:07:22 +0000
(23:07 -0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 26 Mar 2012 02:20:53 +0000
(12:50 +1030)
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 <tim.abbott@oracle.com>
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found