google / kernel-sanitizers

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

Get rid of kfence_slab_cache #61

Closed ramosian-glider closed 4 years ago

ramosian-glider commented 4 years ago

As Jann Horn once mentioned, we do not actually need kfence_slab_cache for any of our fast path magic. Removing it drags along other bits that are useless now.

ramosian-glider commented 4 years ago

Also added memcg suspport and some tests.

ramosian-glider commented 4 years ago

Ugh I created way too many fix CLs.