From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Schermerhorn Date: Wed, 01 Feb 2006 15:20:07 +0000 Subject: Unable to handle kernel paging request in 2.6.16-rc1-mm4 Message-Id: <1138807207.5211.39.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-ia64 , linux-kernel , "Zhang, Yanmin" Just a "heads up" because I haven't found reference to this in the ia64 nor kernel lists. Maybe just happens on my platform? I'm seeing this on an HP rx8620 [16xIA64, 4 NUMA nodes, 32GB], booting subject kernel. Log excerpts: --- Unable to handle kernel paging request at virtual address a004037b4dc28110 events/12[62]: Oops 11012296146944 [1] Call Trace: [] ia64_leave_kernel+0x0/0x280 sp=E0000721fe84fb80 bsp=E0000721fe849290 [] free_block+0x90/0x360 sp=E0000721fe84fd50 bsp=E0000721fe849200 [] drain_array_locked+0x110/0x180 sp=E0000721fe84fd50 bsp=E0000721fe8491b8 [] cache_reap+0x1a0/0x600 sp=E0000721fe84fd50 bsp=E0000721fe849140 [] run_workqueue+0x180/0x2c0 sp=E0000721fe84fd60 bsp=E0000721fe8490f0 [] worker_thread+0x240/0x2c0 sp=E0000721fe84fd60 bsp=E0000721fe8490b8 BUG: events/12/62, lock held at task exit time! [a000000100867fe0] {cache_chain_mutex} .. held by: events/12: 62 [e0000721fe848000, 110] ... acquired at: cache_reap+0x30/0x600 --- Eventually the boot hangs... I did a bisection search of the mm4 broken out patches and isolated the problem to the "export-cpu-topology-by-sysfs" patches. I.e., if I comment these out, builds and boots fine [with a one-liner build fix from Christoph Lameter for an SGI sn pci source file]. Something overstepping a slab allocation? Still investigating. Regards, Lee