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
F116018842: D41486.diff
Thu, May 1, 4:47 PM
Unknown Object (File)
Wed, Apr 23, 7:29 AM
Unknown Object (File)
Tue, Apr 22, 8:49 AM
Unknown Object (File)
Mon, Apr 21, 6:52 AM
Unknown Object (File)
Jan 23 2025, 2:37 PM
Unknown Object (File)
Jan 23 2025, 9:40 AM
Unknown Object (File)
Jan 23 2025, 9:30 AM
Unknown Object (File)
Jan 23 2025, 4:54 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.