Page MenuHomeFreeBSD

Move TDP_GEOM check to ast()
ClosedPublic

Authored by trasz on Sep 9 2020, 3:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 11:10 AM
Unknown Object (File)
Mon, Jun 22, 1:59 PM
Unknown Object (File)
Thu, Jun 18, 3:08 PM
Unknown Object (File)
Mon, Jun 8, 4:10 PM
Unknown Object (File)
May 28 2026, 11:43 AM
Unknown Object (File)
May 27 2026, 11:09 PM
Unknown Object (File)
May 27 2026, 1:50 AM
Unknown Object (File)
May 25 2026, 1:03 AM
Subscribers

Details

Summary

Move TDP_GEOM check from userret() to ast(); it seems quite infrequent.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33458
Build 30740: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Sep 9 2020, 3:09 PM

It is indeed infrequent. I can't say much about the ast() context, but I have no objections.

sys/kern/subr_trap.c
291

I am slightly unsure about place to put this sleep. It is fine for now, we will see if things break.

This revision is now accepted and ready to land.Sep 9 2020, 3:48 PM

(Tinderboxed, Tested by: pho)