Re: Practical way to rename kernel-release on custom kernel

2014-07-10 Thread Anil Shashikumar Belur

On Thursday 10 July 2014 08:58 PM, Safarin wrote:
>
> I can see makefile create folder inside the lib/modules with naming
> 3.16.0-rc3-ARCH-00570-g110e430
This is the commit id which is the being appended at the end, as you may
have some patch ( or uncommited changes to your makefile). Check the
output of `git describe` and try doing a `git commit -a -v` if that helps.



___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Kernel memory leak

2014-06-28 Thread Anil Shashikumar Belur

On Saturday 28 June 2014 12:29 PM, Santhosh Kumar wrote:
>
> Is there a way to trace the allocations of memory from different buckets of
> kmalloc ?
You could try out kmemleak -
https://www.kernel.org/doc/Documentation/kmemleak.txt

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies