]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
module: Remove module size limit
authorSasha Levin <levinsasha928@gmail.com>
Tue, 31 Jan 2012 04:07:22 +0000 (23:07 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 26 Mar 2012 02:20:53 +0000 (12:50 +1030)
commitf946eeb9313ff1470758e171a60fe7438a2ded3f
tree9daeca7f4230ca680765078a0b32c98df409934d
parentd53799be6758841e1ffb1fd3780f73d0ffe44432
module: Remove module size limit

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>
kernel/module.c