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
F102108776: D40540.diff
Thu, Nov 7, 5:31 PM
F102067544: D40540.id123207.diff
Thu, Nov 7, 5:23 AM
Unknown Object (File)
Tue, Oct 22, 8:18 AM
Unknown Object (File)
Oct 1 2024, 4:50 PM
Unknown Object (File)
Sep 27 2024, 9:26 PM
Unknown Object (File)
Sep 27 2024, 9:26 PM
Unknown Object (File)
Sep 27 2024, 9:25 PM
Unknown Object (File)
Sep 27 2024, 9:25 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.