Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for memory leak detection in linux kernel modules

I am writing the driver and I would like to know the tools which can be helpful for scanning/analyzing the memory leaks in the Linux kernel modules.

like image 684
pawan Avatar asked Apr 24 '12 03:04

pawan


1 Answers

I have used the KEDR framework with some success here.

There is also KMEMCHECK, but I haven't used it so I can't vouch for it's ease of use.

like image 62
Corey Henderson Avatar answered Sep 30 '22 18:09

Corey Henderson