From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751351AbWGRMle (ORCPT ); Tue, 18 Jul 2006 08:41:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751352AbWGRMld (ORCPT ); Tue, 18 Jul 2006 08:41:33 -0400 Received: from amsfep17-int.chello.nl ([213.46.243.15]:13245 "EHLO amsfep11-int.chello.nl") by vger.kernel.org with ESMTP id S1751351AbWGRMlb (ORCPT ); Tue, 18 Jul 2006 08:41:31 -0400 Subject: Re: [PATCH] binfmt: turn MAX_ARG_PAGES into a sysctl tunable From: Peter Zijlstra To: Arjan van de Ven Cc: Ingo Molnar , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, pavel@suse.cz, Ulrich Drepper In-Reply-To: <44A12190.40806@linux.intel.com> References: <1151060089.30819.2.camel@lappy> <20060626095702.8b23263d.akpm@osdl.org> <20060626223526.GA18579@elte.hu> <20060627110954.GA23672@elte.hu> <44A12190.40806@linux.intel.com> Content-Type: text/plain Date: Tue, 18 Jul 2006 14:28:59 +0200 Message-Id: <1153225739.2041.18.camel@lappy> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, So where are we on this? Some ppl (Linus, Ingo) suggested rather involved solutions that would take some time to mature. Could we run with the current patch, or one where the sysctl is taken out and MAX_ARG_PAGES is fixed to PAGE_SIZE/sizeof(void*)? Peter