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)
Wed, Mar 19, 8:18 AM
Unknown Object (File)
Mon, Mar 17, 4:02 AM
Unknown Object (File)
Mon, Mar 17, 1:53 AM
Unknown Object (File)
Sat, Mar 15, 2:25 PM
Unknown Object (File)
Wed, Feb 26, 3:53 PM
Unknown Object (File)
Feb 20 2025, 1:53 AM
Unknown Object (File)
Feb 18 2025, 4:32 PM
Unknown Object (File)
Feb 10 2025, 3:57 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 57456
Build 54344: arc lint + arc unit

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