Page MenuHomeFreeBSD

arm64 db_trace: Ensure trapframe pointer is suitably aligned.
ClosedPublic

Authored by jhb on Aug 16 2023, 11:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 2:32 AM
Unknown Object (File)
Mon, Oct 20, 12:40 AM
Unknown Object (File)
Tue, Oct 14, 11:33 AM
Unknown Object (File)
Tue, Oct 14, 11:33 AM
Unknown Object (File)
Tue, Oct 14, 11:33 AM
Unknown Object (File)
Mon, Oct 13, 9:24 PM
Unknown Object (File)
Tue, Oct 7, 4:49 AM
Unknown Object (File)
Thu, Sep 25, 6:00 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53142
Build 50033: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Aug 16 2023, 11:00 PM
This revision is now accepted and ready to land.Aug 17 2023, 12:19 AM

Will you be doing the same for riscv?

DTrace stack unwinders need similar checks. I'll take care of that.

Will you be doing the same for riscv?

Mmm, I can. Just about all of the kstack_contains callers probably need this type of check as well I imagine.