Page MenuHomeFreeBSD

dtrace/arm64: Fix PAN handling in some dtrace operations
ClosedPublic

Authored by markj on Jun 14 2023, 2:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 7:21 AM
Unknown Object (File)
Fri, Oct 17, 6:33 AM
Unknown Object (File)
Thu, Oct 9, 8:49 PM
Unknown Object (File)
Thu, Oct 9, 5:51 PM
Unknown Object (File)
Thu, Oct 9, 5:51 PM
Unknown Object (File)
Thu, Oct 9, 5:51 PM
Unknown Object (File)
Thu, Oct 9, 3:46 PM
Unknown Object (File)
Wed, Sep 24, 9:11 PM
Subscribers

Details

Summary

Without this, various dtrace actions such as ustack() simply fail.

Sponsored by: InnovateUK

Diff Detail

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

Event Timeline

markj requested review of this revision.Jun 14 2023, 2:47 PM

Could uou use the ldtr* instructions here? They perform a load as if it was the user so there would be no need to disable PAN.

Use ldtr* instead of disabling PAN.

This revision is now accepted and ready to land.Jun 14 2023, 3:08 PM
This revision was automatically updated to reflect the committed changes.