Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 1 Mar 2001 16:16:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 1 Mar 2001 16:15:17 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:24740 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Thu, 1 Mar 2001 16:14:24 -0500 Date: Thu, 1 Mar 2001 16:13:38 -0500 (EST) From: Alexander Viro To: "H. Peter Anvin" cc: Pavel Machek , Bill Crawford , Linux Kernel , Daniel Phillips Subject: Re: Hashing and directories In-Reply-To: <3A9EB984.C1F7E499@transmeta.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Mar 2001, H. Peter Anvin wrote: > > * userland issues (what, you thought that limits on the > > command size will go away?) > > Last I checked, the command line size limit wasn't a userland issue, but > rather a limit of the kernel exec(). This might have changed. I _really_ don't want to trust the ability of shell to deal with long command lines. I also don't like the failure modes with history expansion causing OOM, etc. AFAICS right now we hit the kernel limit first, but I really doubt that raising said limit is a good idea. xargs is there for purpose... Cheers, Al - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/