Re: [BUG] vmalloc_area_pages() in 2.4.2-ac25

2001-03-26 Thread Andrew Morton
Andrew Morton wrote: > > Tachino Nobuhiro wrote: > > > > vmalloc_area_pages() in 2.4.2-ac25 seems to be broken. It calls > > spin_lock(&init_mm.page_table_lock) twice and causes system hang. > > > > Yes, it would. Delete the innermost lock and unlock. > And the other one. --- linux-2.4.2-a

Re: [BUG] vmalloc_area_pages() in 2.4.2-ac25

2001-03-26 Thread Andrew Morton
Tachino Nobuhiro wrote: > > vmalloc_area_pages() in 2.4.2-ac25 seems to be broken. It calls > spin_lock(&init_mm.page_table_lock) twice and causes system hang. > Yes, it would. Delete the innermost lock and unlock. --- linux-2.4.2-ac25/mm/vmalloc.c Mon Mar 26 21:38:38 2001 +++ ac/mm/