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)
Sat, May 11, 7:29 AM
Unknown Object (File)
Sat, May 11, 4:27 AM
Unknown Object (File)
Sat, May 11, 12:14 AM
Unknown Object (File)
Fri, May 10, 3:10 PM
Unknown Object (File)
Wed, May 1, 8:35 AM
Unknown Object (File)
Fri, Apr 26, 6:13 PM
Unknown Object (File)
Dec 23 2023, 12:44 AM
Unknown Object (File)
Dec 12 2023, 12:02 PM
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 Not Applicable
Unit
Tests Not Applicable