Page MenuHomeFreeBSD

Move TDP_GEOM check to ast()
ClosedPublic

Authored by trasz on Sep 9 2020, 3:09 PM.
Tags
None
Referenced Files
F154294897: D26374.id.diff
Mon, Apr 27, 4:16 PM
Unknown Object (File)
Sun, Apr 19, 6:15 PM
Unknown Object (File)
Fri, Apr 17, 9:37 AM
Unknown Object (File)
Fri, Apr 17, 7:51 AM
Unknown Object (File)
Thu, Apr 16, 12:15 AM
Unknown Object (File)
Tue, Apr 14, 10:22 AM
Unknown Object (File)
Tue, Apr 14, 4:07 AM
Unknown Object (File)
Tue, Apr 14, 2:11 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 Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #76812)

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)