Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Dec 2002 07:59:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Dec 2002 07:59:41 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:50388 "EHLO perninha.conectiva.com.br") by vger.kernel.org with ESMTP id ; Fri, 6 Dec 2002 07:59:40 -0500 Date: Fri, 6 Dec 2002 11:07:00 -0200 (BRST) From: Rik van Riel X-X-Sender: riel@duckman.distro.conectiva To: Rusty Trivial Russell Cc: Linus Torvalds , "" , Kingsley Cheung Subject: Re: [TRIVIAL] Re: setrlimit incorrectly allows hard limits to exceed soft limits In-Reply-To: <20021206035756.2CD1A2C28C@lists.samba.org> Message-ID: References: <20021206035756.2CD1A2C28C@lists.samba.org> X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org 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 Content-Length: 768 Lines: 24 On Fri, 6 Dec 2002, Rusty Trivial Russell wrote: > > Just try "ulimit -H -m 10000" for memory limits that were not > > previously set. You end up with (hard limit = 10000) < (soft limit = > > unlimited). > + if (new_rlim.rlim_cur > new_rlim.rlim_max) > + return -EINVAL; Wouldn't it be better to simply take the soft limit down to min(new_rlim.rlim_cur, new_rlim.rlim_max) ? regards, Rik -- A: No. Q: Should I include quotations after my reply? http://www.surriel.com/ http://guru.conectiva.com/ - 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/