RE: Validating dynamically allocated kernel memory

2001-06-11 Thread Anil Kumar
Validating dynamically allocated kernel memory Hi, Is there some kernel api to validate memory allocated using kmalloc. Suppose, I allocate some memory using kmalloc and at a later point of execution I would like to validate if the memory allocated is not possibly freed by some other thread. Pls sugge

Validating dynamically allocated kernel memory

2001-06-11 Thread kiran . thirumalai
Hi, Is there some kernel api to validate memory allocated using kmalloc. Suppose, I allocate some memory using kmalloc and at a later point of execution I would like to validate if the memory allocated is not possibly freed by some other thread. Pls suggest a patch/pointers if any. I also noticed