From owner-cvs-src-old@FreeBSD.ORG Tue Nov 16 04:51:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 878DC10656C5 for ; Tue, 16 Nov 2010 04:51:19 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BDBA8FC18 for ; Tue, 16 Nov 2010 04:51:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oAG4pJ0W073045 for ; Tue, 16 Nov 2010 04:51:19 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAG4pJef073044 for cvs-src-old@freebsd.org; Tue, 16 Nov 2010 04:51:19 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201011160451.oAG4pJef073044@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Tue, 16 Nov 2010 04:51:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 04:51:19 -0000 alc 2010-11-16 04:51:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_map.c Log: SVN rev 215370 on 2010-11-16 04:51:07Z by alc MFC r214953 In case the stack size reaches its limit and its growth must be restricted, ensure that grow_amount is a multiple of the page size. Otherwise, the kernel may crash in swap_reserve_by_uid() on HEAD and FreeBSD 8.x, and produce a core file with a missing stack on FreeBSD 7.x. Revision Changes Path 1.388.2.13 +2 -1 src/sys/vm/vm_map.c