search for: probe_interfac

Displaying 1 result from an estimated 1 matches for "probe_interfac".

Did you mean: probe_interfaces
2005 Jul 20
0
[PATCH] Control Interface tx tasklet
...second response sending the instruction pointer to 0 within interupt context (which makes the kernel crash horribly in a way which is almost impossible to debug :) ). Looking through the code, the only other use of ctrl_if_send_message_and_get_response is in netfront, and that is in the version of probe_interfaces which panics the kernel. This patch stops the horrible crash, however it doesn''t solve the problem of duplicate responses being recieved, therefore sometimes a duplicate message will introduce some kind of race condition which prevents a following response from being correctly handled (...