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, May 20, 4:35 AM
Unknown Object (File)
Tue, May 19, 6:29 AM
Unknown Object (File)
Mon, May 18, 10:41 PM
Unknown Object (File)
Sun, May 17, 4:58 AM
Unknown Object (File)
Mon, May 11, 10:48 PM
Unknown Object (File)
Mon, May 11, 10:46 PM
Unknown Object (File)
Mon, May 11, 10:46 PM
Unknown Object (File)
Mon, May 11, 10:44 PM
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.