Patch "module: Remove module size limit" has been added to the 3.2-stable tree

2012-03-29 Thread gregkh
This is a note to let you know that I've just added the patch titled module: Remove module size limit to the 3.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: module-remove-module-si

Patch "module: Remove module size limit" has been added to the 3.0-stable tree

2012-03-29 Thread gregkh
This is a note to let you know that I've just added the patch titled module: Remove module size limit to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: module-remove-module-si

Patch "module: Remove module size limit" has been added to the 3.3-stable tree

2012-03-29 Thread gregkh
This is a note to let you know that I've just added the patch titled module: Remove module size limit to the 3.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: module-remove-module-si

Re: [PATCH] module: Remove module size limit

2012-02-03 Thread Rusty Russell
On Mon, 30 Jan 2012 23:07:22 -0500, Sasha Levin 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 > Cc: Tim Abbott >

Re: [PATCH] module: Remove module size limit

2012-01-31 Thread Sasha Levin
On Tue, 2012-01-31 at 09:07 -0500, Josh Boyer wrote: > On Mon, Jan 30, 2012 at 11:07 PM, Sasha Levin 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 wo

Re: [PATCH] module: Remove module size limit

2012-01-31 Thread Josh Boyer
On Mon, Jan 30, 2012 at 11:07 PM, Sasha Levin 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 > Cc: Tim Abbott > Cc:

Re: [PATCH] module: Remove module size limit

2012-01-30 Thread Sasha Levin
Rusty, I'm not sure why git forgot to add the 'From' line, but if you do merge it please add: From: Sasha Levin Thanks! On Mon, 2012-01-30 at 23:07 -0500, Sasha Levin wrote: > Module size was limited to 64MB, this was legacy limitation due to vmalloc() > which was removed a while ago. > > Lim

[PATCH] module: Remove module size limit

2012-01-30 Thread Sasha Levin
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 Cc: Tim Abbott Cc: stable@vger.kernel.org Signed-off-by: Sasha Levin --- kernel/module