cvs commit: src/sys/vm vm_map.c

[ Available lists | Index of cvs-src-old | Month of Nov 2010 | Week of 16 Nov 2010 | Raw email | View thread | Wrap long lines | Reply ]
From
Alan Cox <alc@FreeBSD.org>
Date
16 Nov 2010 04:40:43
Subject
cvs commit: src/sys/vm vm_map.c
Message-ID
201011160440.oAG4ehfU061341@repoman.freebsd.org


[ Hide this part ]
alc         2010-11-16 04:40:27 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_8)
sys/vm vm_map.c
Log:
SVN rev 215369 on 2010-11-16 04:40:27Z 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.419.2.8 +2 -1 src/sys/vm/vm_map.c


Elapsed time: 0.093 seconds