Displaying 1 result from an estimated 1 matches for "e100_exec_cb".
2004 Sep 20
12
panic in e100_exec_cb()
With today''s build, my domain 0 crashes during boot when it tries to
bring eth0 up (it''s an E100).
cb->prev (eax) is NULL in e100_exec_cb() (e100.c:827). Just from code
inspection, I don''t see how this can be. e100_alloc_cbs() was just
called, which looks like it should have correctly linked up all the
cb->prev/cb->next pointers.
It happens regardless of CONFIG_XEN_WRITABLE_PAGETABLES.
Has anyone else seen this?...