Page MenuHomeFreeBSD

vm: Fix error handling in vm_thread_stack_back()
ClosedPublic

Authored by markj on Apr 29 2024, 11:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 10, 3:15 PM
Unknown Object (File)
Fri, Apr 10, 11:57 AM
Unknown Object (File)
Fri, Apr 10, 2:00 AM
Unknown Object (File)
Tue, Apr 7, 10:05 PM
Unknown Object (File)
Sun, Mar 29, 3:58 AM
Unknown Object (File)
Mon, Mar 23, 7:47 PM
Unknown Object (File)
Mon, Mar 23, 1:13 AM
Unknown Object (File)
Mar 5 2026, 4:05 AM
Subscribers

Details

Summary

vm_object_page_remove() wants to busy the page, but that won't work
here. (Kernel stack pages are always busy.)

Make the error handling path look more like vm_thread_stack_dispose().

Reported by: pho
Fixes: 7a79d0669761 ("vm: improve kstack_object pindex calculation to avoid pindex holes")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib added inline comments.
sys/vm/vm_glue.c
635

This blank line is not needed.

This revision is now accepted and ready to land.Apr 30 2024, 12:19 AM