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)
Wed, Apr 29, 2:14 AM
Unknown Object (File)
Wed, Apr 29, 2:07 AM
Unknown Object (File)
Wed, Apr 29, 2:07 AM
Unknown Object (File)
Tue, Apr 21, 11:34 AM
Unknown Object (File)
Tue, Apr 21, 2:55 AM
Unknown Object (File)
Mar 28 2026, 6:52 AM
Unknown Object (File)
Mar 14 2026, 9:03 AM
Unknown Object (File)
Mar 14 2026, 4:14 AM
Subscribers

Diff Detail

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

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.