Kernel ASan Contact: tech-kern@ Mentors: kamil@ + ? Duration estimate: 3 months Port LLVM and/or GCC kernel ASan pieces to the NetBSD/amd64 kernel. Integrate the support with the toolchain inside src/. Add support for a new kernel option (and perhaps configuration) KASAN. The toolchain support on the LLVM side is done. GCC should work too. Milestones: 1. Build manually the NetBSD kernel against KASan. 2. Ensure that we don't violate the license - either ask for relicense or reimplement the needed code. There are around 2k LOC. This code should be relicensed. 3. Integrate KASan with the kernel configuration. 4. Execute the kernel, attempt to boot to shell. 5. Run ATF tests against the kernel. Report bugs.