Re: [PATCH] module: Remove module size limit
From: Rusty Russell <hidden>
Date: 2012-02-03 20:34:48
Also in:
lkml
From: Rusty Russell <hidden>
Date: 2012-02-03 20:34:48
Also in:
lkml
On Mon, 30 Jan 2012 23:07:22 -0500, Sasha Levin [off-list ref] wrote:
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: Rusty Russell <redacted> Cc: Tim Abbott <redacted> Cc: stable@vger.kernel.org Signed-off-by: Sasha Levin <redacted>
Thanks, applied. Cheers, Rusty.