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
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 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
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;
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
5 matches
Mail list logo