Re: [android-kernel] Kmalloc

2012-11-04 Thread ajay
Thanks for the that .I have another question what about the memory that we create for accessing the memory mapped registers.Are those also part of the page table. On Tuesday, 30 October 2012 01:41:39 UTC+5:30, m-ric wrote: > > Hi Ajay, > > Q: does the kernel create page tables for the memory ret

Re: [android-kernel] Binder driver code

2012-11-04 Thread Vladimir Murzin
On Thu, Oct 25, 2012 at 5:14 PM, shunty wrote: > Hi > > I am trying to fix a android kernel panic, which occurred by BUG call in > function binder_get_ref_for_node() in binder.c. More specifically > > while (*p) { > parent = *p; > ref = rb_entry(parent, struct binder_ref, rb_node_desc); > > if (ne