Page MenuHomeFreeBSD

kasan: disable kasan_mark() after a violation
ClosedPublic

Authored by kevans on Sep 27 2022, 6:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 16 2024, 4:36 PM
Unknown Object (File)
Sep 5 2024, 4:53 PM
Unknown Object (File)
Sep 1 2024, 1:55 AM
Unknown Object (File)
Sep 1 2024, 1:55 AM
Unknown Object (File)
Sep 1 2024, 1:55 AM
Unknown Object (File)
Sep 1 2024, 1:43 AM
Unknown Object (File)
Aug 31 2024, 1:55 AM
Unknown Object (File)
Aug 22 2024, 1:06 AM
Subscribers

Details

Summary

Specifically, when we receive a violation and we're configured to panic,
kasan_enabled gets unset before we descend into panic(). At this point,
there's no longer any reason to allow marking as kasan_shadow_check() is
disabled -- we have some inherent risk of faulting or panicking if the
system's in a bad enough state with no benefit.

Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47561
Build 44448: arc lint + arc unit