ladybird/Kernel/FileSystem/SysFS/Subsystems
Idan Horowitz f7a1f28d7f Kernel: Add initial basic support for KASAN
This commit adds minimal support for compiler-instrumentation based
memory access sanitization.
Currently we only support detection of kmalloc redzone accesses, and
kmalloc use-after-free accesses.

Support for inline checks (for improved performance), and for stack
use-after-return and use-after-return detection is left for future PRs.
2023-12-30 13:57:10 +01:00
..
Bus Kernel: Fix reading expansion ROM SysFS node 2023-06-19 21:35:37 +02:00
DeviceIdentifiers Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
Devices Kernel: Remove UNMAP_ATER_INIT from StorageDeviceSysFSDirectory 2023-09-29 16:14:47 -06:00
Firmware Kernel: Move PC BIOS-related code to the x86_64 architecture directory 2023-06-19 23:49:00 +02:00
Kernel Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00