google / kernel-sanitizers

Linux Kernel Sanitizers, fast bug-detectors for the Linux kernel
https://google.github.io/kernel-sanitizers/
437 stars 87 forks source link

[kfence] Implement SLAB support #44

Closed ramosian-glider closed 4 years ago

ramosian-glider commented 4 years ago

Right now the prototype supports only SLUB, we need to add hooks to SLAB allocator as well, ideally keeping our allocations off the fast path.

ramosian-glider commented 4 years ago

Fixed by https://github.com/google/kasan/pull/100