From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Rusty Russell To: Sasha Levin Cc: linux-kernel@vger.kernel.org, Sasha Levin , Tim Abbott , stable@vger.kernel.org Subject: Re: [PATCH] module: Remove module size limit In-Reply-To: <1327982842-13898-1-git-send-email-sasha.levin@oracle.com> References: <1327982842-13898-1-git-send-email-sasha.levin@oracle.com> Date: Fri, 03 Feb 2012 14:11:56 +1030 Message-ID: <877h04k2gr.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-ID: 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 > Cc: stable@vger.kernel.org > Signed-off-by: Sasha Levin Thanks, applied. Cheers, Rusty.