diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-19 20:40:59 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-19 20:40:59 +0000 |
commit | 212e02c8360c9ec101759e2dead7dbc99cfddf67 (patch) | |
tree | 37254a9b9505af719d4f57f812bd9635051191b6 /usr.sbin/keyserv/Makefile | |
parent | 254a06e0b3c003d47956aa013514c2ec84684e61 (diff) |
Ignore the P_SYSTEM process flag, and do not request
VM_MAP_WIRE_SYSTEM mode when wiring the newly grown stack.
System maps do not create auto-grown stack. Any stack we handled,
even for P_SYSTEM, must be for user address space. P_SYSTEM processes
with mapped user space is either init(8) or an aio worker attached to
other user process with aio buffer pointing into stack area. In either
case, VM_MAP_WIRE_USER mode should be used.
Noted and reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=320121
Diffstat (limited to 'usr.sbin/keyserv/Makefile')
0 files changed, 0 insertions, 0 deletions