Re: how can I get an account on master.kernel.org machine

2007-08-17 Thread ye janboe
which you might find them at > > http://ftp.arm.linux.org.uk/pub/armlinux/kernel/git-cur/ > > that folder will be constantly refreshed by the maintainer. > > - eric > > Randy Dunlap wrote: > > On Thu, 16 Aug 2007 10:58:41 +0800 ye janboe wrote: > > > >> I w

how can I get an account on master.kernel.org machine

2007-08-15 Thread ye janboe
I want to down linux-arm git repos, but I do not have an account on master machine. thanks Yuanbo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

jffs2 statfs issue

2007-07-19 Thread ye janboe
jffs2 can not return correct free space amount. I checked jffs2_statfs, there is problem. avail = c->dirty_size + c->free_size; if (avail > c->sector_size * c->resv_blocks_write) avail -= c->sector_size * c->resv_blocks_write; else avail = 0

is this a bug of elf_core_dump

2007-06-28 Thread ye janboe
I found there are codes like following in elf_core_dump for (addr = vma->vm_start; addr < vma->vm_end; addr += PAGE_SIZE) { struct page *page; struct vm_area_struct *vma;

how can I debug to debug kernel pointer error?

2007-05-03 Thread ye janboe
Hi all! I met a issue that some code changing one process preempt_count. preempt_count is changed to a very large number, for instant, 0x300, just before finish_schedule function in schedule. Who can give me some suggestion to debug such problem? Thanks very much! Janboe - To unsubscribe from t