Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 31 Dec 2002 04:15:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 31 Dec 2002 04:15:31 -0500 Received: from boden.synopsys.com ([204.176.20.19]:52637 "HELO boden.synopsys.com") by vger.kernel.org with SMTP id ; Tue, 31 Dec 2002 04:15:29 -0500 Date: Tue, 31 Dec 2002 10:23:42 +0100 From: Alex Riesen To: Gianni Tedesco Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH]: trivial sys_mincore cleanup Message-ID: <20021231092342.GB26221@riesen-pc.gr05.synopsys.com> Reply-To: alexander.riesen@synopsys.COM References: <1040383074.12106.30.camel@lemsip> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040383074.12106.30.camel@lemsip> User-Agent: Mutt/1.4i Organization: Synopsys, Inc. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 802 Lines: 21 Gianni Tedesco, Fri, Dec 20, 2002 12:17:54 +0100: > Patch makes 2 simple cleanups: > - Checks the syscall parameters before grabbing mmap semaphore. > - Tidy up a comment. The comment is actually right: it is an old mathematical notation to describe regions - from start until end, but not including the end. > /* > - * If the interval [start,end) covers some unmapped address > + * If the interval [start,end] covers some unmapped address > * ranges, just ignore them, but return -ENOMEM at the end. > */ -alex - 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/