Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Feb 2003 04:35:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Feb 2003 04:35:16 -0500 Received: from [66.70.28.20] ([66.70.28.20]:48909 "EHLO maggie.piensasolutions.com") by vger.kernel.org with ESMTP id ; Tue, 11 Feb 2003 04:34:40 -0500 Date: Tue, 11 Feb 2003 10:41:36 +0100 From: DervishD To: Linus Torvalds Cc: Linux-kernel Subject: [RESEND][PATCH] mmap.c - do_mmap_pgoff() small correction Message-ID: <20030211094136.GG42@DervishD> References: <20021211133246.GE48@DervishD> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20021211133246.GE48@DervishD> User-Agent: Mutt/1.4i Organization: Pleyades User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 987 Lines: 23 Hi Linus :) This is a correction for a patch I sent you that you included in the 2.5.x tree. The patch I sent you fixed a corner case for the mmap() syscall, where the requested size was too big (namely, bigger than SIZE_MAX-PAGE_SIZE). Unfortunately, the patch did a wrong assumption that is not true in some archs where TASK_SIZE is the full address space available, as sparc64. So, the patch didn't fix anything on those archs :(( David S. Miller pointed this and made this new patch that fixes the spot. Now it should work in all archs. If you have any doubt, just tell. The patch is against 2.5.60, please apply or the corner case won't be fixed on sparc64. Thanks a lot :) Ra?l - 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/