This is an archive of the discontinued LLVM Phabricator instance.

[asan] Add an offset for the kernel address sanitizer on FreeBSD
ClosedPublic

Authored by markj on Mar 9 2021, 12:50 PM.

Details

Summary

This is based on a WIP port of the sanitizer runtime to the FreeBSD
kernel.

Test Plan:

Diff Detail

Event Timeline

markj created this revision.Mar 9 2021, 12:50 PM
markj requested review of this revision.Mar 9 2021, 12:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2021, 12:50 PM
dim accepted this revision.Mar 24 2021, 11:25 AM

LGTM

This revision is now accepted and ready to land.Mar 24 2021, 11:25 AM
emaste accepted this revision.Mar 27 2021, 6:19 PM
markj added a comment.Apr 12 2021, 6:45 AM

Is there anything I can do to get this committed? I'd like to import KASAN support to FreeBSD but of course this change and D298286 are prerequisites.

arichardson added a comment.EditedApr 15 2021, 8:33 AM

Is there anything I can do to get this committed? I'd like to import KASAN support to FreeBSD but of course this change and D298286 are prerequisites.

I can commit this and D98286 for you if you would like?

markj added a comment.Apr 15 2021, 9:12 AM

Is there anything I can do to get this committed? I'd like to import KASAN support to FreeBSD but of course this change and D298286 are prerequisites.

I can commit this and D98286 for you if you would like?

That would be appreciated, thanks.

This revision was landed with ongoing or failed builds.Apr 15 2021, 9:49 AM
This revision was automatically updated to reflect the committed changes.