K 10 svn:author V 3 kib K 8 svn:date V 27 2012-04-21T18:36:53.608818Z K 7 svn:log V 396 When MAP_STACK mapping is created, the map entry is created only to cover the initial stack size. For MCL_WIREFUTURE maps, the subsequent call to vm_map_wire() to wire the whole stack region fails due to VM_MAP_WIRE_NOHOLES flag. Use the VM_MAP_WIRE_HOLESOK to only wire mapped part of the stack. Reported and tested by: Sushanth Rai Reviewed by: alc MFC after: 1 week END