1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 22:20:59 +00:00
serenity/Kernel/FileSystem/SysFS/Subsystems/Kernel/Configuration
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
..
BooleanVariable.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
BooleanVariable.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
CapsLockRemap.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
CapsLockRemap.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
CoredumpDirectory.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
CoredumpDirectory.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
Directory.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
Directory.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
DumpKmallocStack.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
DumpKmallocStack.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
KASANDeadly.cpp Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
KASANDeadly.h Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
StringVariable.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
StringVariable.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
UBSANDeadly.cpp Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00
UBSANDeadly.h Kernel: Rename /sys/kernel/variables => /sys/kernel/conf 2023-08-27 22:50:22 +02:00